Repository: kylin
Updated Branches:
  refs/heads/master da35e392d -> 0f00b9393


fix old spark property in kylin.properties


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

Branch: refs/heads/master
Commit: 0f00b9393e38bc8bbed05033bc7e48e24f3d6123
Parents: da35e39
Author: shaofengshi <[email protected]>
Authored: Tue Oct 10 18:45:37 2017 +0800
Committer: shaofengshi <[email protected]>
Committed: Tue Oct 10 18:45:42 2017 +0800

----------------------------------------------------------------------
 core-common/src/main/resources/kylin-defaults.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/0f00b939/core-common/src/main/resources/kylin-defaults.properties
----------------------------------------------------------------------
diff --git a/core-common/src/main/resources/kylin-defaults.properties 
b/core-common/src/main/resources/kylin-defaults.properties
index a317f8e..e3632ae 100644
--- a/core-common/src/main/resources/kylin-defaults.properties
+++ b/core-common/src/main/resources/kylin-defaults.properties
@@ -265,7 +265,7 @@ 
kylin.engine.spark-conf.spark.history.fs.logDirectory=hdfs\:///kylin/spark-histo
 kylin.engine.spark-conf.spark.hadoop.yarn.timeline-service.enabled=false
 
 # manually upload spark-assembly jar to HDFS and then set this property will 
avoid repeatedly uploading jar at runtime
-#kylin.engine.spark-conf.spark.yarn.jar=hdfs://namenode:8020/kylin/spark/spark-assembly-1.6.3-hadoop2.6.0.jar
+#kylin.engine.spark-conf.spark.yarn.archive=hdfs://namenode:8020/kylin/spark/spark-libs.jar
 
#kylin.engine.spark-conf.spark.io.compression.codec=org.apache.spark.io.SnappyCompressionCodec
 
 # uncomment for HDP

Reply via email to