You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2016/08/25 21:34:20 UTC

hive git commit: HIVE-14647: Typo fixes in Beeline help (Márton Balassi via Prasanth Jayachandran). Fixes #99

Repository: hive
Updated Branches:
  refs/heads/master aff5d9c59 -> be2829c43


HIVE-14647: Typo fixes in Beeline help (M�rton Balassi via Prasanth Jayachandran). Fixes #99


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

Branch: refs/heads/master
Commit: be2829c43fafa1cc16589cf3129d20a0c37469ef
Parents: aff5d9c
Author: Marton Balassi <mb...@apache.org>
Authored: Thu Aug 25 22:35:45 2016 +0200
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Thu Aug 25 14:34:05 2016 -0700

----------------------------------------------------------------------
 beeline/src/main/resources/BeeLine.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/be2829c4/beeline/src/main/resources/BeeLine.properties
----------------------------------------------------------------------
diff --git a/beeline/src/main/resources/BeeLine.properties b/beeline/src/main/resources/BeeLine.properties
index 95b8fa1..748c4b6 100644
--- a/beeline/src/main/resources/BeeLine.properties
+++ b/beeline/src/main/resources/BeeLine.properties
@@ -200,8 +200,8 @@ cmd-usage: Usage: java org.apache.hive.cli.beeline.BeeLine \n \
 \   2. Connect using simple authentication to HiveServer2 on hs.local:10000 using -n for username and -p for password\n \
 \   $ beeline -n username -p password -u jdbc:hive2://hs2.local:10012\n\n \
 \   3. Connect using Kerberos authentication with hive/localhost@mydomain.com as HiveServer2 principal\n \
-\   $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/localhost@mydomain.com\n\n \
+\   $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/localhost@mydomain.com"\n\n \
 \   4. Connect using SSL connection to HiveServer2 on localhost at 10000\n \
-\   $ beeline jdbc:hive2://localhost:10000/default;ssl=true;sslTrustStore=/usr/local/truststore;trustStorePassword=mytruststorepassword\n\n \
+\   $ beeline "jdbc:hive2://localhost:10000/default;ssl=true;sslTrustStore=/usr/local/truststore;trustStorePassword=mytruststorepassword"\n\n \
 \   5. Connect using LDAP authentication\n \
 \   $ beeline -u jdbc:hive2://hs2.local:10013/default <ldap-username> <ldap-password>\n \