Repository: incubator-livy
Updated Branches:
  refs/heads/master 31b1135d2 -> 424776128


LIVY-360. The usage of livy-server description is not correct

[https://issues.cloudera.org/browse/LIVY-360](https://issues.cloudera.org/browse/LIVY-360)
The description of the usage of livy-server contains the start and stop 
parameters, but missing status parameter.

Author: davidxdh <xu.dong...@zte.com.cn>

Closes #7 from davidxdh/dev360.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/42477612
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/42477612
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/42477612

Branch: refs/heads/master
Commit: 424776128ef82c7bff21bf366fdfc1af3768cc13
Parents: 31b1135
Author: davidxdh <xu.dong...@zte.com.cn>
Authored: Mon Jul 3 14:44:01 2017 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Mon Jul 3 14:44:01 2017 +0800

----------------------------------------------------------------------
 bin/livy-server | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/42477612/bin/livy-server
----------------------------------------------------------------------
diff --git a/bin/livy-server b/bin/livy-server
index 71b9134..16ee4fd 100755
--- a/bin/livy-server
+++ b/bin/livy-server
@@ -19,7 +19,7 @@
 # Runs Livy server.
 
 
-usage="Usage: livy-server (start|stop)"
+usage="Usage: livy-server (start|stop|status)"
 
 export LIVY_HOME=$(cd $(dirname $0)/.. && pwd)
 LIVY_CONF_DIR=${LIVY_CONF_DIR:-"$LIVY_HOME/conf"}

Reply via email to