Преглед изворни кода

Merge pull request #3595 from JamesDeFabia/remove_copyFiles_from_ecl_package8084

HPCC-8084 Remove copyFiles action from docs

Reviewed-By: Stuart Ort <stuart.ort@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman пре 12 година
родитељ
комит
d7353c2855
2 измењених фајлова са 0 додато и 108 уклоњено
  1. 0 104
      docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml
  2. 0 4
      docs/RDDERef/RDDE_Mods/Packages.xml

+ 0 - 104
docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

@@ -1548,110 +1548,6 @@ ecl packagemap add roxie mypackagemap.pkg --overwrite
             </tgroup>
           </informaltable></para>
       </sect2>
-
-      <sect2 id="eclpackagecopyfiles" role="brk">
-        <title>ecl packagemap copyFiles</title>
-
-        <para><emphasis role="bold">ecl packagemap copyFiles &lt;target&gt;
-        &lt;filename&gt; [options]</emphasis></para>
-
-        <para>Examples:</para>
-
-        <programlisting>ecl packagemap copyFiles myroxie  mypackagemap.pkg
-ecl packagemap copyFiles myroxie  mypackagemap.pkg --daliip=192.168.1.3
-</programlisting>
-
-        <para></para>
-
-        <para><informaltable colsep="0" frame="none" rowsep="0">
-            <tgroup cols="2">
-              <colspec align="left" colwidth="125.55pt" />
-
-              <colspec colwidth="384.85pt" />
-
-              <tbody>
-                <row>
-                  <entry>ecl packagemap copyFiles</entry>
-
-                  <entry>The copyFiles command will copy any file listed in
-                  the packagemap that is not currently known on the cluster.
-                  This will NOT load the packagemap information</entry>
-                </row>
-
-                <row>
-                  <entry><emphasis role="bold">Actions</emphasis></entry>
-                </row>
-
-                <row>
-                  <entry>copyFiles</entry>
-
-                  <entry>Copy missing data files to the appropriate
-                  cluster</entry>
-                </row>
-
-                <row>
-                  <entry><emphasis role="bold">Arguments</emphasis></entry>
-                </row>
-
-                <row>
-                  <entry>target</entry>
-
-                  <entry>The target to which files are to be copied</entry>
-                </row>
-
-                <row>
-                  <entry><emphasis role="bold">Options</emphasis></entry>
-                </row>
-
-                <row>
-                  <entry>-O, --overwrite</entry>
-
-                  <entry>Whether to overwrite existing information - true if
-                  present</entry>
-                </row>
-
-                <row>
-                  <entry>--daliip</entry>
-
-                  <entry>IP Address or hostname of of the source Dali to use
-                  for file lookups</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
-                  eclwatch services</entry>
-                </row>
-
-                <row>
-                  <entry>--port</entry>
-
-                  <entry>The eclwatch services port (Default is 8010)</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>
-              </tbody>
-            </tgroup>
-          </informaltable></para>
-      </sect2>
-
       <sect2 id="eclpackagedelete" role="brk">
         <title>ecl packagemap delete</title>
 

+ 0 - 4
docs/RDDERef/RDDE_Mods/Packages.xml

@@ -300,10 +300,6 @@
                 xmlns:xi="http://www.w3.org/2001/XInclude" />
 
     <xi:include href="../../HPCCClientTools/CT_Mods/CT_ECL_CLI.xml"
-                xpointer="eclpackagecopyfiles"
-                xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="../../HPCCClientTools/CT_Mods/CT_ECL_CLI.xml"
                 xpointer="eclpackagedelete"
                 xmlns:xi="http://www.w3.org/2001/XInclude" />