Repository: kylin Updated Branches: refs/heads/document f9d9037f7 -> cace0b5d0
update hadoop env requirement Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/cace0b5d Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/cace0b5d Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/cace0b5d Branch: refs/heads/document Commit: cace0b5d043ca6c460e273307aaf65df2252d656 Parents: f9d9037 Author: shaofengshi <[email protected]> Authored: Fri Jul 1 10:18:40 2016 +0800 Committer: shaofengshi <[email protected]> Committed: Fri Jul 1 10:18:40 2016 +0800 ---------------------------------------------------------------------- website/_docs15/install/hadoop_evn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/cace0b5d/website/_docs15/install/hadoop_evn.md ---------------------------------------------------------------------- diff --git a/website/_docs15/install/hadoop_evn.md b/website/_docs15/install/hadoop_evn.md index 82947e3..10c98dc 100644 --- a/website/_docs15/install/hadoop_evn.md +++ b/website/_docs15/install/hadoop_evn.md @@ -9,8 +9,8 @@ Kylin need run in a Hadoop node, to get better stability, we suggest you to depl ## Recommended Hadoop Versions -* Hadoop: 2.4 - 2.7 -* Hive: 0.13 - 0.14 +* Hadoop: 2.6 - 2.7 +* Hive: 0.13 - 1.2.1 * HBase: 0.98 - 0.99, 1.x * JDK: 1.7+ @@ -37,4 +37,4 @@ With both command successfully run you can go to ambari homepage at <http://your **Additonal Info for setting up Hortonworks Sandbox on Virtual Box** Please make sure Hbase Master port [Default 60000] and Zookeeper [Default 2181] is forwarded to Host OS. - \ No newline at end of file +
