[
https://issues.apache.org/jira/browse/HBASE-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417410#comment-13417410
]
Jonathan Hsieh commented on HBASE-6396:
---------------------------------------
Since 0.92, we've needed to recompile -- this is due to some classes that
became interfaces, and an enum that got moved and "brought" back in via
inheritance. These changes let client code source-compatible but not binary
compatible -- it required re-compilation.
Since 0.21, 0.22, and 0.23 is basically deprecated by hadoop 1.0 and 2.0, I'm
leaning towards just having 0.94 support 1.0.x and 2.0.x hadoops. (does anyone
really run or test this against 0.22 or 0.21?) I'll post a question on the
mailing lists.
> Fix NoSuchMethodError running against hadoop 2.0
> ------------------------------------------------
>
> Key: HBASE-6396
> URL: https://issues.apache.org/jira/browse/HBASE-6396
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.94.0
> Reporter: Zhihong Ted Yu
> Assignee: Zhihong Ted Yu
> Labels: hadoop-2.0
> Fix For: 0.96.0
>
> Attachments: 6396-v2.txt
>
>
> HADOOP-8350 changed the signature of NetUtils.getInputStream()
> This leads to NoSuchMethodError in HBaseClient$Connection.setupIOstreams().
> See
> https://issues.apache.org/jira/browse/HADOOP-8350?focusedCommentId=13414276&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13414276
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira