You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/04/09 16:02:45 UTC

[1/2] incubator-carbondata git commit: Added assembly jar information in Quick Start guide

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 75a1db4ba -> 490901d9d


Added assembly jar information in Quick Start guide


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

Branch: refs/heads/master
Commit: c3af07efc2484d07b12d27d2d2b7adfa002c6f47
Parents: 75a1db4
Author: Sanoj MG <sa...@gmail.com>
Authored: Sun Apr 9 12:30:41 2017 +0400
Committer: Sanoj MG <sa...@gmail.com>
Committed: Sun Apr 9 12:30:41 2017 +0400

----------------------------------------------------------------------
 docs/quick-start-guide.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/c3af07ef/docs/quick-start-guide.md
----------------------------------------------------------------------
diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md
index 5eec075..a3911fa 100644
--- a/docs/quick-start-guide.md
+++ b/docs/quick-start-guide.md
@@ -45,6 +45,7 @@ Start Spark shell by running the following command in the Spark directory:
 ```
 ./bin/spark-shell --jars <carbondata assembly jar path>
 ```
+**NOTE**: Assembly jar will be available after [building CarbonData](https://github.com/apache/incubator-carbondata/blob/master/build/README.md) and can be copied from `./assembly/target/scala-2.1x/carbondata_xxx.jar`
 
 In this shell, SparkSession is readily available as `spark` and Spark context is readily available as `sc`.
 
@@ -96,6 +97,7 @@ Start Spark shell by running the following command in the Spark directory:
 ```
 ./bin/spark-shell --jars <carbondata assembly jar path>
 ```
+**NOTE**: Assembly jar will be available after [building CarbonData](https://github.com/apache/incubator-carbondata/blob/master/build/README.md) and can be copied from `./assembly/target/scala-2.1x/carbondata_xxx.jar`
 
 **NOTE**: In this shell, SparkContext is readily available as `sc`.
 


[2/2] incubator-carbondata git commit: [CARBONDATA-884] Assembly jar information in Quick Start guide This closes #770

Posted by ch...@apache.org.
[CARBONDATA-884] Assembly jar information in Quick Start guide This closes #770


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

Branch: refs/heads/master
Commit: 490901d9d561cff99a1b375e5017351ba049bb16
Parents: 75a1db4 c3af07e
Author: chenliang613 <ch...@huawei.com>
Authored: Sun Apr 9 21:32:23 2017 +0530
Committer: chenliang613 <ch...@huawei.com>
Committed: Sun Apr 9 21:32:23 2017 +0530

----------------------------------------------------------------------
 docs/quick-start-guide.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------