Repository: incubator-hawq Updated Branches: refs/heads/master b3cf1a29f -> 78dc733f4
HAWQ-1348. Some hawq utility helps should say default timeout is 600 seconds Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/78dc733f Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/78dc733f Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/78dc733f Branch: refs/heads/master Commit: 78dc733f48cf4425479a1d26d73c2f8fc61bba82 Parents: b3cf1a2 Author: Paul Guo <[email protected]> Authored: Wed Feb 22 14:13:00 2017 +0800 Committer: Paul Guo <[email protected]> Committed: Wed Feb 22 15:01:09 2017 +0800 ---------------------------------------------------------------------- tools/bin/hawqpylib/HAWQ_HELP.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/78dc733f/tools/bin/hawqpylib/HAWQ_HELP.py ---------------------------------------------------------------------- diff --git a/tools/bin/hawqpylib/HAWQ_HELP.py b/tools/bin/hawqpylib/HAWQ_HELP.py index 4137bc0..f506f38 100755 --- a/tools/bin/hawqpylib/HAWQ_HELP.py +++ b/tools/bin/hawqpylib/HAWQ_HELP.py @@ -56,7 +56,7 @@ The "options" are: -l --logdir Sets log dir of management tools. -q --quiet Run in quiet mode. -v --verbose Displays detailed status, progress and error messages output by the utility. - -t --timeout Sets timeout value in seconds, default is 60 seconds. + -t --timeout Sets timeout value in seconds, default is 600 seconds. -m --masteronly Start hawq in masteronly mode. -R --restrict Start hawq in restrict mode. -U --special-mode Start hawq in [upgrade/maintenance] mode. @@ -79,7 +79,7 @@ The "options" are: -l --logdir Sets log dir of management tools. -q --quiet Run in quiet mode. -v --verbose Displays detailed status, progress and error messages output by the utility. - -t --timeout Sets timeout value in seconds, default is 60 seconds. + -t --timeout Sets timeout value in seconds, default is 600 seconds. -M --mode Stop with mode [smart|fast|immediate] -u --reload Reload GUC values without restarting hawq cluster. @@ -131,7 +131,7 @@ The "options" are: -l --logdir Sets log dir of management tools. -q --quiet Run in quiet mode. -v --verbose Displays detailed status, progress and error messages output by the utility. - -t --timeout Sets timeout value in seconds, default is 60 seconds. + -t --timeout Sets timeout value in seconds, default is 600 seconds. -M --mode Stop with mode [smart|fast|immediate] -u --reload Reload GUC values without restart hawq cluster. -m --masteronly Start HAWQ in master-only mode. @@ -148,7 +148,6 @@ The "options" are: -q --quiet Run in quiet mode. -v --verbose Displays detailed status, progress and error messages output by the utility. -l --logdir Sets log dir of management tools. - -t --timeout Sets timeout value in seconds, default is 60 seconds. -M --mode Stop with mode [smart|fast|immediate] See 'hawq --help' for more information on other commands.
