You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sp...@apache.org on 2016/05/06 20:43:11 UTC

[40/50] [abbrv] hive git commit: HIVE-13393: Beeline: Print help message for the --incremental option (Vaibhav Gumashta reviewed by Thejas Nair)

HIVE-13393: Beeline: Print help message for the --incremental option (Vaibhav Gumashta reviewed by Thejas Nair)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/794f161c
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/794f161c
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/794f161c

Branch: refs/heads/java8
Commit: 794f161c136c4d99693eb60222c0f17b10948e0d
Parents: 4eb9603
Author: Vaibhav Gumashta <vg...@hortonworks.com>
Authored: Thu May 5 15:12:38 2016 -0700
Committer: Vaibhav Gumashta <vg...@hortonworks.com>
Committed: Thu May 5 15:12:38 2016 -0700

----------------------------------------------------------------------
 beeline/src/main/resources/BeeLine.properties | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/794f161c/beeline/src/main/resources/BeeLine.properties
----------------------------------------------------------------------
diff --git a/beeline/src/main/resources/BeeLine.properties b/beeline/src/main/resources/BeeLine.properties
index a118c09..bc40685 100644
--- a/beeline/src/main/resources/BeeLine.properties
+++ b/beeline/src/main/resources/BeeLine.properties
@@ -171,7 +171,14 @@ cmd-usage: Usage: java org.apache.hive.cli.beeline.BeeLine \n \
 \  --silent=[true/false]           be more silent\n \
 \  --autosave=[true/false]         automatically save preferences\n \
 \  --outputformat=[table/vertical/csv2/tsv2/dsv/csv/tsv]  format mode for result display\n \
-\                                  Note that csv, and tsv are deprecated - use csv2, tsv2 instead\n\
+\                                  Note that csv, and tsv are deprecated - use csv2, tsv2 instead\n \
+\  --incremental=[true/false]      Defaults to false. When set to false, the entire result set\n \
+\                                  is fetched and buffered before being displayed, yielding optimal\n \
+\                                  display column sizing. When set to true, result rows are displayed\n \
+\                                  immediately as they are fetched, yielding lower latency and\n \
+\                                  memory usage at the price of extra display column padding.\n \
+\                                  Setting --incremental=true is recommended if you encounter an OutOfMemory\n \
+\                                  on the client side (due to the fetched result set size being large).\n \
 \  --truncateTable=[true/false]    truncate table column when it exceeds length\n \
 \  --delimiterForDSV=DELIMITER     specify the delimiter for delimiter-separated values output format (default: |)\n \
 \  --isolation=LEVEL               set the transaction isolation level\n \