Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.94.0
-
None
-
None
-
Reviewed
Description
HBase isn't seemingly compiling anymore on 0.23 after the HDFS-1620 naming refactorings were carried out.
Two solutions:
- We use new classnames. This breaks HBase's backward compatibility with older Hadoop releases (is that a concern with future releases?)
- HBase gets its own sets of constants as the upstream one is not marked for public usage. This needs a little more maintenance on HBases' side.
Attachments
Attachments
Issue Links
- blocks
-
HBASE-4254 Get tests passing on Hadoop 23
- Closed
- requires
-
HDFS-2466 Need a public way to check DFS Safemode status
- Resolved