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 2020/03/02 02:58:13 UTC

svn commit: r1874676 - in /kylin/site: ./ assets/css/ assets/images/ cn/ cn/docs/install/ cn/docs31/install/ docs/install/ docs31/install/

Author: lidong
Date: Mon Mar  2 02:58:13 2020
New Revision: 1874676

URL: http://svn.apache.org/viewvc?rev=1874676&view=rev
Log:
update slogan image

Modified:
    kylin/site/assets/css/styles.css
    kylin/site/assets/images/data.jpg
    kylin/site/assets/images/data.png
    kylin/site/assets/images/normal.jpg
    kylin/site/cn/docs/install/kylin_docker.html
    kylin/site/cn/docs31/install/kylin_docker.html
    kylin/site/cn/index.html
    kylin/site/docs/install/kylin_docker.html
    kylin/site/docs31/install/kylin_docker.html
    kylin/site/feed.xml
    kylin/site/index.html

Modified: kylin/site/assets/css/styles.css
URL: http://svn.apache.org/viewvc/kylin/site/assets/css/styles.css?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
--- kylin/site/assets/css/styles.css (original)
+++ kylin/site/assets/css/styles.css Mon Mar  2 02:58:13 2020
@@ -132,7 +132,7 @@ a:hover, a:focus {
 
 **********************************************************************/
 #head {
-	background: #f4f4f4 url(../images/data.png) top center;
+	background: #f4f4f4 url(../images/data.jpg) top center;
 	background-size: cover;
 	color: #7C7C7C;
 	height: 520px;	
@@ -231,7 +231,7 @@ a:hover, a:focus {
 
 .navbar {
 	/*
-	background: #f4f4f4 url(../images/data.png) top center;
+	background: #f4f4f4 url(../images/data.jpg) top center;
 	background-size: cover;
 	color: #7C7C7C;
 	height: 100px;
@@ -1158,4 +1158,4 @@ ol.none-icon li{
     .aside2 {
         padding: 0px 0px 0px 10px; 
     }
-}
\ No newline at end of file
+}

Modified: kylin/site/assets/images/data.jpg
URL: http://svn.apache.org/viewvc/kylin/site/assets/images/data.jpg?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
Binary files - no diff available.

Modified: kylin/site/assets/images/data.png
URL: http://svn.apache.org/viewvc/kylin/site/assets/images/data.png?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
Binary files - no diff available.

Modified: kylin/site/assets/images/normal.jpg
URL: http://svn.apache.org/viewvc/kylin/site/assets/images/normal.jpg?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
Binary files - no diff available.

Modified: kylin/site/cn/docs/install/kylin_docker.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/install/kylin_docker.html?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
--- kylin/site/cn/docs/install/kylin_docker.html (original)
+++ kylin/site/cn/docs/install/kylin_docker.html Mon Mar  2 02:58:13 2020
@@ -7235,14 +7235,14 @@ var _hmt = _hmt || [];
 							<p>为了让用户方便的试用 Kylin,以及方便开发者在修改了源码后进行验证及调试。我们提供了 Kylin 的 docker 镜像。该镜像中,Kylin 依赖的各个服务均已正确的安装及部署,包括:</p>
 
 <ul>
-  <li>Jdk 1.8</li>
+  <li>JDK 1.8</li>
   <li>Hadoop 2.7.0</li>
   <li>Hive 1.2.1</li>
-  <li>Hbase 1.1.2</li>
+  <li>HBase 1.1.2</li>
   <li>Spark 2.3.1</li>
   <li>Zookeeper 3.4.6</li>
   <li>Kafka 1.1.1</li>
-  <li>Mysql</li>
+  <li>MySQL 5.1.73</li>
   <li>Maven 3.6.1</li>
 </ul>
 
@@ -7250,7 +7250,7 @@ var _hmt = _hmt || [];
 
 <p>我们已将面向用户的 Kylin 镜像上传至 docker 仓库,用户无需在本地构建镜像,直接执行以下命令从 docker 仓库 pull 镜像:</p>
 
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull apachekylin/apache-kylin-standalone:3.0.0-alpha2</code></pre></div>
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull apachekylin/apache-kylin-standalone:3.0.1</code></pre></div>
 
 <p>pull 成功后,执行以下命令启动容器:</p>
 
@@ -7261,8 +7261,8 @@ var _hmt = _hmt || [];
 -p 50070:50070 \
 -p 8032:8032 \
 -p 8042:8042 \
--p 60010:60010 \
-apachekylin/apache-kylin-standalone:3.0.0-alpha2</code></pre></div>
+-p 16010:16010 \
+apachekylin/apache-kylin-standalone:3.0.1</code></pre></div>
 
 <p>在容器启动时,会自动启动以下服务:</p>
 
@@ -7274,80 +7274,18 @@ apachekylin/apache-kylin-standalone:3.0.
   <li>Kylin</li>
 </ul>
 
-<p>并自动运行 <code class="highlighter-rouge">$KYLIN_HOME/bin/sample.sh </code> 及在 Kafka 中创建 kylin_streaming_topic topic 并持续向该 topic 中发送数据。这是为了让用户启动容器后,就能体验以批和流的方式的方式构建 Cube 并进行查询。</p>
+<p>并自动运行 <code class="highlighter-rouge">$KYLIN_HOME/bin/sample.sh </code> 及在 Kafka 中创建 “kylin_streaming_topic” topic 并持续向该 topic 中发送数据。这是为了让用户启动容器后,就能体验以批和流的方式的方式构建 Cube 并进行查询。</p>
 
-<p>容器启动后,我们可以通过 docker exec 命令进入容器内。当然,由于我们已经将容器内指定端口映射到本机端口,我们可以直接在本机浏览器中打开各个服务的页面,如:</p>
+<p>容器启动后,我们可以通过 “docker exec -it &lt;container_id&gt; bash” 命令进入容器内。当然,由于我们已经将容器内指定端口映射到本机端口,我们可以直接在本机浏览器中打开各个服务的页面,如:</p>
 
 <ul>
   <li>Kylin 页面:<a href="http://127.0.0.1:7070/kylin/login">http://127.0.0.1:7070/kylin/login</a></li>
-  <li>Hdfs NameNode 页面:<a href="http://127.0.0.1:50070/">http://127.0.0.1:50070</a></li>
-  <li>Yarn ResourceManager 页面:<a href="http://127.0.0.1:8088/">http://127.0.0.1:8088</a></li>
-  <li>HBase 页面:<a href="http://127.0.0.1:60010/">http://127.0.0.1:60010</a></li>
+  <li>HDFS NameNode 页面:<a href="http://127.0.0.1:50070/">http://127.0.0.1:50070</a></li>
+  <li>YARN ResourceManager 页面:<a href="http://127.0.0.1:8088/">http://127.0.0.1:8088</a></li>
+  <li>HBase 页面:<a href="http://127.0.0.1:16010/">http://127.0.0.1:16010</a></li>
 </ul>
 
-<p>容器内,相关环境变量如下:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">JAVA_HOME=/home/admin/jdk1.8.0_141
-HADOOP_HOME=/home/admin/hadoop-2.7.0
-KAFKA_HOME=/home/admin/kafka_2.11-1.1.1
-SPARK_HOME=/home/admin/spark-2.3.1-bin-hadoop2.6
-HBASE_HOME=/home/admin/hbase-1.1.2
-HIVE_HOME=/home/admin/apache-hive-1.2.1-bin
-KYLIN_HOME=/home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x</code></pre></div>
-
-<h2 id="section">构建镜像以验证源码修改</h2>
-
-<p>当开发者修改了源代码,想要对源代码进行打包、部署及验证时,也可以使用镜像。首先,我们进入源码根目录下的 docker 目录,并执行下面的脚本来构建镜像并将源码拷贝到镜像中:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">#!/usr/bin/env bash
-
-echo "start build kylin image base on current source code"
-
-rm -rf ./kylin
-mkdir -p ./kylin
-
-echo "start copy kylin source code"
-
-for file in `ls ../../kylin/`
-do
-    if [ docker != $file ]
-    then
-        cp -r ../../kylin/$file ./kylin/
-    fi
-done
-
-echo "finish copy kylin source code"
-
-docker build -t apache-kylin-standalone .⏎</code></pre></div>
-
-<p>由于需要通过网络下载各种安装包并进行部署,整个构建过程可能会持续几十分钟,时间长短取决于网络情况。</p>
-
-<p>当完成镜像构建后,执行以下命令启动容器:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker run -d \
--m 8G \
--p 7070:7070 \
--p 8088:8088 \
--p 50070:50070 \
--p 8032:8032 \
--p 8042:8042 \
--p 60010:60010 \
-apache-kylin-standalone</code></pre></div>
-
-<p>当容器启动后,执行 docker exec 命令进入容器。源代码存放在容器的 <code class="highlighter-rouge">/home/admin/kylin_sourcecode</code> 目录,执行以下命令对源码进行打包:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">cd /home/admin/kylin_sourcecod
-build/script/package.sh</code></pre></div>
-
-<p>打包完成后,会在 <code class="highlighter-rouge">/home/admin/kylin_sourcecode/dist</code> 目录下生成一个以 <code class="highlighter-rouge">.tar.gz</code> 结尾的安装包,如 <code class="highlighter-rouge">apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz</code>。我们可以使用该安装包进行部署和启动 Kylin 服务,如:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">cp /home/admin/kylin_sourcecode/dist/apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz /home/admin
-tar -zxvf /home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz
-/home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x/kylin.sh start</code></pre></div>
-
-<p>我们同样可以在本机的浏览器中打开 Hdfs、Yarn、HBase、Kylin 等服务的页面。</p>
-
-<h2 id="section-1">容器资源建议</h2>
+<h2 id="section">容器资源建议</h2>
 
 <p>为了让 Kylin 能够顺畅的构建 Cube,我们为 Yarn NodeManager 配置的内存资源为 6G,加上各服务占用的内存,请保证容器的内存不少于 8G,以免因为内存不足导致出错。</p>
 
@@ -7360,7 +7298,7 @@ tar -zxvf /home/admin/apache-kylin-3.0.0
 
 <hr />
 
-<p>旧版 docker image 请查看 github 项目 <a href="https://github.com/Kyligence/kylin-docker/">kylin-docker</a>.</p>
+<p>关于如何定制修改 Docker image,请参阅 Git 代码库的 <a href="https://github.com/apache/kylin/tree/master/docker/">kylin/docker</a></p>
 
 							</article>
 						</div>

Modified: kylin/site/cn/docs31/install/kylin_docker.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs31/install/kylin_docker.html?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
--- kylin/site/cn/docs31/install/kylin_docker.html (original)
+++ kylin/site/cn/docs31/install/kylin_docker.html Mon Mar  2 02:58:13 2020
@@ -7232,17 +7232,17 @@ var _hmt = _hmt || [];
 							
 							
 							<article class="post-content" >	
-							<p>为了让用户方便的试用 Kylin,以及方便开发者在修改了源码后进行验证及调试。我们提供了 Kylin 的 docker 镜像。该镜像中,Kylin 依赖的各个服务均已正确的安装及部署,包括:</p>
+							<p>为了让用户方便的试用Kylin,以及方便开发者在修改了源码后进行验证及调试。我们提供了 Kylin 的 docker 镜像。该镜像中,Kylin 依赖的各个服务均已正确的安装及部署,包括:</p>
 
 <ul>
-  <li>Jdk 1.8</li>
+  <li>JDK 1.8</li>
   <li>Hadoop 2.7.0</li>
   <li>Hive 1.2.1</li>
-  <li>Hbase 1.1.2</li>
+  <li>HBase 1.1.2</li>
   <li>Spark 2.3.1</li>
   <li>Zookeeper 3.4.6</li>
   <li>Kafka 1.1.1</li>
-  <li>Mysql</li>
+  <li>MySQL 5.1.73</li>
   <li>Maven 3.6.1</li>
 </ul>
 
@@ -7250,7 +7250,7 @@ var _hmt = _hmt || [];
 
 <p>我们已将面向用户的 Kylin 镜像上传至 docker 仓库,用户无需在本地构建镜像,直接执行以下命令从 docker 仓库 pull 镜像:</p>
 
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull apachekylin/apache-kylin-standalone:3.0.0-alpha2</code></pre></div>
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull apachekylin/apache-kylin-standalone:3.0.1</code></pre></div>
 
 <p>pull 成功后,执行以下命令启动容器:</p>
 
@@ -7261,8 +7261,8 @@ var _hmt = _hmt || [];
 -p 50070:50070 \
 -p 8032:8032 \
 -p 8042:8042 \
--p 60010:60010 \
-apachekylin/apache-kylin-standalone:3.0.0-alpha2</code></pre></div>
+-p 16010:16010 \
+apachekylin/apache-kylin-standalone:3.0.1</code></pre></div>
 
 <p>在容器启动时,会自动启动以下服务:</p>
 
@@ -7274,80 +7274,18 @@ apachekylin/apache-kylin-standalone:3.0.
   <li>Kylin</li>
 </ul>
 
-<p>并自动运行 <code class="highlighter-rouge">$KYLIN_HOME/bin/sample.sh </code> 及在 Kafka 中创建 kylin_streaming_topic topic 并持续向该 topic 中发送数据。这是为了让用户启动容器后,就能体验以批和流的方式的方式构建 Cube 并进行查询。</p>
+<p>并自动运行 <code class="highlighter-rouge">$KYLIN_HOME/bin/sample.sh </code> 及在 Kafka 中创建 “kylin_streaming_topic” topic 并持续向该 topic 中发送数据。这是为了让用户启动容器后,就能体验以批和流的方式的方式构建 Cube 并进行查询。</p>
 
-<p>容器启动后,我们可以通过 docker exec 命令进入容器内。当然,由于我们已经将容器内指定端口映射到本机端口,我们可以直接在本机浏览器中打开各个服务的页面,如:</p>
+<p>容器启动后,我们可以通过 “docker exec -it &lt;container_id&gt; bash” 命令进入容器内。当然,由于我们已经将容器内指定端口映射到本机端口,我们可以直接在本机浏览器中打开各个服务的页面,如:</p>
 
 <ul>
   <li>Kylin 页面:<a href="http://127.0.0.1:7070/kylin/login">http://127.0.0.1:7070/kylin/login</a></li>
-  <li>Hdfs NameNode 页面:<a href="http://127.0.0.1:50070/">http://127.0.0.1:50070</a></li>
-  <li>Yarn ResourceManager 页面:<a href="http://127.0.0.1:8088/">http://127.0.0.1:8088</a></li>
-  <li>HBase 页面:<a href="http://127.0.0.1:60010/">http://127.0.0.1:60010</a></li>
+  <li>HDFS NameNode 页面:<a href="http://127.0.0.1:50070/">http://127.0.0.1:50070</a></li>
+  <li>YARN ResourceManager 页面:<a href="http://127.0.0.1:8088/">http://127.0.0.1:8088</a></li>
+  <li>HBase 页面:<a href="http://127.0.0.1:16010/">http://127.0.0.1:16010</a></li>
 </ul>
 
-<p>容器内,相关环境变量如下:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">JAVA_HOME=/home/admin/jdk1.8.0_141
-HADOOP_HOME=/home/admin/hadoop-2.7.0
-KAFKA_HOME=/home/admin/kafka_2.11-1.1.1
-SPARK_HOME=/home/admin/spark-2.3.1-bin-hadoop2.6
-HBASE_HOME=/home/admin/hbase-1.1.2
-HIVE_HOME=/home/admin/apache-hive-1.2.1-bin
-KYLIN_HOME=/home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x</code></pre></div>
-
-<h2 id="section">构建镜像以验证源码修改</h2>
-
-<p>当开发者修改了源代码,想要对源代码进行打包、部署及验证时,也可以使用镜像。首先,我们进入源码根目录下的 docker 目录,并执行下面的脚本来构建镜像并将源码拷贝到镜像中:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">#!/usr/bin/env bash
-
-echo "start build kylin image base on current source code"
-
-rm -rf ./kylin
-mkdir -p ./kylin
-
-echo "start copy kylin source code"
-
-for file in `ls ../../kylin/`
-do
-    if [ docker != $file ]
-    then
-        cp -r ../../kylin/$file ./kylin/
-    fi
-done
-
-echo "finish copy kylin source code"
-
-docker build -t apache-kylin-standalone .⏎</code></pre></div>
-
-<p>由于需要通过网络下载各种安装包并进行部署,整个构建过程可能会持续几十分钟,时间长短取决于网络情况。</p>
-
-<p>当完成镜像构建后,执行以下命令启动容器:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker run -d \
--m 8G \
--p 7070:7070 \
--p 8088:8088 \
--p 50070:50070 \
--p 8032:8032 \
--p 8042:8042 \
--p 60010:60010 \
-apache-kylin-standalone</code></pre></div>
-
-<p>当容器启动后,执行 docker exec 命令进入容器。源代码存放在容器的 <code class="highlighter-rouge">/home/admin/kylin_sourcecode</code> 目录,执行以下命令对源码进行打包:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">cd /home/admin/kylin_sourcecod
-build/script/package.sh</code></pre></div>
-
-<p>打包完成后,会在 <code class="highlighter-rouge">/home/admin/kylin_sourcecode/dist</code> 目录下生成一个以 <code class="highlighter-rouge">.tar.gz</code> 结尾的安装包,如 <code class="highlighter-rouge">apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz</code>。我们可以使用该安装包进行部署和启动 Kylin 服务,如:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">cp /home/admin/kylin_sourcecode/dist/apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz /home/admin
-tar -zxvf /home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz
-/home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x/kylin.sh start</code></pre></div>
-
-<p>我们同样可以在本机的浏览器中打开 Hdfs、Yarn、HBase、Kylin 等服务的页面。</p>
-
-<h2 id="section-1">容器资源建议</h2>
+<h2 id="section">容器资源建议</h2>
 
 <p>为了让 Kylin 能够顺畅的构建 Cube,我们为 Yarn NodeManager 配置的内存资源为 6G,加上各服务占用的内存,请保证容器的内存不少于 8G,以免因为内存不足导致出错。</p>
 
@@ -7360,7 +7298,7 @@ tar -zxvf /home/admin/apache-kylin-3.0.0
 
 <hr />
 
-<p>旧版 docker image 请查看 github 项目 <a href="https://github.com/Kyligence/kylin-docker/">kylin-docker</a>.</p>
+<p>关于如何定制修改 Docker image,请参阅 Git 代码库的 <a href="https://github.com/apache/kylin/tree/master/docker/">kylin/docker</a></p>
 
 							</article>
 						</div>

Modified: kylin/site/cn/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/index.html?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
--- kylin/site/cn/index.html (original)
+++ kylin/site/cn/index.html Mon Mar  2 02:58:13 2020
@@ -42,7 +42,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
-  <title>Apache Kylin | 大数据上的OLAP引擎</title>
+  <title>Apache Kylin | 大数据分析型数据仓库</title>
   <meta name="description" content="Apache Kylin Home">
   <meta name="author"      content="Apache Kylin">
   <link rel="shortcut icon" href="fav.png" type="image/png">
@@ -226,7 +226,7 @@ var _hmt = _hmt || [];
                 <div class="home-pic">
                   <img width="30" src="/assets/images/icon_index_olap.png" />
                 </div>
-                <b>可扩展超快的基于大数据的 OLAP 引擎: </b><br />
+                <b>可扩展超快的基于大数据的分析型数据仓库: </b><br />
                 <div class="indent" style="margin-top: 25px">Kylin 是为减少在 Hadoop/Spark 上百亿规模数据查询延迟而设计</div>
               </div>
             </div>
@@ -236,7 +236,7 @@ var _hmt = _hmt || [];
                   <img width="30" src="/assets/images/icon_index_hadoop.png" />
                 </div>
                 <b>Hadoop ANSI SQL 接口: </b><br />
-                <div class="indent" style="margin-top: 25px">作为一个 OLAP 引擎,Kylin 为 Hadoop 提供标准 SQL 支持大部分查询功能</div>
+                <div class="indent" style="margin-top: 25px">作为一个分析型数据仓库(也是 OLAP 引擎),Kylin 为 Hadoop 提供标准 SQL 支持大部分查询功能</div>
               </div>
             </div>
             <div class="col-sm-6 col-md-6">
@@ -521,7 +521,7 @@ var _hmt = _hmt || [];
             <h6>
               <span class="circle-spot">Kylin 核心:</span>
             </h6> 
-            <p>Kylin OLAP引擎基础框架,包括元数据(Metadata)引擎,查询引擎,Job引擎及存储引擎等,同时包括REST服务器以响应客户端请求</p>
+            <p>Kylin 基础框架,包括元数据(Metadata)引擎,查询引擎,Job引擎及存储引擎等,同时包括REST服务器以响应客户端请求</p>
             <h6>
               <span class="circle-spot">扩展:</span>
             </h6> 

Modified: kylin/site/docs/install/kylin_docker.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/install/kylin_docker.html?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
--- kylin/site/docs/install/kylin_docker.html (original)
+++ kylin/site/docs/install/kylin_docker.html Mon Mar  2 02:58:13 2020
@@ -7242,7 +7242,7 @@ var _hmt = _hmt || [];
   <li>Spark 2.3.1</li>
   <li>Zookeeper 3.4.6</li>
   <li>Kafka 1.1.1</li>
-  <li>Mysql</li>
+  <li>MySQL 5.1.73</li>
   <li>Maven 3.6.1</li>
 </ul>
 
@@ -7250,7 +7250,7 @@ var _hmt = _hmt || [];
 
 <p>We have pushed the Kylin image for the user to the docker hub. Users do not need to build the image locally, just execute the following command to pull the image from the docker hub:</p>
 
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull apachekylin/apache-kylin-standalone:3.0.0-alpha2</code></pre></div>
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull apachekylin/apache-kylin-standalone:3.0.1</code></pre></div>
 
 <p>After the pull is successful, execute the following command to start the container:</p>
 
@@ -7261,8 +7261,8 @@ var _hmt = _hmt || [];
 -p 50070:50070 \
 -p 8032:8032 \
 -p 8042:8042 \
--p 60010:60010 \
-apachekylin/apache-kylin-standalone:3.0.0-alpha2</code></pre></div>
+-p 16010:16010 \
+apachekylin/apache-kylin-standalone:3.0.1</code></pre></div>
 
 <p>The following services are automatically started when the container starts:</p>
 
@@ -7274,79 +7274,17 @@ apachekylin/apache-kylin-standalone:3.0.
   <li>Kylin</li>
 </ul>
 
-<p>and run automatically <code class="highlighter-rouge">$KYLIN_HOME/bin/sample.sh </code>, create a kylin_streaming_topic topic in Kafka and continue to send data to this topic. This is to let the users start the container and then experience the batch and streaming way to build the cube and query.</p>
+<p>and run automatically <code class="highlighter-rouge">$KYLIN_HOME/bin/sample.sh </code>, create a “kylin_streaming_topic” topic in Kafka and continue to send data to this topic. This is to let the users start the container and then experience the batch and streaming way to build the cube and query.</p>
 
-<p>After the container is started, we can enter the container through the <code class="highlighter-rouge">docker exec</code> command. Of course, since we have mapped the specified port in the container to the local port, we can open the pages of each service directly in the native browser, such as:</p>
+<p>After the container is started, we can enter the container through the <code class="highlighter-rouge">docker exec -it &lt;container_id&gt; bash</code> command. Of course, since we have mapped the specified port in the container to the local port, we can open the pages of each service directly in the native browser, such as:</p>
 
 <ul>
   <li>Kylin Web UI: <a href="http://127.0.0.1:7070/kylin/login">http://127.0.0.1:7070/kylin/login</a></li>
   <li>Hdfs NameNode Web UI: <a href="http://127.0.0.1:50070/">http://127.0.0.1:50070</a></li>
   <li>Yarn ResourceManager Web UI: <a href="http://127.0.0.1:8088/">http://127.0.0.1:8088</a></li>
-  <li>HBase Web UI: <a href="http://127.0.0.1:60010/">http://127.0.0.1:60010</a></li>
+  <li>HBase Web UI: <a href="http://127.0.0.1:16010/">http://127.0.0.1:16010</a></li>
 </ul>
 
-<p>In the container, the relevant environment variables are as follows:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">JAVA_HOME=/home/admin/jdk1.8.0_141
-HADOOP_HOME=/home/admin/hadoop-2.7.0
-KAFKA_HOME=/home/admin/kafka_2.11-1.1.1
-SPARK_HOME=/home/admin/spark-2.3.1-bin-hadoop2.6
-HBASE_HOME=/home/admin/hbase-1.1.2
-HIVE_HOME=/home/admin/apache-hive-1.2.1-bin
-KYLIN_HOME=/home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x</code></pre></div>
-
-<h2 id="build-image-to-verify-source-code-modifications">Build image to verify source code modifications</h2>
-
-<p>The docker image can also be used when developers have modified the source code and want to package, deploy, and verify the source code. First, we go to the docker directory under the root directory of the source and execute the script below to build the image and copy the source into the image.:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">#!/usr/bin/env bash
-
-echo "start build kylin image base on current source code"
-
-rm -rf ./kylin
-mkdir -p ./kylin
-
-echo "start copy kylin source code"
-
-for file in `ls ../../kylin/`
-do
-    if [ docker != $file ]
-    then
-        cp -r ../../kylin/$file ./kylin/
-    fi
-done
-
-echo "finish copy kylin source code"
-
-docker build -t apache-kylin-standalone .⏎</code></pre></div>
-
-<p>Due to need to download and deploy various binary packages over the network, the entire build process can last for tens of minutes, depending on the network.</p>
-
-<p>When the image build is complete, execute the following command to start the container:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker run -d \
--m 8G \
--p 7070:7070 \
--p 8088:8088 \
--p 50070:50070 \
--p 8032:8032 \
--p 8042:8042 \
--p 60010:60010 \
-apache-kylin-standalone</code></pre></div>
-
-<p>When the container starts, execute the docker exec command to enter the container. The source code is stored in the container dir <code class="highlighter-rouge">/home/admin/kylin_sourcecode</code>, execute the following command to package the source code:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">cd /home/admin/kylin_sourcecod
-build/script/package.sh</code></pre></div>
-
-<p>After the package is complete, an binary package ending in <code class="highlighter-rouge">.tar.gz</code> will be generated in the <code class="highlighter-rouge">/home/admin/kylin_sourcecode/dist</code> directory, such as <code class="highlighter-rouge">apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz</code>. We can use this  binary package to deploy and launch Kylin services such as:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">cp /home/admin/kylin_sourcecode/dist/apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz /home/admin
-tar -zxvf /home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz
-/home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x/kylin.sh start</code></pre></div>
-
-<p>We can also open pages for services such as Hdfs, Yarn, HBase, and Kylin in the browser of this machine.</p>
-
 <h2 id="container-resource-recommendation">Container resource recommendation</h2>
 
 <p>In order to allow Kylin to build the cube smoothly, the memory resource we configured for Yarn NodeManager is 6G, plus the memory occupied by each service, please ensure that the memory of the container is not less than 8G, so as to avoid errors due to insufficient memory.</p>
@@ -7360,7 +7298,7 @@ tar -zxvf /home/admin/apache-kylin-3.0.0
 
 <hr />
 
-<p>For old docker image, please check the github page <a href="https://github.com/Kyligence/kylin-docker/">kylin-docker</a>.</p>
+<p>For how to customize the image, please check the github page <a href="https://github.com/apache/kylin/tree/master/docker/">kylin/docker</a>.</p>
 
 							</article>
 						</div>

Modified: kylin/site/docs31/install/kylin_docker.html
URL: http://svn.apache.org/viewvc/kylin/site/docs31/install/kylin_docker.html?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
--- kylin/site/docs31/install/kylin_docker.html (original)
+++ kylin/site/docs31/install/kylin_docker.html Mon Mar  2 02:58:13 2020
@@ -7242,7 +7242,7 @@ var _hmt = _hmt || [];
   <li>Spark 2.3.1</li>
   <li>Zookeeper 3.4.6</li>
   <li>Kafka 1.1.1</li>
-  <li>Mysql</li>
+  <li>MySQL 5.1.73</li>
   <li>Maven 3.6.1</li>
 </ul>
 
@@ -7250,7 +7250,7 @@ var _hmt = _hmt || [];
 
 <p>We have pushed the Kylin image for the user to the docker hub. Users do not need to build the image locally, just execute the following command to pull the image from the docker hub:</p>
 
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull apachekylin/apache-kylin-standalone:3.0.0-alpha2</code></pre></div>
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull apachekylin/apache-kylin-standalone:3.0.1</code></pre></div>
 
 <p>After the pull is successful, execute the following command to start the container:</p>
 
@@ -7261,8 +7261,8 @@ var _hmt = _hmt || [];
 -p 50070:50070 \
 -p 8032:8032 \
 -p 8042:8042 \
--p 60010:60010 \
-apachekylin/apache-kylin-standalone:3.0.0-alpha2</code></pre></div>
+-p 16010:16010 \
+apachekylin/apache-kylin-standalone:3.0.1</code></pre></div>
 
 <p>The following services are automatically started when the container starts:</p>
 
@@ -7274,79 +7274,17 @@ apachekylin/apache-kylin-standalone:3.0.
   <li>Kylin</li>
 </ul>
 
-<p>and run automatically <code class="highlighter-rouge">$KYLIN_HOME/bin/sample.sh </code>, create a kylin_streaming_topic topic in Kafka and continue to send data to this topic. This is to let the users start the container and then experience the batch and streaming way to build the cube and query.</p>
+<p>and run automatically <code class="highlighter-rouge">$KYLIN_HOME/bin/sample.sh </code>, create a “kylin_streaming_topic” topic in Kafka and continue to send data to this topic. This is to let the users start the container and then experience the batch and streaming way to build the cube and query.</p>
 
-<p>After the container is started, we can enter the container through the <code class="highlighter-rouge">docker exec</code> command. Of course, since we have mapped the specified port in the container to the local port, we can open the pages of each service directly in the native browser, such as:</p>
+<p>After the container is started, we can enter the container through the <code class="highlighter-rouge">docker exec -it &lt;container_id&gt; bash</code> command. Of course, since we have mapped the specified port in the container to the local port, we can open the pages of each service directly in the native browser, such as:</p>
 
 <ul>
   <li>Kylin Web UI: <a href="http://127.0.0.1:7070/kylin/login">http://127.0.0.1:7070/kylin/login</a></li>
   <li>Hdfs NameNode Web UI: <a href="http://127.0.0.1:50070/">http://127.0.0.1:50070</a></li>
   <li>Yarn ResourceManager Web UI: <a href="http://127.0.0.1:8088/">http://127.0.0.1:8088</a></li>
-  <li>HBase Web UI: <a href="http://127.0.0.1:60010/">http://127.0.0.1:60010</a></li>
+  <li>HBase Web UI: <a href="http://127.0.0.1:16010/">http://127.0.0.1:16010</a></li>
 </ul>
 
-<p>In the container, the relevant environment variables are as follows:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">JAVA_HOME=/home/admin/jdk1.8.0_141
-HADOOP_HOME=/home/admin/hadoop-2.7.0
-KAFKA_HOME=/home/admin/kafka_2.11-1.1.1
-SPARK_HOME=/home/admin/spark-2.3.1-bin-hadoop2.6
-HBASE_HOME=/home/admin/hbase-1.1.2
-HIVE_HOME=/home/admin/apache-hive-1.2.1-bin
-KYLIN_HOME=/home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x</code></pre></div>
-
-<h2 id="build-image-to-verify-source-code-modifications">Build image to verify source code modifications</h2>
-
-<p>The docker image can also be used when developers have modified the source code and want to package, deploy, and verify the source code. First, we go to the docker directory under the root directory of the source and execute the script below to build the image and copy the source into the image.:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">#!/usr/bin/env bash
-
-echo "start build kylin image base on current source code"
-
-rm -rf ./kylin
-mkdir -p ./kylin
-
-echo "start copy kylin source code"
-
-for file in `ls ../../kylin/`
-do
-    if [ docker != $file ]
-    then
-        cp -r ../../kylin/$file ./kylin/
-    fi
-done
-
-echo "finish copy kylin source code"
-
-docker build -t apache-kylin-standalone .⏎</code></pre></div>
-
-<p>Due to need to download and deploy various binary packages over the network, the entire build process can last for tens of minutes, depending on the network.</p>
-
-<p>When the image build is complete, execute the following command to start the container:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker run -d \
--m 8G \
--p 7070:7070 \
--p 8088:8088 \
--p 50070:50070 \
--p 8032:8032 \
--p 8042:8042 \
--p 60010:60010 \
-apache-kylin-standalone</code></pre></div>
-
-<p>When the container starts, execute the docker exec command to enter the container. The source code is stored in the container dir <code class="highlighter-rouge">/home/admin/kylin_sourcecode</code>, execute the following command to package the source code:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">cd /home/admin/kylin_sourcecod
-build/script/package.sh</code></pre></div>
-
-<p>After the package is complete, an binary package ending in <code class="highlighter-rouge">.tar.gz</code> will be generated in the <code class="highlighter-rouge">/home/admin/kylin_sourcecode/dist</code> directory, such as <code class="highlighter-rouge">apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz</code>. We can use this  binary package to deploy and launch Kylin services such as:</p>
-
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">cp /home/admin/kylin_sourcecode/dist/apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz /home/admin
-tar -zxvf /home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x.tar.gz
-/home/admin/apache-kylin-3.0.0-alpha2-bin-hbase1x/kylin.sh start</code></pre></div>
-
-<p>We can also open pages for services such as Hdfs, Yarn, HBase, and Kylin in the browser of this machine.</p>
-
 <h2 id="container-resource-recommendation">Container resource recommendation</h2>
 
 <p>In order to allow Kylin to build the cube smoothly, the memory resource we configured for Yarn NodeManager is 6G, plus the memory occupied by each service, please ensure that the memory of the container is not less than 8G, so as to avoid errors due to insufficient memory.</p>
@@ -7360,7 +7298,7 @@ tar -zxvf /home/admin/apache-kylin-3.0.0
 
 <hr />
 
-<p>For old docker image, please check the github page <a href="https://github.com/Kyligence/kylin-docker/">kylin-docker</a>.</p>
+<p>For how to customize the image, please check the github page <a href="https://github.com/apache/kylin/tree/master/docker/">kylin/docker</a>.</p>
 
 							</article>
 						</div>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Mon Mar  2 02:58:13 2020
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 27 Feb 2020 05:59:16 -0800</pubDate>
-    <lastBuildDate>Thu, 27 Feb 2020 05:59:16 -0800</lastBuildDate>
+    <pubDate>Sun, 01 Mar 2020 18:44:00 -0800</pubDate>
+    <lastBuildDate>Sun, 01 Mar 2020 18:44:00 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>

Modified: kylin/site/index.html
URL: http://svn.apache.org/viewvc/kylin/site/index.html?rev=1874676&r1=1874675&r2=1874676&view=diff
==============================================================================
--- kylin/site/index.html (original)
+++ kylin/site/index.html Mon Mar  2 02:58:13 2020
@@ -42,7 +42,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
-  <title>Apache Kylin | OLAP engine for big data</title>
+  <title>Apache Kylin | Analytical Data Warehouse for Big Data</title>
   <meta name="description" content="Apache Kylin Home">
   <meta name="author"      content="Apache Kylin">
   <link rel="shortcut icon" href="fav.png" type="image/png">
@@ -7299,7 +7299,7 @@ var _hmt = _hmt || [];
                   <img width="30" src="assets/images/icon_index_hadoop.png" />
                 </div>
                 <h6><b>ANSI SQL Interface for Big Data on Hadoop</b></h6>
-                <div class="indent" style="margin-top: 25px">As an OLAP engine, Kylin offers ANSI SQL on Hadoop/Spark and supports most ANSI SQL query functions.</div>
+                <div class="indent" style="margin-top: 25px">As an Analytical Data Warehouse, Kylin offers ANSI SQL on Hadoop/Spark and supports most ANSI SQL query functions.</div>
               </div>
             </div>
             <div class="col-sm-6 col-md-6">