You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2018/10/19 09:26:00 UTC

[jira] [Commented] (DRILL-6805) JDBC Driver support Java 10

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

Vitalii Diravka commented on DRILL-6805:
----------------------------------------

It looks similar to DRILL-6349.
[~dprutean] There is a [PR|https://github.com/apache/drill/pull/1446#discussion_r214607655] for it. Some issues should be addressed there. Could you check it?

> JDBC Driver support Java 10
> ---------------------------
>
>                 Key: DRILL-6805
>                 URL: https://issues.apache.org/jira/browse/DRILL-6805
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - JDBC
>            Reporter: Pruteanu Dragos
>            Priority: Major
>
> Add Java 10 support for JDBC driver. 
> Now if I try to connect I get: 
> 09:18:43 java.lang.NoClassDefFoundError: Could not initialize class oadd.org.apache.drill.common.config.DrillConfig
>  at org.apache.drill.jdbc.impl.DrillConnectionImpl.<init>(DrillConnectionImpl.java:159)
>  at org.apache.drill.jdbc.impl.DrillJdbc41Factory.newDrillConnection(DrillJdbc41Factory.java:72)
>  at org.apache.drill.jdbc.impl.DrillFactory.newConnection(DrillFactory.java:68)
>  at oadd.org.apache.calcite.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:138)
>  at org.apache.drill.jdbc.Driver.connect(Driver.java:72)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)