Skip to content

Commit

Permalink
[CARBONDATA-884] Assembly jar information in Quick Start guide This c…
Browse files Browse the repository at this point in the history
…loses apache#770
  • Loading branch information
chenliang613 committed Apr 9, 2017
2 parents 75a1db4 + c3af07e commit 490901d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down

0 comments on commit 490901d

Please sign in to comment.