Repository: kylin Updated Branches: refs/heads/2.0-rc 514de1308 -> c50d1d93e
minor, update upgrade script about coprocessor deployment Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/c50d1d93 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c50d1d93 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/c50d1d93 Branch: refs/heads/2.0-rc Commit: c50d1d93e8876a3dd403e7b5fe8568768d40b76c Parents: 514de13 Author: lidongsjtu <[email protected]> Authored: Mon Jan 11 14:53:44 2016 +0800 Committer: lidongsjtu <[email protected]> Committed: Mon Jan 11 14:53:44 2016 +0800 ---------------------------------------------------------------------- build/bin/upgrade_v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/c50d1d93/build/bin/upgrade_v2.sh ---------------------------------------------------------------------- diff --git a/build/bin/upgrade_v2.sh b/build/bin/upgrade_v2.sh index a954d35..605479f 100755 --- a/build/bin/upgrade_v2.sh +++ b/build/bin/upgrade_v2.sh @@ -21,7 +21,7 @@ dir=$(dirname ${0}) source ${dir}/check-env.sh echo "======Deploy coprocessor=======" -$KYLIN_HOME/bin/kylin.sh org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI $KYLIN_HOME/lib/kylin-coprocessor-2.0-incubating-SNAPSHOT.jar +$KYLIN_HOME/bin/kylin.sh org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI $KYLIN_HOME/lib/kylin-coprocessor-2.0-incubating-SNAPSHOT.jar all echo "=====Upgrade Cube metadata=====" $KYLIN_HOME/bin/kylin.sh org.apache.kylin.cube.upgrade.v2.CubeMetadataUpgradeV2
