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

Hudson commented on HBASE-5955:
-------------------------------

Integrated in HBase-0.94-security #39 (See 
[https://builds.apache.org/job/HBase-0.94-security/39/])
    HBASE-5955 Guava 11 drops MapEvictionListener and Hadoop 2.0.0-alpha 
requires it (Revision 1356379)

     Result = SUCCESS
larsh : 
Files : 
* /hbase/branches/0.94/pom.xml
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/io/hfile/slab/SingleSizeCache.java

                
> Guava 11 drops MapEvictionListener and Hadoop 2.0.0-alpha requires it
> ---------------------------------------------------------------------
>
>                 Key: HBASE-5955
>                 URL: https://issues.apache.org/jira/browse/HBASE-5955
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Andrew Purtell
>            Assignee: Lars Hofhansl
>             Fix For: 0.94.1
>
>         Attachments: 5955.txt
>
>
> Hadoop 2.0.0-alpha depends on Guava 11.0.2. Updating HBase dependencies to 
> match produces the following compilation errors:
> {code}
> [ERROR] SingleSizeCache.java:[41,32] cannot find symbol
> [ERROR] symbol  : class MapEvictionListener
> [ERROR] location: package com.google.common.collect
> [ERROR] 
> [ERROR] SingleSizeCache.java:[94,4] cannot find symbol
> [ERROR] symbol  : class MapEvictionListener
> [ERROR] location: class org.apache.hadoop.hbase.io.hfile.slab.SingleSizeCache
> [ERROR] 
> [ERROR] SingleSizeCache.java:[94,69] cannot find symbol
> [ERROR] symbol  : class MapEvictionListener
> [ERROR] location: class org.apache.hadoop.hbase.io.hfile.slab.SingleSizeCache
> {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