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 2017/10/07 00:45:47 UTC

svn commit: r1811376 - in /kylin/site: cn/docs21/tutorial/query_pushdown.html cn/download/index.html docs21/howto/howto_upgrade.html docs21/tutorial/cube_spark.html docs21/tutorial/query_pushdown.html download/index.html feed.xml

Author: lidong
Date: Sat Oct  7 00:45:47 2017
New Revision: 1811376

URL: http://svn.apache.org/viewvc?rev=1811376&view=rev
Log:
update documents

Modified:
    kylin/site/cn/docs21/tutorial/query_pushdown.html
    kylin/site/cn/download/index.html
    kylin/site/docs21/howto/howto_upgrade.html
    kylin/site/docs21/tutorial/cube_spark.html
    kylin/site/docs21/tutorial/query_pushdown.html
    kylin/site/download/index.html
    kylin/site/feed.xml

Modified: kylin/site/cn/docs21/tutorial/query_pushdown.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/query_pushdown.html?rev=1811376&r1=1811375&r2=1811376&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/query_pushdown.html (original)
+++ kylin/site/cn/docs21/tutorial/query_pushdown.html Sat Oct  7 00:45:47 2017
@@ -1327,16 +1327,16 @@
 
     <ul>
       <li>
-        <p><em>kylin.query.pushdown.jdbc.url</em>:Hive Jdbc的url,默认值为<code class="highlighter-rouge">jdbc:hive2://hiveserver:10000/default</code></p>
+        <p><em>kylin.query.pushdown.jdbc.url</em>:Hive JDBC的URL.</p>
       </li>
       <li>
-        <p><em>kylin.query.pushdown.jdbc.driver</em>:Hive Jdbc的driver类名,默认值为<code class="highlighter-rouge">org.apache.hive.jdbc.HiveDriver</code></p>
+        <p><em>kylin.query.pushdown.jdbc.driver</em>:Hive Jdbc的driver类名</p>
       </li>
       <li>
-        <p><em>kylin.query.pushdown.jdbc.username</em>:Hive Jdbc对应数据库的用户名,默认值为<code class="highlighter-rouge">hive</code></p>
+        <p><em>kylin.query.pushdown.jdbc.username</em>:Hive Jdbc对应数据库的用户名</p>
       </li>
       <li>
-        <p><em>kylin.query.pushdown.jdbc.password</em>:Hive Jdbc对应数据库的密码,默认为空字符串</p>
+        <p><em>kylin.query.pushdown.jdbc.password</em>:Hive Jdbc对应数据库的密码</p>
       </li>
       <li>
         <p><em>kylin.query.pushdown.jdbc.pool-max-total</em>:Hive Jdbc连接池的最大连接数,默认值为8</p>
@@ -1349,9 +1349,14 @@
       </li>
     </ul>
   </li>
-  <li>
-    <p>重启Kylin</p>
-  </li>
+</ol>
+
+<p>下面是一个样例设置; 请记得将主机名”hiveserver”以及端口”10000”修改为您的集群设置。</p>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">kylin.query.pushdown.runner-class-name=org.apache.kylin.query.adhoc.PushDownRunnerJdbcImpl kylin.query.pushdown.jdbc.url=jdbc:hive2://hiveserver:10000/default kylin.query.pushdown.jdbc.driver=org.apache.hive.jdbc.HiveDriver kylin.query.pushdown.jdbc.username=hive kylin.query.pushdown.jdbc.password= kylin.query.pushdown.jdbc.pool-max-total=8 kylin.query.pushdown.jdbc.pool-max-idle=8 kylin.query.pushdown.jdbc.pool-min-idle=0</code></pre></div>
+
+<ol>
+  <li>重启Kylin</li>
 </ol>
 
 <h3 id="section-1">进行查询下压</h3>

Modified: kylin/site/cn/download/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/download/index.html?rev=1811376&r1=1811375&r2=1811376&view=diff
==============================================================================
--- kylin/site/cn/download/index.html (original)
+++ kylin/site/cn/download/index.html Sat Oct  7 00:45:47 2017
@@ -184,7 +184,7 @@
   <li>源代码下载: <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-src.tar.gz">apache-kylin-2.1.0-src.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-src.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-src.tar.gz.md5">md5</a>]</li>
   <li>二进制包下载:
     <ul>
