[ 
https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171215#comment-13171215
 ] 

Konstantin Shvachko commented on HBASE-5055:
--------------------------------------------

It is very unfortunate that HBASE-4935 broke the 0.22 build. Because fixing one 
branch should break another, especially if the latter has been released.
I assume with reflections it shouldn't be hard to fix it to make it work with 
both versions, especially since we know it did work with 0.22 before today's 
commit of HBASE-4935.
                
> 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
>            Priority: Blocker
>             Fix For: 0.92.0, 0.94.0
>
>
> 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

        

Reply via email to