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

Hudson commented on HBASE-9633:
-------------------------------

FAILURE: Integrated in hbase-0.96-hadoop2 #54 (See 
[https://builds.apache.org/job/hbase-0.96-hadoop2/54/])
HBASE-9633  Partial reverse of HBASE-9533 (nkeywal: rev 1525649)
* /hbase/branches/0.96/hbase-client/pom.xml
* 
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableMapReduceUtil.java
* 
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
* /hbase/branches/0.96/pom.xml

                
> Partial reverse of HBASE-9533
> -----------------------------
>
>                 Key: HBASE-9633
>                 URL: https://issues.apache.org/jira/browse/HBASE-9633
>             Project: HBase
>          Issue Type: Bug
>          Components: build, Client
>    Affects Versions: 0.98.0, 0.96.0
>            Reporter: Nicolas Liochon
>            Assignee: Nicolas Liochon
>             Fix For: 0.98.0, 0.96.1
>
>         Attachments: 9633.v1.patch
>
>
> I don't understand the solution in HBASE-9533
> In netty 3.3, they changed the group id, if I understand well for legal 
> reasons see https://github.com/netty/netty/issues/103). But they have not 
> changed the java package name: it's still org.jboss.netty. So we should not 
> have to remove our dependency to netty 3.6. 
> So:
> - this comment is wrong imho: the explicit load is not related to the package 
> name but to how mapreduce load work.
> {code}
> +      // This is ugly.  Our zk3.4.5 depends on the org.jboss.netty, not 
> hadoops io.netty
> +      // so need to load it up explicitly while on 3.4.5 zk
> {code}
> - We do use Netty (for the multicast message), so now we're have a missing 
> dependency, as maven says:
> {code}
>  [INFO] — maven-dependency-plugin:2.1:analyze (default-cli) @ hbase-client —
> [WARNING] Used undeclared dependencies found:
> [WARNING] org.jboss.netty:netty:jar:3.2.2.Final:compile
> {code}
> So I propose a partial reverse. [[email protected]], [@Aleksandr Shulman] 
> would it work for you?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to