-      <li>for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4+) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz">apache-kylin-2.1.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz.md5">md5</a>]</li>
+      <li>for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0 - 5.7, Azure HDInsight 3.4 - 3.6) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz">apache-kylin-2.1.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz.md5">md5</a>]</li>
       <li>for CDH 5.7-5.10 - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-cdh57.tar.gz">apache-kylin-2.1.0-bin-cdh57.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-cdh57.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-cdh57.tar.gz.md5">md5</a>]</li>
     </ul>
   </li>
@@ -199,8 +199,8 @@
   <li>二进制包下载:
     <ul>
       <li>for HBase 0.98 (includes HDP 2.2, CDH 5.2/5.3) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase098.tar.gz">apache-kylin-2.0.0-bin-hbase098.tar.gz</a>  [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase098.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase098.tar.gz.md5">md5</a>]</li>
-      <li>for HBase 1.x (includes HDP 2.3/2.4, EMR 5.0) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz">apache-kylin-2.0.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz.md5">md5</a>]</li>
-      <li>for CDH 5.7/5.8 - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz">apache-kylin-2.0.0-bin-cdh57.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz.md5">md5</a>]</li>
+      <li>for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0 - 5.7, Azure HDInsight 3.4 - 3.6) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz">apache-kylin-2.0.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz.md5">md5</a>]</li>
+      <li>for CDH 5.7 - 5.10 - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz">apache-kylin-2.0.0-bin-cdh57.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz.md5">md5</a>]</li>
     </ul>
   </li>
 </ul>

Modified: kylin/site/docs21/howto/howto_upgrade.html
URL: http://svn.apache.org/viewvc/kylin/site/docs21/howto/howto_upgrade.html?rev=1811376&r1=1811375&r2=1811376&view=diff
==============================================================================
--- kylin/site/docs21/howto/howto_upgrade.html (original)
+++ kylin/site/docs21/howto/howto_upgrade.html Sat Oct  7 00:45:47 2017
@@ -2863,6 +2863,11 @@
 
 <p>3) Spark is upgraded from v1.6.3 to v2.1.1, if you customized Spark configurations in kylin.properties, please upgrade them as well by referring to <a href="https://spark.apache.org/docs/2.1.0/">Spark documentation</a>.</p>
 
+<p>4) If you are running Kylin with two clusters (compute/query separated), need copy the big metadata files (which are persisted in HDFS instead of HBase) from the Hadoop cluster to HBase cluster.<br />
+<code class="highlighter-rouge">
+hadoop distcp hdfs://compute-cluster:8020/kylin/kylin_default_instance/resources hdfs://query-cluster:8020/kylin/kylin_default_instance/resources
+</code></p>
+
 <h2 id="upgrade-from-v160-to-v200">Upgrade from v1.6.0 to v2.0.0</h2>
 
 <p>Kylin v2.0.0 can read v1.6.0 metadata directly. Please follow the common upgrade steps above.</p>

Modified: kylin/site/docs21/tutorial/cube_spark.html
URL: http://svn.apache.org/viewvc/kylin/site/docs21/tutorial/cube_spark.html?rev=1811376&r1=1811375&r2=1811376&view=diff
==============================================================================
--- kylin/site/docs21/tutorial/cube_spark.html (original)
+++ kylin/site/docs21/tutorial/cube_spark.html Sat Oct  7 00:45:47 2017
@@ -2837,17 +2837,17 @@
 <p><strong>Please note, this toturial is based on Kylin 2.0 + Spark 1.6; Now Kylin v2.1 has upgraded Spark to 2.1.1. This document is out of date but the main steps are very similar.</strong></p>
 
 <h2 id="preparation">Preparation</h2>
-<p>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.</p>
+<p>To finish this tutorial, you need a Hadoop environment which has Kylin v2.1.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.</p>
 
 <h2 id="install-kylin-v200">Install Kylin v2.0.0</h2>
 
