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 2018/09/25 00:19:19 UTC

[kylin] branch document updated: update documents

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 2b04b97  update documents
2b04b97 is described below

commit 2b04b97eab9468b8f1ee5d4cfd31de7b0fe746ad
Author: shaofengshi <sh...@apache.org>
AuthorDate: Tue Sep 25 08:18:45 2018 +0800

    update documents
---
 website/_dev/index.cn.md          |  1 -
 website/_dev/index.md             |  1 -
 website/_docs/install/index.cn.md |  8 ++++----
 website/_docs/install/index.md    | 10 +++++-----
 4 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/website/_dev/index.cn.md b/website/_dev/index.cn.md
index ae95559..3bf5c94 100644
--- a/website/_dev/index.cn.md
+++ b/website/_dev/index.cn.md
@@ -16,7 +16,6 @@ Commits [总结](https://github.com/apache/kylin/commits/master)
 Gitbox 的镜像:[https://gitbox.apache.org/repos/asf?p=kylin.git ](https://gitbox.apache.org/repos/asf?p=kylin.git )
 
 ### CI 和代码分析
-使用 JDK 1.7(过时)的 master 分支上的 UT:[Kylin-Master-JDK-1.7](https://builds.apache.org/job/Kylin-Master-JDK-1.7/) 
 使用 JDK 1.8 的 master 分支上的 UT:[Kylin-Master-JDK-1.8](https://builds.apache.org/job/Kylin-Master-JDK-1.8/) 
 静态代码分析:[SonarCube dashboard](https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin)
 
diff --git a/website/_dev/index.md b/website/_dev/index.md
index e861074..11fd632 100644
--- a/website/_dev/index.md
+++ b/website/_dev/index.md
@@ -16,7 +16,6 @@ Source Repo: [https://github.com/apache/kylin ](https://github.com/apache/kylin
 Mirrored to Gitbox: [https://gitbox.apache.org/repos/asf?p=kylin.git ](https://gitbox.apache.org/repos/asf?p=kylin.git )
 
 ### CI and Code Analysis
-UT on master branch with JDK 1.7(deprecated): [Kylin-Master-JDK-1.7](https://builds.apache.org/job/Kylin-Master-JDK-1.7/) 
 UT on master branch with JDK 1.8: [Kylin-Master-JDK-1.8](https://builds.apache.org/job/Kylin-Master-JDK-1.8/) 
 Static Code Analysis: [SonarCube dashboard](https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin)
 
diff --git a/website/_docs/install/index.cn.md b/website/_docs/install/index.cn.md
index a0c7527..c6931c3 100644
--- a/website/_docs/install/index.cn.md
+++ b/website/_docs/install/index.cn.md
@@ -7,15 +7,15 @@ permalink: /cn/docs/install/index.html
 
 ## 软件要求
 
-* Hadoop: 2.7+
+* Hadoop: 2.7+, 3.1+ (since v2.5)
 * Hive: 0.13 - 1.2.1+
-* HBase: 1.1+
+* HBase: 1.1+, 2.0 (since v2.5)
 * Spark (可选) 2.1.1+
 * Kafka (可选) 0.10.0+
-* JDK: 1.7+
+* JDK: 1.8+ (since v2.5)
 * OS: Linux only, CentOS 6.5+ or Ubuntu 16.0.4+
 
-在 Hortonworks HDP 2.2 - 2.6, Cloudera CDH 5.7 - 5.11, AWS EMR 5.7 - 5.10, Azure HDInsight 3.5 - 3.6 上测试通过。
+在 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 上测试通过。
 
 出于试用和开发的目的,我们建议您使用集成的 sandbox 来试用 Kylin,比如 [HDP sandbox](http://hortonworks.com/products/hortonworks-sandbox/),且其要保证 10 GB memory。我们建议您在 Virtual Box settings 中使用桥接模式代替 NAT 模式。 
 
diff --git a/website/_docs/install/index.md b/website/_docs/install/index.md
index c9d89f6..a20ad1d 100644
--- a/website/_docs/install/index.md
+++ b/website/_docs/install/index.md
@@ -7,16 +7,16 @@ permalink: /docs/install/index.html
 
 ## Software requirements
 
-* Hadoop: 2.7+
+* Hadoop: 2.7+, 3.1+ (since v2.5)
 * Hive: 0.13 - 1.2.1+
-* HBase: 1.1+
+* HBase: 1.1+, 2.0 (since v2.5)
 * Spark 2.1.1+
-* JDK: 1.7+
+* JDK: 1.8+ (since v2.5)
 * OS: Linux only, CentOS 6.5+ or Ubuntu 16.0.4+
 
-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.
+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.
 
-For trial and development purpose, we recommend you try Kylin with an all-in-one sandbox VM, like [HDP sandbox](http://hortonworks.com/products/hortonworks-sandbox/), and give it 10 GB memory. We suggest you using bridged mode instead of NAT mode in Virtual Box settings. 
+For trial and development purpose, we recommend you try Kylin with an all-in-one sandbox VM, like [Hortonworks HDP sandbox](http://hortonworks.com/products/hortonworks-sandbox/), and give it 10 GB memory. We suggest you using bridged mode instead of NAT mode in Virtual Box settings. 
 
 ## Hardware requirements