You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2018/03/15 20:25:11 UTC

hive git commit: HIVE-18951 : Fix the llapdump usage error in llapdump.sh (Saijin Huang, reviewed by Sergey Shelukhin)

Repository: hive
Updated Branches:
  refs/heads/master 52c6e8938 -> 84f7be244


HIVE-18951 : Fix the llapdump usage error in llapdump.sh (Saijin Huang, reviewed by Sergey Shelukhin)


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

Branch: refs/heads/master
Commit: 84f7be244cb91fa32275341b9789593ad89fc03a
Parents: 52c6e89
Author: sergey <se...@apache.org>
Authored: Thu Mar 15 13:25:05 2018 -0700
Committer: sergey <se...@apache.org>
Committed: Thu Mar 15 13:25:05 2018 -0700

----------------------------------------------------------------------
 bin/ext/llapdump.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/84f7be24/bin/ext/llapdump.sh
----------------------------------------------------------------------
diff --git a/bin/ext/llapdump.sh b/bin/ext/llapdump.sh
index c675f77..5a905fc 100644
--- a/bin/ext/llapdump.sh
+++ b/bin/ext/llapdump.sh
@@ -23,7 +23,7 @@ llapdump () {
 }
 
 llapdump_help () {
-  echo "usage ./hive llapdump [-l <url>] [-u <user>] [-p <pwd>] <query>"
+  echo "usage ./hive --service llapdump [-l <url>] [-u <user>] [-p <pwd>] <query>"
   echo ""
   echo "  --location (-l)  hs2 url"
   echo "  --user (-u)      user name"