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/23 09:30:51 UTC

[10/51] [abbrv] incubator-kylin git commit: KYLIN-538 minor fix: correct web url in deploy script message

KYLIN-538 minor fix: correct web url in deploy script 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/0c613be7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/0c613be7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/0c613be7

Branch: refs/heads/staging
Commit: 0c613be7d91a9f1e19513c11f5037be79e9cecb2
Parents: 4f1cacb
Author: honma <ho...@ebay.com>
Authored: Tue Jan 20 16:12:43 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Jan 20 16:12:43 2015 +0800

----------------------------------------------------------------------
 sandbox_deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/0c613be7/sandbox_deploy.sh
----------------------------------------------------------------------
diff --git a/sandbox_deploy.sh b/sandbox_deploy.sh
index f5b4800..8b55efd 100755
--- a/sandbox_deploy.sh
+++ b/sandbox_deploy.sh
@@ -198,4 +198,4 @@ 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 launched successfully!!!"
-echo "Please visit http://<your_sandbox_ip>:7070 to play with the cubes! (Useranme: ADMIN, Password: KYLIN)"
+echo "Please visit http://<your_sandbox_ip>:7070/kylin to play with the cubes! (Useranme: ADMIN, Password: KYLIN)"