Repository: kylin Updated Branches: refs/heads/yang21-cdh5.7 c15167ee4 -> 5f867e218 (forced update)
minor, fix sample cube metadata file rename Signed-off-by: Hongbin Ma <mahong...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/c23205d9 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c23205d9 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/c23205d9 Branch: refs/heads/yang21-cdh5.7 Commit: c23205d9394d3149db5771779b54bfec346e60c0 Parents: 29ac66b Author: Roger Shi <rogershijich...@hotmail.com> Authored: Sun Nov 13 22:45:44 2016 +0800 Committer: Hongbin Ma <mahong...@apache.org> Committed: Sun Nov 13 22:47:49 2016 +0800 ---------------------------------------------------------------------- build/bin/sample.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/c23205d9/build/bin/sample.sh ---------------------------------------------------------------------- diff --git a/build/bin/sample.sh b/build/bin/sample.sh index cc731cf..c1a7bcc 100644 --- a/build/bin/sample.sh +++ b/build/bin/sample.sh @@ -52,8 +52,8 @@ fi mkdir -p ${KYLIN_HOME}/sample_cube/metadata cp -rf ${KYLIN_HOME}/sample_cube/template/* ${KYLIN_HOME}/sample_cube/metadata -sed -i "s/%default_storage_type%/${default_storage_type}/g" ${KYLIN_HOME}/sample_cube/metadata/cube_desc/kylin_sales_cube_desc.json -sed -i "s/%default_engine_type%/${default_engine_type}/g" ${KYLIN_HOME}/sample_cube/metadata/cube_desc/kylin_sales_cube_desc.json +sed -i "s/%default_storage_type%/${default_storage_type}/g" ${KYLIN_HOME}/sample_cube/metadata/cube_desc/kylin_sales_cube.json +sed -i "s/%default_engine_type%/${default_engine_type}/g" ${KYLIN_HOME}/sample_cube/metadata/cube_desc/kylin_sales_cube.json cd ${KYLIN_HOME} hbase org.apache.hadoop.util.RunJar ${job_jar} org.apache.kylin.common.persistence.ResourceTool upload ${KYLIN_HOME}/sample_cube/metadata || { exit 1; }