-<p>Download the Kylin v2.0.0 for HBase 1.x from Kylin’s download page, and then uncompress the tar ball into <em>/usr/local/</em> folder:</p>
+<p>Download the Kylin v2.1.0 for HBase 1.x from Kylin’s download page, and then uncompress the tar ball into <em>/usr/local/</em> folder:</p>
 
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">wget http://www-us.apache.org/dist/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz -P /tmp
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">wget http://www-us.apache.org/dist/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz -P /tmp
 
-tar -zxvf /tmp/apache-kylin-2.0.0-bin-hbase1x.tar.gz -C /usr/local/
+tar -zxvf /tmp/apache-kylin-2.1.0-bin-hbase1x.tar.gz -C /usr/local/
 
-export KYLIN_HOME=/usr/local/apache-kylin-2.0.0-bin</code></pre></div>
+export KYLIN_HOME=/usr/local/apache-kylin-2.1.0-bin</code></pre></div>
 
 <h2 id="prepare-kylinenvhadoop-conf-dir">Prepare “kylin.env.hadoop-conf-dir”</h2>
 
@@ -2863,13 +2863,13 @@ vi $KYLIN_HOME/hadoop-conf/hive-site.xml
 
 <p>Now, let Kylin know this directory with property “kylin.env.hadoop-conf-dir” in kylin.properties:</p>
 
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">kylin.env.hadoop-conf-dir=/usr/local/apache-kylin-2.0.0-bin/hadoop-conf</code></pre></div>
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">kylin.env.hadoop-conf-dir=/usr/local/apache-kylin-2.1.0-bin/hadoop-conf</code></pre></div>
 
 <p>If this property isn’t set, Kylin will use the directory that “hive-site.xml” locates in; while that folder may have no “hbase-site.xml”, will get HBase/ZK connection error in Spark.</p>
 
 <h2 id="check-spark-configuration">Check Spark configuration</h2>
 
-<p>Kylin embedes a Spark binary (v1.6.3) in $KYLIN_HOME/spark, all the Spark configurations can be managed in $KYLIN_HOME/conf/kylin.properties with prefix <em>“kylin.engine.spark-conf.”</em>. These properties will be extracted and applied when runs submit Spark job; E.g, if you configure “kylin.engine.spark-conf.spark.executor.memory=4G”, Kylin will use “–conf spark.executor.memory=4G” as parameter when execute “spark-submit”.</p>
+<p>Kylin embedes a Spark binary (v2.1.0) in $KYLIN_HOME/spark, all the Spark configurations can be managed in $KYLIN_HOME/conf/kylin.properties with prefix <em>“kylin.engine.spark-conf.”</em>. These properties will be extracted and applied when runs submit Spark job; E.g, if you configure “kylin.engine.spark-conf.spark.executor.memory=4G”, Kylin will use “–conf spark.executor.memory=4G” as parameter when execute “spark-submit”.</p>
 
 <p>Before you run Spark cubing, suggest take a look on these configurations and do customization according to your cluster. Below is the default configurations, which is also the minimal config for a sandbox (1 executor with 1GB memory); usually in a normal cluster, need much more executors and each has at least 4GB memory and 2 cores:</p>
 
@@ -2882,7 +2882,7 @@ kylin.engine.spark-conf.spark.executor.i
 kylin.engine.spark-conf.spark.eventLog.enabled=true
 kylin.engine.spark-conf.spark.eventLog.dir=hdfs\:///kylin/spark-history
 kylin.engine.spark-conf.spark.history.fs.logDirectory=hdfs\:///kylin/spark-history
-#kylin.engine.spark-conf.spark.yarn.jar=hdfs://namenode:8020/kylin/spark/spark-assembly-1.6.3-hadoop2.6.0.jar
+
 #kylin.engine.spark-conf.spark.io.compression.codec=org.apache.spark.io.SnappyCompressionCodec
 
 ## uncomment for HDP
@@ -2892,14 +2892,15 @@ kylin.engine.spark-conf.spark.history.fs
 
 <p>For running on Hortonworks platform, need specify “hdp.version” as Java options for Yarn containers, so please uncommment the last three lines in kylin.properties.</p>
 
