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/17 16:30:17 UTC

incubator-kylin git commit: KYLIN-943 update use sandbox to false

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-943 1fbbf6eaf -> fc17d9985


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/fc17d998
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/fc17d998
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/fc17d998

Branch: refs/heads/KYLIN-943
Commit: fc17d998515dcd344471786df2e6ca785dd4a68e
Parents: 1fbbf6e
Author: shaofengshi <sh...@apache.org>
Authored: Thu Sep 17 22:29:47 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Sep 17 22:29:47 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/fc17d998/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/fc17d998/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 051df4d..dd2c75f 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>