|
@@ -1683,7 +1683,7 @@ ecl queries list roxie --target=roxie --show=A </programlisting>
|
|
|
<para>The queries files command displays a list of the files currently
|
|
|
in use by the given query. If the <emphasis>query</emphasis> option is
|
|
|
omitted, it returns a list of files for all queries on the specified
|
|
|
- target. </para>
|
|
|
+ target.</para>
|
|
|
|
|
|
<para>Examples:</para>
|
|
|
|
|
@@ -4726,6 +4726,143 @@ ecl packagemap copy //192.168.0.100:8010/roxie/MyPkg roxie2
|
|
|
</informaltable><parameter></parameter></para>
|
|
|
</sect2>
|
|
|
|
|
|
+ <sect2 id="CT_CLI_SyntaxECLRoxiexref" role="brk">
|
|
|
+ <title>ecl roxie xref</title>
|
|
|
+
|
|
|
+ <para><emphasis role="bold">ecl roxie xref
|
|
|
+ <cluster></emphasis></para>
|
|
|
+
|
|
|
+ <para>The <emphasis role="bold">roxie xref</emphasis> command returns
|
|
|
+ file information for the specified queries on the specified cluster.
|
|
|
+ If the <emphasis>queryids</emphasis> option is omitted, file
|
|
|
+ information about all queries is returned. The result is in XML
|
|
|
+ format.</para>
|
|
|
+
|
|
|
+ <para>Examples:</para>
|
|
|
+
|
|
|
+ <programlisting>ecl roxie xref myroxie
|
|
|
+ecl roxie xref myroxie --queryids=myquery.1,myotherquery.1</programlisting>
|
|
|
+
|
|
|
+ <para>Example result:</para>
|
|
|
+
|
|
|
+ <programlisting><QueryXrefInfo>
|
|
|
+ <Endpoint ep="192.168.56.1:9876">
|
|
|
+ <Queries reporting="1">
|
|
|
+ <Query id="myquery.1"/>
|
|
|
+ <SuperFile name="jd::mysuperfile">
|
|
|
+ <File name="jd::subfile1"/>
|
|
|
+ <File name="jd::subfile2"/>
|
|
|
+ <Query id="myotherquery.1"/>
|
|
|
+ <SuperFile name="jd::myothersuperfile">
|
|
|
+ <File name="jd::subfile1"/>
|
|
|
+ <File name="jd::subfile2"/>
|
|
|
+ <File name="jd::subfile3"/>
|
|
|
+ </Queries>
|
|
|
+ <Status>ok</Status>
|
|
|
+ </Endpoint>
|
|
|
+</QueryXrefInfo>
|
|
|
+</programlisting>
|
|
|
+
|
|
|
+ <para><informaltable colsep="1" frame="all" rowsep="1">
|
|
|
+ <tgroup cols="2">
|
|
|
+ <colspec align="left" colwidth="125.55pt" />
|
|
|
+
|
|
|
+ <colspec />
|
|
|
+
|
|
|
+ <tbody>
|
|
|
+ <row>
|
|
|
+ <entry>ecl roxie xref</entry>
|
|
|
+
|
|
|
+ <entry>Returns file information for the selected queries in
|
|
|
+ XML format.</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry><emphasis role="bold">Options</emphasis></entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>--check-all-nodes</entry>
|
|
|
+
|
|
|
+ <entry>Gets query file information from all nodes. This can
|
|
|
+ be slow.</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>--queryids=<csv list></entry>
|
|
|
+
|
|
|
+ <entry>The queries for which to get file information
|
|
|
+ (default is all queries)</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>--wait=<ms></entry>
|
|
|
+
|
|
|
+ <entry>Max time to wait in milliseconds</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>-v, --verbose</entry>
|
|
|
+
|
|
|
+ <entry>Output additional tracing information</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>-s, --server</entry>
|
|
|
+
|
|
|
+ <entry>The IP Address or hostname of ESP server running ECL
|
|
|
+ Watch services</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>--port</entry>
|
|
|
+
|
|
|
+ <entry>The ECL Watch services port (Default is 8010)</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>--ssl</entry>
|
|
|
+
|
|
|
+ <entry>Use SSL to secure the connection to the
|
|
|
+ server.</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>--wait=<emphasis><ms></emphasis></entry>
|
|
|
+
|
|
|
+ <entry>Max time to wait in milliseconds</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>-u, --username</entry>
|
|
|
+
|
|
|
+ <entry>The username (if necessary)</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>-pw, --password</entry>
|
|
|
+
|
|
|
+ <entry>The password (if necessary)</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>--wait-connect=<Ms></entry>
|
|
|
+
|
|
|
+ <entry>Timeout while connecting to server (in
|
|
|
+ milliseconds)</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>--wait-read=<Secs></entry>
|
|
|
+
|
|
|
+ <entry>Timeout while reading from socket (in
|
|
|
+ seconds)</entry>
|
|
|
+ </row>
|
|
|
+ </tbody>
|
|
|
+ </tgroup>
|
|
|
+ </informaltable><parameter></parameter></para>
|
|
|
+ </sect2>
|
|
|
+
|
|
|
<sect2 id="CT_CLI_SyntaxECLBundleDepends" role="brk">
|
|
|
<title>ecl bundle depends</title>
|
|
|
|