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

Aditya Kishore commented on DRILL-3581:
---------------------------------------

Looks like we will need to move the patcher code into main execution path since 
HBase 1.1 meta table locator code (used by HBase client) has started using the 
`Stopwatch stopwatch = new Stopwatch().start();` code.

I'll update the pull request for DRILL-4199 with the changes.

[1] 
https://github.com/apache/hbase/blob/rel/1.1.0/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/MetaTableLocator.java#L234

> Google Guava version is so old it causes incompatibilities with other libs
> --------------------------------------------------------------------------
>
>                 Key: DRILL-3581
>                 URL: https://issues.apache.org/jira/browse/DRILL-3581
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - JDBC
>    Affects Versions: 1.1.0
>         Environment: Linux, JDK 1.8
>            Reporter: Joseph Barefoot
>            Assignee: Steven Phillips
>             Fix For: 1.6.0
>
>
> Drill is currently using Guava version 14.0.1, which was released March 2013. 
>  https://github.com/apache/drill/blob/master/pom.xml
> Many other java projects use newer versions, however this conflicts with the 
> Drill JDBC driver since a couple of APIs it uses are incompatible with the 
> newer guava versions.  In particular:
> https://github.com/apache/drill/blob/master/common/src/main/java/org/apache/drill/common/util/PathScanner.java
> (The public StopWatch class constructor has been removed in favor of factory 
> methods)
> Although this seems minor, it prevents easily using Drill from a java 
> application, since again many other open source libs will be using the latest 
> Guava version (18).



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

Reply via email to