hbase tests need to be made Hadoop version agnostic
---------------------------------------------------
Key: HBASE-4850
URL: https://issues.apache.org/jira/browse/HBASE-4850
Project: HBase
Issue Type: Improvement
Components: test
Affects Versions: 0.92.0, 0.94.0, 0.92.1
Reporter: Roman Shaposhnik
Currently it is possible to have a single hbase jar that can work with multiple
versions of Hadoop. It would be nice if hbase-test.jar also followed the suit.
For now I'm aware of the following problems (but there could be more):
1. org.apache.hadoop.hbase.mapreduce.NMapInputFormat is failing because
org.apache.hadoop.mapreduce.JobContext is either class or interface
depending on which version of Hadoop you compile it against.
--
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