You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2017/07/24 03:25:59 UTC

kylin git commit: use 2.0 released package instead of beta package in spark cubing tutorial

Repository: kylin
Updated Branches:
  refs/heads/document 37130f02d -> 01a87a4de


use 2.0 released package instead of beta package in spark cubing tutorial


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

Branch: refs/heads/document
Commit: 01a87a4de1c19520318ac2818989c12c193c2ca3
Parents: 37130f0
Author: shaofengshi <sh...@apache.org>
Authored: Mon Jul 24 11:25:52 2017 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Jul 24 11:25:52 2017 +0800

----------------------------------------------------------------------
 website/_docs20/tutorial/cube_spark.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/01a87a4d/website/_docs20/tutorial/cube_spark.md
----------------------------------------------------------------------
diff --git a/website/_docs20/tutorial/cube_spark.md b/website/_docs20/tutorial/cube_spark.md
index d5c12e3..175f87c 100644
--- a/website/_docs20/tutorial/cube_spark.md
+++ b/website/_docs20/tutorial/cube_spark.md
@@ -9,17 +9,17 @@ Kylin v2.0 introduces the Spark cube engine, it uses Apache Spark to replace Map
 ## Preparation
 To finish this tutorial, you need a Hadoop environment which has Kylin v2.0.0 or above installed. Here we will use Hortonworks HDP 2.4 Sandbox VM, the Hadoop components as well as Hive/HBase has already been started. 
 
-## Install Kylin v2.0.0 beta
+## Install Kylin v2.0.0
 
-Download the Kylin v2.0.0 beta for HBase 1.x from Kylin's download page, and then uncompress the tar ball into */usr/local/* folder:
+Download the Kylin v2.0.0 for HBase 1.x from Kylin's download page, and then uncompress the tar ball into */usr/local/* folder:
 
 {% highlight Groff markup %}
 
-wget https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.0.0-beta/apache-kylin-2.0.0-beta-hbase1x.tar.gz -P /tmp
+wget http://www-us.apache.org/dist/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz -P /tmp
 
-tar -zxvf /tmp/apache-kylin-2.0.0-beta-hbase1x.tar.gz -C /usr/local/
+tar -zxvf /tmp/apache-kylin-2.0.0-bin-hbase1x.tar.gz -C /usr/local/
 
-export KYLIN_HOME=/usr/local/apache-kylin-2.0.0-SNAPSHOT-bin
+export KYLIN_HOME=/usr/local/apache-kylin-2.0.0-bin
 {% endhighlight %}
 
 ## Prepare "kylin.env.hadoop-conf-dir"