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 2018/09/25 14:08:15 UTC

svn commit: r1841935 - in /kylin/site: cn/development/index.html cn/docs/install/index.html development/index.html docs/install/index.html docs/release_notes.html docs24/release_notes.html feed.xml

Author: lidong
Date: Tue Sep 25 14:08:15 2018
New Revision: 1841935

URL: http://svn.apache.org/viewvc?rev=1841935&view=rev
Log:
fix release notes

Modified:
    kylin/site/cn/development/index.html
    kylin/site/cn/docs/install/index.html
    kylin/site/development/index.html
    kylin/site/docs/install/index.html
    kylin/site/docs/release_notes.html
    kylin/site/docs24/release_notes.html
    kylin/site/feed.xml

Modified: kylin/site/cn/development/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/development/index.html?rev=1841935&r1=1841934&r2=1841935&view=diff
==============================================================================
--- kylin/site/cn/development/index.html (original)
+++ kylin/site/cn/development/index.html Tue Sep 25 14:08:15 2018
@@ -179,8 +179,7 @@ Commits <a href="https://github.com/apac
 Gitbox 的镜像:<a href="https://gitbox.apache.org/repos/asf?p=kylin.git">https://gitbox.apache.org/repos/asf?p=kylin.git </a></p>
 
 <h3 id="ci-">CI 和代码分析</h3>
-<p>使用 JDK 1.7(过时)的 master 分支上的 UT:<a href="https://builds.apache.org/job/Kylin-Master-JDK-1.7/">Kylin-Master-JDK-1.7</a> <br />
-使用 JDK 1.8 的 master 分支上的 UT:<a href="https://builds.apache.org/job/Kylin-Master-JDK-1.8/">Kylin-Master-JDK-1.8</a> <br />
+<p>使用 JDK 1.8 的 master 分支上的 UT:<a href="https://builds.apache.org/job/Kylin-Master-JDK-1.8/">Kylin-Master-JDK-1.8</a> <br />
 静态代码分析:<a href="https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin">SonarCube dashboard</a></p>
 
 <p><a href="https://travis-ci.org/apache/kylin"><img src="https://travis-ci.org/apache/kylin.svg?branch=master" alt="Build Status" /></a><a href="https://www.codacy.com/app/kyligence-git/kylin?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=apache/kylin&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/74f0139786cd4e8a8ce69bb0c17c2e71" alt="Codacy Badge" /></a><br />

Modified: kylin/site/cn/docs/install/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/install/index.html?rev=1841935&r1=1841934&r2=1841935&view=diff
==============================================================================
--- kylin/site/cn/docs/install/index.html (original)
+++ kylin/site/cn/docs/install/index.html Tue Sep 25 14:08:15 2018
@@ -169,16 +169,16 @@ var _hmt = _hmt || [];
 							<h2 id="section">软件要求</h2>
 
 <ul>
-  <li>Hadoop: 2.7+</li>
+  <li>Hadoop: 2.7+, 3.1+ (since v2.5)</li>
   <li>Hive: 0.13 - 1.2.1+</li>
-  <li>HBase: 1.1+</li>
+  <li>HBase: 1.1+, 2.0 (since v2.5)</li>
   <li>Spark (可选) 2.1.1+</li>
   <li>Kafka (可选) 0.10.0+</li>
-  <li>JDK: 1.7+</li>
+  <li>JDK: 1.8+ (since v2.5)</li>
   <li>OS: Linux only, CentOS 6.5+ or Ubuntu 16.0.4+</li>
 </ul>
 
-<p>在 Hortonworks HDP 2.2 - 2.6, Cloudera CDH 5.7 - 5.11, AWS EMR 5.7 - 5.10, Azure HDInsight 3.5 - 3.6 上测试通过。</p>
+<p>在 Hortonworks HDP 2.2 - 2.6 and 3.0, Cloudera CDH 5.7 - 5.11 and 6.0, AWS EMR 5.7 - 5.10, Azure HDInsight 3.5 - 3.6 上测试通过。</p>
 
 <p>出于试用和开发的目的,我们建议您使用集成的 sandbox 来试用 Kylin,比如 <a href="http://hortonworks.com/products/hortonworks-sandbox/">HDP sandbox</a>,且其要保证 10 GB memory。我们建议您在 Virtual Box settings 中使用桥接模式代替 NAT 模式。</p>
 

Modified: kylin/site/development/index.html
URL: http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1841935&r1=1841934&r2=1841935&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Tue Sep 25 14:08:15 2018
@@ -5820,8 +5820,7 @@ Source Repo: <a href="https://github.com
 Mirrored to Gitbox: <a href="https://gitbox.apache.org/repos/asf?p=kylin.git">https://gitbox.apache.org/repos/asf?p=kylin.git </a></p>
 
 <h3 id="ci-and-code-analysis">CI and Code Analysis</h3>
-<p>UT on master branch with JDK 1.7(deprecated): <a href="https://builds.apache.org/job/Kylin-Master-JDK-1.7/">Kylin-Master-JDK-1.7</a> <br />
-UT on master branch with JDK 1.8: <a href="https://builds.apache.org/job/Kylin-Master-JDK-1.8/">Kylin-Master-JDK-1.8</a> <br />
+<p>UT on master branch with JDK 1.8: <a href="https://builds.apache.org/job/Kylin-Master-JDK-1.8/">Kylin-Master-JDK-1.8</a> <br />
 Static Code Analysis: <a href="https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin">SonarCube dashboard</a></p>
 
 <p><a href="https://travis-ci.org/apache/kylin"><img src="https://travis-ci.org/apache/kylin.svg?branch=master" alt="Build Status" /></a><a href="https://www.codacy.com/app/kyligence-git/kylin?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=apache/kylin&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/74f0139786cd4e8a8ce69bb0c17c2e71" alt="Codacy Badge" /></a><br />