-<p>Besides, in order to avoid repeatedly uploading Spark assembly jar to Yarn, you can manually do that once, and then configure the jar’s HDFS location; Please note, the HDFS location need be full qualified name.</p>
+<p>Besides, in order to avoid repeatedly uploading Spark jars to Yarn, you can manually do that once, and then configure the jar’s HDFS location; Please note, the HDFS location need be full qualified name.</p>
 
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">hadoop fs -mkdir -p /kylin/spark/
-hadoop fs -put $KYLIN_HOME/spark/lib/spark-assembly-1.6.3-hadoop2.6.0.jar /kylin/spark/</code></pre></div>
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">jar cv0f spark-libs.jar -C $KYLIN_HOME/spark/jars/ .
+hadoop fs -mkdir -p /kylin/spark/
+hadoop fs -put spark-libs.jar /kylin/spark/</code></pre></div>
 
 <p>After do that, the config in kylin.properties will be:</p>
 
-<div class="highlight"><pre><code class="language-groff" data-lang="groff">kylin.engine.spark-conf.spark.yarn.jar=hdfs://sandbox.hortonworks.com:8020/kylin/spark/spark-assembly-1.6.3-hadoop2.6.0.jar
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">kylin.engine.spark-conf.spark.yarn.archive=hdfs://sandbox.hortonworks.com:8020/kylin/spark/spark-libs.jar
 kylin.engine.spark-conf.spark.driver.extraJavaOptions=-Dhdp.version=current
 kylin.engine.spark-conf.spark.yarn.am.extraJavaOptions=-Dhdp.version=current
 kylin.engine.spark-conf.spark.executor.extraJavaOptions=-Dhdp.version=current</code></pre></div>

Modified: kylin/site/docs21/tutorial/query_pushdown.html
URL: http://svn.apache.org/viewvc/kylin/site/docs21/tutorial/query_pushdown.html?rev=1811376&r1=1811375&r2=1811376&view=diff
==============================================================================
--- kylin/site/docs21/tutorial/query_pushdown.html (original)
+++ kylin/site/docs21/tutorial/query_pushdown.html Sat Oct  7 00:45:47 2017
@@ -2843,20 +2843,20 @@
     <p>In Kylin’s installation directory, uncomment configuration item <code class="highlighter-rouge">kylin.query.pushdown.runner-class-name</code> of config file <code class="highlighter-rouge">kylin.properties</code>, and set it to <code class="highlighter-rouge">org.apache.kylin.query.adhoc.PushDownRunnerJdbcImpl</code></p>
   </li>
   <li>
-    <p>Add configuration items below in config file <code class="highlighter-rouge">kylin.properties</code>. If not set, default value will be used, remember to change host “hiveserver” and port “10000” with your cluster configuraitons.</p>
+    <p>Add configuration items below in config file <code class="highlighter-rouge">kylin.properties</code>.</p>
 
     <ul>
       <li>
-        <p><em>kylin.query.pushdown.jdbc.url</em>: Hive Jdbc’s url, default value is <code class="highlighter-rouge">jdbc:hive2://hiveserver:10000/default</code></p>
+        <p><em>kylin.query.pushdown.jdbc.url</em>: Hive JDBC’s URL.</p>
       </li>
       <li>
-        <p><em>kylin.query.pushdown.jdbc.driver</em>: Hive Jdbc’s driver class name, default value is <code class="highlighter-rouge">org.apache.hive.jdbc.HiveDriver</code></p>
+        <p><em>kylin.query.pushdown.jdbc.driver</em>: Hive Jdbc’s driver class name.</p>
       </li>
       <li>
-        <p><em>kylin.query.pushdown.jdbc.username</em>: Hive Jdbc’s user name, default value is <code class="highlighter-rouge">hive</code></p>
+        <p><em>kylin.query.pushdown.jdbc.username</em>: Hive Jdbc’s user name.</p>
       </li>
       <li>
