You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/06/01 01:15:00 UTC

[kylin] branch KYLIN-3137 updated (b886946 -> ad8d25f)

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a change to branch KYLIN-3137
in repository https://gitbox.apache.org/repos/asf/kylin.git.


 discard b886946  KYLIN-3137 update kylin.properties for spark 2.1
     new ad8d25f  KYLIN-3137 update kylin.properties for spark 2.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b886946)
            \
             N -- N -- N   refs/heads/KYLIN-3137 (ad8d25f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/test_case_data/sandbox/kylin.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
shaofengshi@apache.org.

[kylin] 01/01: KYLIN-3137 update kylin.properties for spark 2.1

Posted by sh...@apache.org.
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 ad8d25f7c9646ad85395f5535fb28a97b8eb25bf
Author: shaofengshi <sh...@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..a3aa0f4 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
shaofengshi@apache.org.