Modified: kylin/site/docs/install/index.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/install/index.html?rev=1841935&r1=1841934&r2=1841935&view=diff
==============================================================================
--- kylin/site/docs/install/index.html (original)
+++ kylin/site/docs/install/index.html Tue Sep 25 14:08:15 2018
@@ -5812,17 +5812,17 @@ var _hmt = _hmt || [];
 							<h2 id="software-requirements">Software requirements</h2>
 
 <ul>
-  <li>Hadoop: 2.7+</li>
+  <li>Hadoop: 2.7+, 3.1+ (since v2.5)</li>
   <li>Hive: 0.13 - 1.2.1+</li>
-  <li>HBase: 1.1+</li>
+  <li>HBase: 1.1+, 2.0 (since v2.5)</li>
   <li>Spark 2.1.1+</li>
-  <li>JDK: 1.7+</li>
+  <li>JDK: 1.8+ (since v2.5)</li>
   <li>OS: Linux only, CentOS 6.5+ or Ubuntu 16.0.4+</li>
 </ul>
 
-<p>Tested with Hortonworks HDP 2.2 - 2.6, Cloudera CDH 5.7 - 5.11, AWS EMR 5.7 - 5.10, Azure HDInsight 3.5 - 3.6.</p>
+<p>Tested with Hortonworks HDP 2.4 - 2.6 and 3.0, Cloudera CDH 5.7 - 5.11 and 6.0, AWS EMR 5.7 - 5.10, Azure HDInsight 3.5 - 3.6.</p>
 
-<p>For trial and development purpose, we recommend you try Kylin with an all-in-one sandbox VM, like <a href="http://hortonworks.com/products/hortonworks-sandbox/">HDP sandbox</a>, and give it 10 GB memory. We suggest you using bridged mode instead of NAT mode in Virtual Box settings.</p>
+<p>For trial and development purpose, we recommend you try Kylin with an all-in-one sandbox VM, like <a href="http://hortonworks.com/products/hortonworks-sandbox/">Hortonworks HDP sandbox</a>, and give it 10 GB memory. We suggest you using bridged mode instead of NAT mode in Virtual Box settings.</p>
 
 <h2 id="hardware-requirements">Hardware requirements</h2>
 

Modified: kylin/site/docs/release_notes.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/release_notes.html?rev=1841935&r1=1841934&r2=1841935&view=diff
==============================================================================
--- kylin/site/docs/release_notes.html (original)
+++ kylin/site/docs/release_notes.html Tue Sep 25 14:08:15 2018
@@ -5827,7 +5827,8 @@ This is a major release after 2.4, with
 
 <p><strong>New Feature</strong><br />
 * [KYLIN-2565] - Support Hadoop 3.0<br />
-* [KYLIN-3488] - Support MySQL as Kylin metadata storage</p>
+* [KYLIN-3488] - Support MySQL as Kylin metadata storage<br />
+* [KYLIN-3366] - Configure automatic enabling of cubes after a build process</p>
 
 <p><strong>Improvement</strong><br />
 * [KYLIN-2998] - Kill spark app when cube job was discarded<br />
@@ -5968,7 +5969,6 @@ This is a major release after 2.3.x, wit
 * [KYLIN-3315] - Allow each project to set its own source at project level<br />
 * [KYLIN-3343] - Support JDBC source on UI<br />
 * [KYLIN-3358] - Support sum(case when…), sum(2*price+1), count(column) and more<br />
-* [KYLIN-3366] - Configure automatic enabling of cubes after a build process<br />
 * [KYLIN-3378] - Support Kafka table join with Hive tables</p>
 
 <p><strong>Improvement</strong><br />

Modified: kylin/site/docs24/release_notes.html
URL: http://svn.apache.org/viewvc/kylin/site/docs24/release_notes.html?rev=1841935&r1=1841934&r2=1841935&view=diff
==============================================================================
--- kylin/site/docs24/release_notes.html (original)
+++ kylin/site/docs24/release_notes.html Tue Sep 25 14:08:15 2018
@@ -5862,7 +5862,6 @@ This is a major release after 2.3.x, wit
 * [KYLIN-3315] - Allow each project to set its own source at project level<br />
 * [KYLIN-3343] - Support JDBC source on UI<br />
 * [KYLIN-3358] - Support sum(case when…), sum(2*price+1), count(column) and more<br />
-* [KYLIN-3366] - Configure automatic enabling of cubes after a build process<br />
 * [KYLIN-3378] - Support Kafka table join with Hive tables</p>
 
 <p><strong>Improvement</strong><br />

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1841935&r1=1841934&r2=1841935&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Tue Sep 25 14:08:15 2018
@@ -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>Sat, 22 Sep 2018 06:59:19 -0700</pubDate>
-    <lastBuildDate>Sat, 22 Sep 2018 06:59:19 -0700</lastBuildDate>
+    <pubDate>Tue, 25 Sep 2018 06:59:30 -0700</pubDate>
+    <lastBuildDate>Tue, 25 Sep 2018 06:59:30 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>