Repository: kylin
Updated Branches:
  refs/heads/2.x-staging 04df0cbb8 -> 255cfb73d


minor, fix clean-up function in metastore.sh


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

Branch: refs/heads/2.x-staging
Commit: 255cfb73d0c9b4f8ee3a0272152c1df8539d3595
Parents: 04df0cb
Author: lidongsjtu <don...@ebay.com>
Authored: Mon Jan 4 23:02:56 2016 +0800
Committer: lidongsjtu <don...@ebay.com>
Committed: Tue Jan 5 11:28:05 2016 +0800

----------------------------------------------------------------------
 build/bin/metastore.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/255cfb73/build/bin/metastore.sh
----------------------------------------------------------------------
diff --git a/build/bin/metastore.sh b/build/bin/metastore.sh
index ed6e8d3..8f237aa 100755
--- a/build/bin/metastore.sh
+++ b/build/bin/metastore.sh
@@ -55,7 +55,7 @@ then
 elif [ $1 == "clean" ]
 then
 
-    ${KYLIN_HOME}/bin/kylin.sh 
org.apache.kylin.job.hadoop.cube.MetadataCleanupJob "${@:2}"
+    ${KYLIN_HOME}/bin/kylin.sh 
org.apache.kylin.engine.mr.steps.MetadataCleanupJob "${@:2}"
 
 else
     echo "usage: metastore.sh backup"

Reply via email to