You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2016/02/11 20:17:18 UTC

[jira] [Comment Edited] (PHOENIX-2670) Guava version incompatibility of Twill vs HBase when launching M/R index

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

Andrew Purtell edited comment on PHOENIX-2670 at 2/11/16 7:16 PM:
------------------------------------------------------------------

Maybe the job classloader changes in Hadoop 2.6+ can help with the latter problem? I haven't looked at them in depth so can't say. 


was (Author: apurtell):
Maybe the job classloader changes in Hadoop 2.6+ can help? I haven't looked at them in depth so can't say. 

> Guava version incompatibility of Twill vs HBase when launching M/R index
> ------------------------------------------------------------------------
>
>                 Key: PHOENIX-2670
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2670
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.7.0
>         Environment: HBase 0.98.17, Phoenix 4.7.0
>            Reporter: Mujtaba Chohan
>            Assignee: Thomas D'Silva
>            Priority: Blocker
>             Fix For: 4.7.0
>
>
> On running org.apache.phoenix.mapreduce.index.IndexTool
> {code}
> Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/util/concurrent/Service$Listener
> 	at org.apache.twill.internal.zookeeper.DefaultZKClientService.<init>(DefaultZKClientService.java:98) at org.apache.twill.zookeeper.ZKClientService$Builder.build(ZKClientService.java:101) 	at org.apache.phoenix.query.ConnectionQueryServicesImpl.initTxServiceClient(ConnectionQueryServicesImpl.java:349) at org.apache.phoenix.query.ConnectionQueryServicesImpl.openConnection(ConnectionQueryServicesImpl.java:382) at org.apache.phoenix.query.ConnectionQueryServicesImpl.access$300(ConnectionQueryServicesImpl.java:209) at org.apache.phoenix.query.ConnectionQueryServicesImpl$13.call(ConnectionQueryServicesImpl.java:2258) 	at org.apache.phoenix.query.ConnectionQueryServicesImpl$13.call(ConnectionQueryServicesImpl.java:2237)	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:78)	at org.apache.phoenix.query.ConnectionQueryServicesImpl.init(ConnectionQueryServicesImpl.java:2237)	at org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:230)	at org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.createConnection(PhoenixEmbeddedDriver.java:135)	at org.apache.phoenix.jdbc.PhoenixDriver.connect(PhoenixDriver.java:201)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)