[
https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177888#comment-13177888
]
Hudson commented on HBASE-5055:
-------------------------------
Integrated in HBase-0.92-security #54 (See
[https://builds.apache.org/job/HBase-0.92-security/54/])
HBASE-5055 Build against hadoop 0.22 broken - remove import of
DFSClient.DFSInputStream (Ming Ma)
tedyu :
Files :
*
/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogReader.java
> Build against hadoop 0.22 broken
> --------------------------------
>
> Key: HBASE-5055
> URL: https://issues.apache.org/jira/browse/HBASE-5055
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.92.0, 0.94.0
> Reporter: Zhihong Yu
> Assignee: stack
> Priority: Blocker
> Fix For: 0.92.0, 0.94.0
>
> Attachments: 5055.txt, HBASE-5055-0.92.patch
>
>
> 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