-        <p><em>kylin.query.pushdown.jdbc.password</em>: Hive Jdbc’s password, default value is empty string</p>
+        <p><em>kylin.query.pushdown.jdbc.password</em>: Hive Jdbc’s password.</p>
       </li>
       <li>
         <p><em>kylin.query.pushdown.jdbc.pool-max-total</em>: Hive Jdbc’s connection pool’s max connected connection number, default value is 8</p>
@@ -2869,9 +2869,21 @@
       </li>
     </ul>
   </li>
-  <li>
-    <p>Restart Kylin</p>
-  </li>
+</ol>
+
+<p>Here is a sample configuration; remember to change host “hiveserver” and port “10000” with your cluster configuraitons.</p>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">kylin.query.pushdown.runner-class-name=org.apache.kylin.query.adhoc.PushDownRunnerJdbcImpl
+kylin.query.pushdown.jdbc.url=jdbc:hive2://hiveserver:10000/default
+kylin.query.pushdown.jdbc.driver=org.apache.hive.jdbc.HiveDriver
+kylin.query.pushdown.jdbc.username=hive
+kylin.query.pushdown.jdbc.password=
+kylin.query.pushdown.jdbc.pool-max-total=8
+kylin.query.pushdown.jdbc.pool-max-idle=8
+kylin.query.pushdown.jdbc.pool-min-idle=0</code></pre></div>
+
+<ol>
+  <li>Restart Kylin</li>
 </ol>
 
 <h3 id="do-query-pushdown">Do Query Pushdown</h3>

Modified: kylin/site/download/index.html
URL: http://svn.apache.org/viewvc/kylin/site/download/index.html?rev=1811376&r1=1811375&r2=1811376&view=diff
==============================================================================
--- kylin/site/download/index.html (original)
+++ kylin/site/download/index.html Sat Oct  7 00:45:47 2017
@@ -187,7 +187,7 @@
   <li>Source download: <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-src.tar.gz">apache-kylin-2.1.0-src.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-src.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-src.tar.gz.md5">md5</a>]</li>
   <li>Binary download:
     <ul>
-      <li>for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4+) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz">apache-kylin-2.1.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz.md5">md5</a>]</li>
+      <li>for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0 - 5.7, Azure HDInsight 3.4 - 3.6) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz">apache-kylin-2.1.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-hbase1x.tar.gz.md5">md5</a>]</li>
       <li>for CDH 5.7-5.10 - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-cdh57.tar.gz">apache-kylin-2.1.0-bin-cdh57.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-cdh57.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.1.0/apache-kylin-2.1.0-bin-cdh57.tar.gz.md5">md5</a>]</li>
     </ul>
   </li>
@@ -202,7 +202,7 @@
   <li>Binary download:
     <ul>
       <li>for HBase 0.98 (includes HDP 2.2, CDH 5.2/5.3) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase098.tar.gz">apache-kylin-2.0.0-bin-hbase098.tar.gz</a>  [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase098.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase098.tar.gz.md5">md5</a>]</li>
-      <li>for HBase 1.x (includes HDP 2.3-2.5, AWS EMR 5.0+, Azure HDInsight 3.4+) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz">apache-kylin-2.0.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz.md5">md5</a>]</li>
+      <li>for HBase 1.x (includes HDP 2.3-2.5, AWS EMR 5.0 - 5.7, Azure HDInsight 3.4 - 3.6) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz">apache-kylin-2.0.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-hbase1x.tar.gz.md5">md5</a>]</li>
       <li>for CDH 5.7-5.10 - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz">apache-kylin-2.0.0-bin-cdh57.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.0.0/apache-kylin-2.0.0-bin-cdh57.tar.gz.md5">md5</a>]</li>
     </ul>
   </li>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1811376&r1=1811375&r2=1811376&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Sat Oct  7 00:45:47 2017
@@ -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>Mon, 25 Sep 2017 06:59:23 -0700</pubDate>
-    <lastBuildDate>Mon, 25 Sep 2017 06:59:23 -0700</lastBuildDate>
+    <pubDate>Fri, 06 Oct 2017 17:43:38 -0700</pubDate>
+    <lastBuildDate>Fri, 06 Oct 2017 17:43:38 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>