Build against hadoop 0.22 fails
-------------------------------
Key: HBASE-5055
URL: https://issues.apache.org/jira/browse/HBASE-5055
Project: HBase
Issue Type: Bug
Affects Versions: 0.94.0
Reporter: Zhihong Yu
Priority: Blocker
I got the following when compiling TRUNK against hadoop 0.22:
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile)
on project hbase: Compilation failure: Compilation failure:
[ERROR]
/Users/zhihyu/trunk-hbase/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogReader.java:[37,39]
cannot find symbol
[ERROR] symbol : class DFSInputStream
[ERROR] location: class org.apache.hadoop.hdfs.DFSClient
[ERROR]
[ERROR]
/Users/zhihyu/trunk-hbase/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogReader.java:[109,37]
cannot find symbol
[ERROR] symbol : class DFSInputStream
[ERROR] location: class
org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogReader.WALReader.WALReaderFSDataInputStream
{code}
--
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