You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zhihong Yu (Created) (JIRA)" <ji...@apache.org> on 2011/12/16 17:52:31 UTC

[jira] [Created] (HBASE-5055) Build against hadoop 0.22 fails

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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177454#comment-13177454 ] 

Hudson commented on HBASE-5055:
-------------------------------

Integrated in HBase-0.92 #212 (See [https://builds.apache.org/job/HBase-0.92/212/])
    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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171428#comment-13171428 ] 

Hudson commented on HBASE-5055:
-------------------------------

Integrated in HBase-0.92 #193 (See [https://builds.apache.org/job/HBase-0.92/193/])
    HBASE-5055 Build against hadoop 0.22 broken

stack : 
Files : 
* /hbase/branches/0.92/pom.xml
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/regionserver/TestStore.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
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171477#comment-13171477 ] 

Hudson commented on HBASE-5055:
-------------------------------

Integrated in HBase-0.92-security #40 (See [https://builds.apache.org/job/HBase-0.92-security/40/])
    HBASE-5055 Build against hadoop 0.22 broken

stack : 
Files : 
* /hbase/branches/0.92/pom.xml
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/regionserver/TestStore.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
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171302#comment-13171302 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

Since HBASE-4935 has been integrated to TRUNK, we still face the compilation error mentioned in the body of this JIRA.

We should fix it for TRUNK.
                
> 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
>
>         Attachments: 5055.txt
>
>
> 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

        

[jira] [Updated] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhihong Yu updated HBASE-5055:
------------------------------

    Comment: was deleted

(was: +1 on patch.)
    
> 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
>
>         Attachments: 5055.txt
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171271#comment-13171271 ] 

stack commented on HBASE-5055:
------------------------------

@Zhihong Yes, but thats a different issue: HBASE-5019
                
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177349#comment-13177349 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

Good catch Ming.

Addendum integrated to 0.92 branch.
                
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Konstantin Shvachko (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Lars Hofhansl (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171297#comment-13171297 ] 

Lars Hofhansl commented on HBASE-5055:
--------------------------------------

+1
                
> 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
>
>         Attachments: 5055.txt
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171487#comment-13171487 ] 

Hudson commented on HBASE-5055:
-------------------------------

Integrated in HBase-TRUNK-security #35 (See [https://builds.apache.org/job/HBase-TRUNK-security/35/])
    HBASE-5055 Build against hadoop 0.22 broken

stack : 
Files : 
* /hbase/trunk/pom.xml
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestStore.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
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171255#comment-13171255 ] 

stack commented on HBASE-5055:
------------------------------

Can we close this issue then?  We should open an issue for fact that tests fail?
                
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171324#comment-13171324 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

Then the patch is good.
                
> 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
>
>         Attachments: 5055.txt
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171268#comment-13171268 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

Even if HBASE-4935 is backed out of 0.92, we still need to solve the compilation error reported @ 16/Dec/11 19:12

Actually it is trivial to use reflection to check for DFSInputStream in SequenceFileLogReader.java so that HBASE-4935 can work on hadoop 0.22

The tricky part is the @Override in TestStore.java

Konstantin is going to integrate HADOOP-7853 into hadoop 0.22.1 but it would take more than a month for 0.22.1 to be released.
                
> 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

        

[jira] [Updated] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhihong Yu updated HBASE-5055:
------------------------------

    Affects Version/s: 0.92.0
        Fix Version/s: 0.94.0
                       0.92.0
    
> 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

        

[jira] [Updated] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "stack (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-5055:
-------------------------

      Resolution: Fixed
        Assignee: stack
    Release Note: Changes pom so we build against 0.22.0 release.
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

Committed branch and trunk.  Thanks for reviews lads.
                
> 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
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171254#comment-13171254 ] 

stack commented on HBASE-5055:
------------------------------

I don't see a broken 0.92 after hbase-4935.  It compiles fine for me against default 1.0.0rc2 hadoop.

Regards being able to build against 0.22, I agree 0.92 should at least compile against 0.22 (Tests were not passing previous).  I've backed out hbase-4935 from 0.92 for now.  I need to be consious going forward building making sure we build at least against all versions.




                
> 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

        

[jira] [Updated] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "stack (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-5055:
-------------------------

    Attachment: 5055.txt

This makes 0.92 compile against 0.22 again -- removes the snapshot too.
                
> 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
>
>         Attachments: 5055.txt
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171385#comment-13171385 ] 

Hadoop QA commented on HBASE-5055:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507740/5055.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated -152 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 76 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

     -1 core tests.  The patch failed these unit tests:
     

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/528//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/528//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/528//console

This message is automatically generated.
                
> 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
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171289#comment-13171289 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

+1 on patch.
                
> 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
>
>         Attachments: 5055.txt
>
>
> 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

        

[jira] [Updated] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Ming Ma (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ming Ma updated HBASE-5055:
---------------------------

    Attachment: HBASE-5055-0.92.patch

Stack, it appears the build is still broken against hadoop 0.22. Removing a line in SequenceFileLogReader.java as attached will address the issue.
                
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171280#comment-13171280 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

Removing the @Override makes TestStore pass.
                
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171132#comment-13171132 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

Now that HBASE-4935 went into 0.92, I saw the above compilation error in 0.92 branch as well.
I think this is due to the fact that DFSInputStream is no longer contained in DFSClient as of hadoop 0.22

I tried modifying pom.xml to point to the released hadoop 0.22 and had the same result.
                
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171258#comment-13171258 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

Shall we change the version for hadoop 0.22 to 0.22.0 instead of SNAPSHOT ?
                
> 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

        

[jira] [Updated] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhihong Yu updated HBASE-5055:
------------------------------

    Summary: Build against hadoop 0.22 broken  (was: Build against hadoop 0.22 fails)
    
> 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.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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Konstantin Shvachko (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171217#comment-13171217 ] 

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

Correction:
fixing one branch should *NOT* break another
                
> 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

        

[jira] [Issue Comment Edited] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171258#comment-13171258 ] 

Zhihong Yu edited comment on HBASE-5055 at 12/16/11 10:19 PM:
--------------------------------------------------------------

Shall we change the version for hadoop 0.22 to 0.22.0 from 0.22.0-SNAPSHOT ?
                
      was (Author: zhihyu@ebaysf.com):
    Shall we change the version for hadoop 0.22 to 0.22.0 instead of SNAPSHOT ?
                  
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171322#comment-13171322 ] 

stack commented on HBASE-5055:
------------------------------

I reverted hbase-4935 from TRUNK too for now.
                
> 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
>
>         Attachments: 5055.txt
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171454#comment-13171454 ] 

Hudson commented on HBASE-5055:
-------------------------------

Integrated in HBase-TRUNK #2553 (See [https://builds.apache.org/job/HBase-TRUNK/2553/])
    HBASE-5055 Build against hadoop 0.22 broken

stack : 
Files : 
* /hbase/trunk/pom.xml
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestStore.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
>
>
> 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

        

[jira] [Updated] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhihong Yu updated HBASE-5055:
------------------------------

    Status: Patch Available  (was: Open)
    
> 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
>
>         Attachments: 5055.txt
>
>
> 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

        

[jira] [Commented] (HBASE-5055) Build against hadoop 0.22 broken

Posted by "Zhihong Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171143#comment-13171143 ] 

Zhihong Yu commented on HBASE-5055:
-----------------------------------

Looks like hadoop 0.22 doesn't have HADOOP-7853:
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure
[ERROR] /Users/zhihyu/92hbase/src/test/java/org/apache/hadoop/hbase/regionserver/TestStore.java:[590,4] method does not override or implement a method from a supertype
{code}
                
> 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