You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2017/09/18 10:01:41 UTC

[22/51] [abbrv] carbondata git commit: [DOC] Update installation-guide.md

[DOC] Update installation-guide.md

This closes #1174


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

Branch: refs/heads/branch-1.2
Commit: b8ecf8176b63de4aec4dfb421fd6ade3fab9eda6
Parents: 92f3470
Author: chenerlu <ch...@huawei.com>
Authored: Sat Jul 15 00:34:34 2017 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Tue Sep 12 23:19:30 2017 +0800

----------------------------------------------------------------------
 docs/installation-guide.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/b8ecf817/docs/installation-guide.md
----------------------------------------------------------------------
diff --git a/docs/installation-guide.md b/docs/installation-guide.md
index c7d694d..acb952a 100644
--- a/docs/installation-guide.md
+++ b/docs/installation-guide.md
@@ -182,9 +182,10 @@ hdfs://<host_name>:port/user/hive/warehouse/carbon.store
 
 ```
      cd $SPARK_HOME
-     ./bin/beeline jdbc:hive2://<thriftserver_host>:port
+     ./sbin/start-thriftserver.sh
+     ./bin/beeline -u jdbc:hive2://<thriftserver_host>:port
 
      Example
-     ./bin/beeline jdbc:hive2://10.10.10.10:10000
+     ./bin/beeline -u jdbc:hive2://10.10.10.10:10000
 ```