博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hadoop 生态系统版本对应问题
阅读量:6218 次
发布时间:2019-06-21

本文共 1509 字,大约阅读时间需要 5 分钟。

http://hbase.apache.org/book.html 这是hortonworks的哦哦哦哦哦哦哦哦哦哦哦哦

Hadoop 2.x is better than Hadoop 1.x

 

Hadoop 2.x is faster, with more features such as short-circuit reads which will help improve your HBase random read profile as well important bug fixes that will improve your overall HBase experience. You should run Hadoop 2. rather than Hadoop 1. if you can.

 

Table 2.1. Hadoop version support matrix

  HBase-0.92.x HBase-0.94.x HBase-0.96.0
Hadoop-0.20.205 S X X
Hadoop-0.22.x S X X
Hadoop-1.0.0-1.0.2[] S S X
Hadoop-1.0.3+ S S S
Hadoop-1.1.x NT S S
Hadoop-0.23.x X S NT
Hadoop-2.0.x-alpha X NT X
Hadoop-2.1.0-beta X NT S
Hadoop-2.2.0 X NT S
Hadoop-2.x X NT S

[] HBase requires hadoop 1.0.3 at a minimum; there is an issue where we cannot find KerberosUtil compiling against earlier versions of Hadoop.

 


Where

 

 

 
S = supported and tested,
X = not supported,
NT = it should run, but not tested enough.
 

Replace the Hadoop Bundled With HBase!

Because HBase depends on Hadoop, it bundles an instance of the Hadoop jar under its lib directory. The bundled jar is ONLY for use in standalone mode. In distributed mode, it is critical that the version of Hadoop that is out on your cluster match what is under HBase. Replace the hadoop jar found in the HBase lib directory with the hadoop jar you are running on your cluster to avoid version mismatch issues. Make sure you replace the jar in HBase everywhere on your cluster. Hadoop version mismatch issues have various manifestations but often all looks like its hung up.

 

 

转载地址:http://mzoja.baihongyu.com/

你可能感兴趣的文章
Mac开发快速入门
查看>>
数据库3
查看>>
第二次冲刺 第一天
查看>>
TableView滚动、自动收起键盘
查看>>
ubuntn16.04指令
查看>>
自己不做出点样子,人家想拉你一把都不知你的手在哪里。
查看>>
回溯法
查看>>
Scrum立会报告+燃尽图(十二月七日总第三十八次):功能测试
查看>>
Complexities
查看>>
python之脚本参数optparse
查看>>
alert()
查看>>
Android之解析XML
查看>>
web优化-样式表、脚本
查看>>
BootStrap 智能表单系列 首页 (持续更新中...)
查看>>
Java 语言概述
查看>>
杂念-2016-12-27
查看>>
kmeans聚类源代码
查看>>
JAX-WS(一)之使用wsgen从Java创建简单的WebService
查看>>
23种设计模式总篇
查看>>
DS博客作业07--查找
查看>>