You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/06/05 06:34:22 UTC

[1/3] kylin git commit: minor, remove check env in tools

Repository: kylin
Updated Branches:
  refs/heads/master c38def7b5 -> c2b2cead6


minor, remove check env in tools


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

Branch: refs/heads/master
Commit: 2998e11747ad960979355f15c80b3880de7b4111
Parents: bcb29fc
Author: Hongbin Ma <ma...@apache.org>
Authored: Mon Jun 5 13:11:40 2017 +0800
Committer: Dong Li <li...@apache.org>
Committed: Mon Jun 5 13:36:34 2017 +0800

----------------------------------------------------------------------
 build/bin/metastore.sh | 2 --
 build/bin/sample.sh    | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/2998e117/build/bin/metastore.sh
----------------------------------------------------------------------
diff --git a/build/bin/metastore.sh b/build/bin/metastore.sh
index 23464e6..1820a03 100755
--- a/build/bin/metastore.sh
+++ b/build/bin/metastore.sh
@@ -26,8 +26,6 @@
 
 source $(cd -P -- "$(dirname -- "$0")" && pwd -P)/header.sh
 
-source ${dir}/check-env.sh "if-not-yet"
-
 if [ "$1" == "backup" ]
 then
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/2998e117/build/bin/sample.sh
----------------------------------------------------------------------
diff --git a/build/bin/sample.sh b/build/bin/sample.sh
index babab86..b35584c 100755
--- a/build/bin/sample.sh
+++ b/build/bin/sample.sh
@@ -23,8 +23,6 @@ source $(cd -P -- "$(dirname -- "$0")" && pwd -P)/header.sh
 source ${dir}/find-hadoop-conf-dir.sh
 source ${dir}/load-hive-conf.sh
 
-source ${dir}/check-env.sh "if-not-yet"
-
 cd ${KYLIN_HOME}/sample_cube/data
 
 if [ -z "${kylin_hadoop_conf_dir}" ]; then


[3/3] kylin git commit: Merge commit 'c38def7b53dae81f9fde0520b1fb270804dde728'

Posted by li...@apache.org.
Merge commit 'c38def7b53dae81f9fde0520b1fb270804dde728'


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

Branch: refs/heads/master
Commit: c2b2cead62aa75807075762a529868d6632ddc66
Parents: 2998e11 c38def7
Author: Hongbin Ma <ma...@apache.org>
Authored: Mon Jun 5 14:31:54 2017 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Mon Jun 5 14:31:54 2017 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/job/JobInstance.java  | 16 +++++++++++++++
 .../kylin/job/execution/AbstractExecutable.java | 21 ++++++++++++++++----
 .../job/execution/DefaultChainedExecutable.java | 12 +++++++++--
 .../engine/mr/common/JobInfoConverter.java      |  3 ++-
 .../apache/kylin/tool/JobInstanceExtractor.java |  3 ++-
 webapp/app/partials/query/query.html            |  2 ++
 6 files changed, 49 insertions(+), 8 deletions(-)
----------------------------------------------------------------------



[2/3] kylin git commit: minor, refine smoke test script for acl migration

Posted by li...@apache.org.
minor, refine smoke test script for acl migration


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

Branch: refs/heads/master
Commit: bcb29fc9637b3eee452b3f747caaba7f4088eefe
Parents: 25a5367
Author: Hongbin Ma <ma...@apache.org>
Authored: Mon Jun 5 12:47:09 2017 +0800
Committer: Dong Li <li...@apache.org>
Committed: Mon Jun 5 13:36:34 2017 +0800

----------------------------------------------------------------------
 build/smoke-test/smoke-test.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/bcb29fc9/build/smoke-test/smoke-test.sh
----------------------------------------------------------------------
diff --git a/build/smoke-test/smoke-test.sh b/build/smoke-test/smoke-test.sh
index f174b47..5c2dfda 100755
--- a/build/smoke-test/smoke-test.sh
+++ b/build/smoke-test/smoke-test.sh
@@ -59,6 +59,9 @@ ${KYLIN_HOME}/bin/metastore.sh reset
 
 # Test stage
 ${KYLIN_HOME}/bin/sample.sh
+
+${KYLIN_HOME}/bin/kylin.sh org.apache.kylin.tool.AclTableMigrationCLI MIGRATE
+
 ${KYLIN_HOME}/bin/kylin.sh start
 
 echo "Wait 3 minutes for service start."