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 2015/09/21 04:16:15 UTC

[09/13] incubator-kylin git commit: KYLIN-943 update use sandbox to false

KYLIN-943 update use sandbox to false 


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

Branch: refs/heads/KYLIN-943
Commit: 2730fb63aacafda64d6dc16f1c1e7231f9f2ce13
Parents: 0cc0521
Author: shaofengshi <sh...@apache.org>
Authored: Thu Sep 17 22:29:47 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Sep 21 10:11:54 2015 +0800

----------------------------------------------------------------------
 examples/test_case_data/sandbox/kylin.properties | 4 ++--
 pom.xml                                          | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2730fb63/examples/test_case_data/sandbox/kylin.properties
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/kylin.properties b/examples/test_case_data/sandbox/kylin.properties
index 5b05f87..03df875 100644
--- a/examples/test_case_data/sandbox/kylin.properties
+++ b/examples/test_case_data/sandbox/kylin.properties
@@ -16,7 +16,7 @@ kylin.job.mapreduce.default.reduce.input.mb=500
 
 # If true, job engine will not assume that hadoop CLI reside on the same server as it self
 # you will have to specify kylin.job.remote.cli.hostname, kylin.job.remote.cli.username and kylin.job.remote.cli.password
-kylin.job.run.as.remote.cmd=true
+kylin.job.run.as.remote.cmd=false
 
 # Only necessary when kylin.job.run.as.remote.cmd=true
 kylin.job.remote.cli.hostname=sandbox
@@ -34,7 +34,7 @@ kylin.job.remote.cli.working.dir=/tmp/kylin
 kylin.job.concurrent.max.limit=10
 
 # Whether calculate cube in mem in each mapper;
-kylin.job.cubing.inMem=false
+kylin.job.cubing.inMem=true
 
 #the percentage of the sampling, default 25%
 kylin.job.cubing.inMem.sampling.percent=25

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2730fb63/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f6c9284..74587cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,8 +70,11 @@
         <commons-httpclient.version>3.1</commons-httpclient.version>
         <commons-collections4.version>4.0</commons-collections4.version>
         <commons-email.version>1.1</commons-email.version>
+        <commons-math3.version>3.5</commons-math3.version>
+        <!--
         <commons-math3.version>3.6-SNAPSHOT</commons-math3.version>
-
+        -->
+        
         <!-- Spark -->
         <spark.version>1.3.0</spark.version>