This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch KYLIN-3137 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit b886946fe329bfa3d01bf1c718dcd0bf47bfeda5 Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Thu May 31 19:26:53 2018 +0800 KYLIN-3137 update kylin.properties for spark 2.1 --- examples/test_case_data/sandbox/kylin.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/test_case_data/sandbox/kylin.properties b/examples/test_case_data/sandbox/kylin.properties index ae9dad2..1a17b51 100644 --- a/examples/test_case_data/sandbox/kylin.properties +++ b/examples/test_case_data/sandbox/kylin.properties @@ -193,11 +193,10 @@ kylin.engine.spark-conf.spark.yarn.driver.memoryOverhead=256 kylin.engine.spark-conf.spark.executor.memory=768M kylin.engine.spark-conf.spark.executor.cores=1 kylin.engine.spark-conf.spark.executor.instances=1 -kylin.engine.spark-conf.spark.storage.memoryFraction=0.3 kylin.engine.spark-conf.spark.eventLog.enabled=true kylin.engine.spark-conf.spark.history.fs.logDirectory=hdfs\:///spark-history kylin.engine.spark-conf.spark.eventLog.dir=hdfs\:///spark-history -kylin.engine.spark-conf.spark.yarn.jar=hdfs://sandbox.hortonworks.com:8020/kylin/spark/spark-assembly-1.6.3-hadoop2.6.0.jar +kylin.engine.spark-conf.spark.yarn.archive=hdfs://sandbox.hortonworks.com:8020/kylin/spark/spark-libs.jar kylin.engine.spark-conf.spark.driver.extraJavaOptions=-Dhdp.version=current kylin.engine.spark-conf.spark.yarn.am.extraJavaOptions=-Dhdp.version=current kylin.engine.spark-conf.spark.executor.extraJavaOptions=-Dhdp.version=current -- To stop receiving notification emails like this one, please contact shaofeng...@apache.org.