You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/03/07 16:39:34 UTC

orc git commit: Pushing site update

Repository: orc
Updated Branches:
  refs/heads/asf-site ed54f145f -> 802347b99


Pushing site update

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/802347b9
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/802347b9
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/802347b9

Branch: refs/heads/asf-site
Commit: 802347b99be0d3ca7cccc16bd91eb28b688db84c
Parents: ed54f14
Author: Owen O'Malley <om...@apache.org>
Authored: Tue Mar 7 08:39:16 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Tue Mar 7 08:39:16 2017 -0800

----------------------------------------------------------------------
 docs/tools.html | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/802347b9/docs/tools.html
----------------------------------------------------------------------
diff --git a/docs/tools.html b/docs/tools.html
index 2cc0cc8..afb24b4 100644
--- a/docs/tools.html
+++ b/docs/tools.html
@@ -1141,12 +1141,17 @@ packages several useful utilities and the necessary Java dependencies
 (including Hadoop) into a single package. The Java ORC tool jar
 supports both the local file system and HDFS.</p>
 
-<p>The subcommands for the tools are:
-  * meta - print the metadata of an ORC file
-  * data - print the data of an ORC file
-  * scan (since ORC 1.3) - scan the data for benchmarking
-  * convert (since ORC 1.4) - convert JSON files to ORC
-  * json-schema (since ORC 1.4) - determine the schema of JSON documents</p>
+<p>The subcommands for the tools are:</p>
+
+<ul>
+  <li>meta - print the metadata of an ORC file</li>
+  <li>data - print the data of an ORC file</li>
+  <li>scan (since ORC 1.3) - scan the data for benchmarking</li>
+  <li>convert (since ORC 1.4) - convert JSON files to ORC</li>
+  <li>json-schema (since ORC 1.4) - determine the schema of JSON documents</li>
+</ul>
+
+<p>The command line looks like:</p>
 
 <pre><code class="language-shell">% java -jar orc-tools-X.Y.Z-uber.jar &lt;sub-command&gt; &lt;args&gt;
 </code></pre>