|
@@ -380,7 +380,8 @@ ecl deploy roxie - --name=FindPersonService
|
|
|
<row>
|
|
|
<entry>--ecl-only</entry>
|
|
|
|
|
|
- <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
|
|
|
+ <entry>Send ECL query to HPCC as text rather than as a
|
|
|
+ generated archive</entry>
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
@@ -603,8 +604,8 @@ ecl publish roxie ArchiveQuery.xml --name=FindPersonService --no-activate
|
|
|
<row>
|
|
|
<entry>--priority=<val></entry>
|
|
|
|
|
|
- <entry> The priority for this query. Value can be LOW, HIGH,
|
|
|
- SLA, NONE. NONE will clear current setting. </entry>
|
|
|
+ <entry>The priority for this query. Value can be LOW, HIGH,
|
|
|
+ SLA, NONE. NONE will clear current setting.</entry>
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
@@ -668,7 +669,8 @@ ecl publish roxie ArchiveQuery.xml --name=FindPersonService --no-activate
|
|
|
<row>
|
|
|
<entry>--ecl-only</entry>
|
|
|
|
|
|
- <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
|
|
|
+ <entry>Send ECL query to HPCC as text rather than as a
|
|
|
+ generated archive</entry>
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
@@ -845,6 +847,7 @@ ecl run thor findperson --input=data.xml --wait=1000
|
|
|
ecl run thor libW20150914-125557.so --input=data.xml --wait=1000
|
|
|
ecl run thor - --input=data.xml --wait=1000
|
|
|
ecl run thor findperson.ecl --input="<request><LName>JONES</LName></request>"
|
|
|
+ecl run thor findperson.ecl -I C:\MyECL\
|
|
|
</programlisting>
|
|
|
|
|
|
<para>A hyphen (-) specifies that the object should be read from
|
|
@@ -992,7 +995,8 @@ ecl run thor findperson.ecl --input="<request><LName>JONES</LName
|
|
|
<row>
|
|
|
<entry>--ecl-only</entry>
|
|
|
|
|
|
- <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
|
|
|
+ <entry>Send ECL query to HPCC as text rather than as a
|
|
|
+ generated archive</entry>
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
@@ -1017,14 +1021,14 @@ ecl run thor findperson.ecl --input="<request><LName>JONES</LName
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
|
- <entry>-Ipath</entry>
|
|
|
+ <entry>-I <path></entry>
|
|
|
|
|
|
- <entry>Add path to locations to search for ecl
|
|
|
- imports</entry>
|
|
|
+ <entry>Add path to locations to search for ECL imports
|
|
|
+ (e.g., -I C:\MyECL\ )</entry>
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
|
- <entry>-Lpath</entry>
|
|
|
+ <entry>-L <path></entry>
|
|
|
|
|
|
<entry>Add path to locations to search for system
|
|
|
libraries</entry>
|