Repository: kylin
Updated Branches:
  refs/heads/master f1042bf01 -> b6d8e8849


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

Branch: refs/heads/master
Commit: b6d8e8849751b12706669069c83a4bedddfc9be0
Parents: f1042bf
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:56:50 2016 +0800

----------------------------------------------------------------------
 build/bin/sample.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b6d8e884/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; }

Reply via email to