Repository: kylin Updated Branches: refs/heads/2.2.x 2d5f80cc9 -> c2feaee81
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/c2feaee8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c2feaee8 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/c2feaee8 Branch: refs/heads/2.2.x Commit: c2feaee81269ac06eedbffa060353c701dfc3db6 Parents: 2d5f80c Author: shaofengshi <[email protected]> Authored: Tue Oct 10 18:45:37 2017 +0800 Committer: shaofengshi <[email protected]> Committed: Tue Oct 10 20:07:06 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/c2feaee8/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
