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/26 11:08:46 UTC

[1/2] incubator-carbondata git commit: [CARBONDATA-990] fix instruction error

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 373f4e795 -> 4b615d8cd


[CARBONDATA-990] fix instruction error


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

Branch: refs/heads/master
Commit: 64d2a4b14f07e4fde264da221dda336092c28e7e
Parents: 373f4e7
Author: ranmx <ra...@fosun.com>
Authored: Wed Apr 26 17:22:44 2017 +0800
Committer: ranmx <ra...@fosun.com>
Committed: Wed Apr 26 17:22:44 2017 +0800

----------------------------------------------------------------------
 docs/installation-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/64d2a4b1/docs/installation-guide.md
----------------------------------------------------------------------
diff --git a/docs/installation-guide.md b/docs/installation-guide.md
index 2fb6766..48de5b9 100644
--- a/docs/installation-guide.md
+++ b/docs/installation-guide.md
@@ -113,7 +113,7 @@ To get started with CarbonData : [Quick Start](quick-start-guide.md), [DDL Opera
    | spark.yarn.dist.archives | Comma-separated list of archives to be extracted into the working directory of each executor. |`$SPARK_HOME/carbonlib/carbondata.tar.gz` |
    | spark.executor.extraJavaOptions | A string of extra JVM options to pass to executors. For instance  **NOTE**: You can enter multiple values separated by space. |`-Dcarbon.properties.filepath=carbon.properties` |
    | spark.executor.extraClassPath | Extra classpath entries to prepend to the classpath of executors. **NOTE**: If SPARK_CLASSPATH is defined in spark-env.sh, then comment it and append the values in below parameter spark.driver.extraClassPath |`carbondata.tar.gz/carbonlib/*` |
-   | spark.driver.extraClassPath | Extra classpath entries to prepend to the classpath of the driver. **NOTE**: If SPARK_CLASSPATH is defined in spark-env.sh, then comment it and append the value in below parameter spark.driver.extraClassPath. |`$SPARK_HOME/carbonlib/carbonlib/*` |
+   | spark.driver.extraClassPath | Extra classpath entries to prepend to the classpath of the driver. **NOTE**: If SPARK_CLASSPATH is defined in spark-env.sh, then comment it and append the value in below parameter spark.driver.extraClassPath. |`$SPARK_HOME/carbonlib/*` |
    | spark.driver.extraJavaOptions | A string of extra JVM options to pass to the driver. For instance, GC settings or other logging. |`-Dcarbon.properties.filepath=$SPARK_HOME/conf/carbon.properties` |
 
 


[2/2] incubator-carbondata git commit: [CARBONDATA-990] fix instruction error This closes #857

Posted by ch...@apache.org.
[CARBONDATA-990] fix instruction error This closes #857


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

Branch: refs/heads/master
Commit: 4b615d8cdb10542d99c339077d814b7b7b004e6d
Parents: 373f4e7 64d2a4b
Author: chenliang613 <ch...@huawei.com>
Authored: Wed Apr 26 19:08:34 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Wed Apr 26 19:08:34 2017 +0800

----------------------------------------------------------------------
 docs/installation-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------