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 2016/07/05 23:48:11 UTC

orc git commit: ORC-79. Minor updates to website.

Repository: orc
Updated Branches:
  refs/heads/master 5204dcb8e -> 8226f23cf


ORC-79. Minor updates to website.

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

Branch: refs/heads/master
Commit: 8226f23cf4d52e1ae1678dcaa5739108c1aeff07
Parents: 5204dcb
Author: Owen O'Malley <om...@apache.org>
Authored: Tue Jul 5 16:46:46 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Tue Jul 5 16:47:47 2016 -0700

----------------------------------------------------------------------
 site/_docs/hive-config.md | 2 +-
 site/_docs/tools.md       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/8226f23c/site/_docs/hive-config.md
----------------------------------------------------------------------
diff --git a/site/_docs/hive-config.md b/site/_docs/hive-config.md
index 8ff2e96..7945cdf 100644
--- a/site/_docs/hive-config.md
+++ b/site/_docs/hive-config.md
@@ -14,7 +14,7 @@ Key                      | Default     | Notes
 :----------------------- | :---------- | :------------------------
 orc.compress             | ZLIB        | high level compression = {NONE, ZLIB, SNAPPY}
 orc.compress.size        | 262,144     | compression chunk size
-orc.stripe.size          | 268,435,456 | memory buffer size in bytes for writing
+orc.stripe.size          | 67,108,864  | memory buffer in bytes for writing
 orc.row.index.stride     | 10,000      | number of rows between index entries
 orc.create.index         | true        | create indexes?
 orc.bloom.filter.columns | ""          | comma separated list of column names

http://git-wip-us.apache.org/repos/asf/orc/blob/8226f23c/site/_docs/tools.md
----------------------------------------------------------------------
diff --git a/site/_docs/tools.md b/site/_docs/tools.md
index 6db4461..524a1ac 100644
--- a/site/_docs/tools.md
+++ b/site/_docs/tools.md
@@ -96,7 +96,7 @@ The org.apache.orc.tools.FileDump Java class, which is available via Hive as:
   : print the data instead of the metadata
 
 -t
-  : print the timezone
+  : print the timezone of the writer
 
 --rowindex
   : print the row indexes for the comma separated list of column ids
@@ -108,7 +108,7 @@ The org.apache.orc.tools.FileDump Java class, which is available via Hive as:
   : skip dumping the metadata
 
 --backup-path
-  : a new path to write the recovered file to
+  : when used with --recover specifies the path where the recovered file is written
 
 An example of the output is given below: