Repository: carbondata Updated Branches: refs/heads/master 8eef8fe30 -> 9e871d941
[CARBONDATA-1372]Fix link error in CarbonData documentation The link of building CarbonData is error, fix it. This closes #1251 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/9e871d94 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/9e871d94 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/9e871d94 Branch: refs/heads/master Commit: 9e871d94117ddb8c15924b0fa8d603766da272b5 Parents: 8eef8fe Author: 徿³¢ <[email protected]> Authored: Fri Aug 11 14:35:28 2017 +0800 Committer: Jacky Li <[email protected]> Committed: Sat Aug 19 22:06:14 2017 +0800 ---------------------------------------------------------------------- docs/quick-start-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/9e871d94/docs/quick-start-guide.md ---------------------------------------------------------------------- diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index a939982..5b39b9e 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -108,8 +108,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/carbondata/ -blob/master/build/README.md) and can be copied from `./assembly/target/scala-2.1x/carbondata_xxx.jar` +**NOTE**: Assembly jar will be available after [building CarbonData](https://github.com/apache/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`.
