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:06 UTC

orc git commit: Fix formatting of Java ORC tools documentation.

Repository: orc
Updated Branches:
  refs/heads/master e78350dd6 -> 4b6f9f870


Fix formatting of Java ORC tools documentation.

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/4b6f9f87
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/4b6f9f87
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/4b6f9f87

Branch: refs/heads/master
Commit: 4b6f9f87038c1ff2674ebeb33ba562fd3398a1fa
Parents: e78350d
Author: Owen O'Malley <om...@apache.org>
Authored: Tue Mar 7 08:38:40 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Tue Mar 7 08:38:40 2017 -0800

----------------------------------------------------------------------
 site/_docs/tools.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/4b6f9f87/site/_docs/tools.md
----------------------------------------------------------------------
diff --git a/site/_docs/tools.md b/site/_docs/tools.md
index fa91136..04ff4fd 100644
--- a/site/_docs/tools.md
+++ b/site/_docs/tools.md
@@ -89,12 +89,15 @@ packages several useful utilities and the necessary Java dependencies
 supports both the local file system and HDFS.
 
 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
-  
+
+The command line looks like:
+
 ~~~ shell
 % java -jar orc-tools-X.Y.Z-uber.jar <sub-command> <args>
 ~~~