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 2015/01/31 12:57:30 UTC

[32/53] [abbrv] incubator-kylin git commit: KYLIN-563 more changes in prompting message

KYLIN-563 more changes in prompting message


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

Branch: refs/heads/master
Commit: 59d5cd4ca8a5632f6ac718c00a6a682d27efa297
Parents: 3ac1906
Author: honma <ho...@ebay.com>
Authored: Thu Jan 22 17:54:33 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Thu Jan 22 17:54:33 2015 +0800

----------------------------------------------------------------------
 sandbox_deploy.sh | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/59d5cd4c/sandbox_deploy.sh
----------------------------------------------------------------------
diff --git a/sandbox_deploy.sh b/sandbox_deploy.sh
index 85aa98e..6b279e8 100755
--- a/sandbox_deploy.sh
+++ b/sandbox_deploy.sh
@@ -139,20 +139,6 @@ cat examples/test_case_data/sandbox/kylin.properties | \
     sed -e "s/${DEFAULT_SERVER_LIST}/${NEW_SERVER_LIST_PREFIX}${HOSTNAME}/g"   >  /etc/kylin/kylin.properties
 
 
-echo "a copy of kylin config is generated at /etc/kylin/kylin.properties:"
-echo "==================================================================="
-cat /etc/kylin/kylin.properties
-echo ""
-echo "==================================================================="
-echo ""
-
-[[ "$SILENT" ]] || ( read -p "please ensure the configuration is correct, and press y to proceed: " -n 1 -r
-echo    # (optional) move to a new line
-if [[ ! $REPLY =~ ^[Yy]$ ]]
-then
-    echo "Not going to proceed, quit without finishing! You can rerun the script to have another try."
-    exit 1
-fi )
 
 # 1. generate synthetic fact table(test_kylin_fact) data and dump it into hive
 # 2. create empty cubes on these data, ready to be built
@@ -181,4 +167,15 @@ hbase -Djava.util.logging.config.file=${CATALINA_HOME}/conf/logging.properties -
     org.apache.hadoop.util.RunJar ${CATALINA_HOME}/bin/bootstrap.jar  org.apache.catalina.startup.Bootstrap start > ${CATALINA_HOME}/logs/kylin_sandbox.log 2>&1 &
 
 echo "Kylin is deployed successfully!!!"
-echo "You need to manually start kylin tomcat by using \"./kylin.sh start\""
+echo ""
+echo ""
+echo "Please check the configuration:"
+echo ""
+echo "==================================================================="
+cat /etc/kylin/kylin.properties
+echo "==================================================================="
+echo ""
+echo "You can directly modify it by editing /etc/kylin/kylin.properties"
+echo "If you're using standard hadoop sandbox, you might keep it untouched"
+echo "After checking, please start kylin by using \"./kylin.sh start\""
+