You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/12/21 18:04:07 UTC

[GitHub] [drill] vvysotskyi opened a new pull request #1938: DRILL-7494: Unable to connect to Drill using JDBC driver when using custom authenticator

vvysotskyi opened a new pull request #1938: DRILL-7494: Unable to connect to Drill using JDBC driver when using custom authenticator
URL: https://github.com/apache/drill/pull/1938
 
 
   - Removed excluding `com.fasterxml.woodstox:woodstox-core` since it is used in Hadoop classes, for example in the `Configuration` class.
   -  Fixed relocation pattern for `com.fasterxml.woodstox:woodstox-core` classes, since there wasn't package `com.fasterxml.woodstox`.
   - Replaced catching `Exception` with catching `Throwable` in `ConnectionMultiListener` since, for some cases, error may be thrown, for example, `NoClassDefFoundError` so it should be reported to the client correctly instead of hanging as it was before.
   - Added code to patch Guava for JDBC driver since Hadoop uses some methods from the new version absent in 1.19.
   - Added code to use the same class loader, which was used for loading patcher classes, for finding classes to patch instead of using system class loader since some clients use separate class loaders for loading and registering drivers.
   
   Jira - [DRILL-7494](https://issues.apache.org/jira/browse/DRILL-7494).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [drill] asfgit closed pull request #1938: DRILL-7494: Unable to connect to Drill using JDBC driver when using custom authenticator

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1938: DRILL-7494: Unable to connect to Drill using JDBC driver when using custom authenticator
URL: https://github.com/apache/drill/pull/1938
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [drill] KazydubB commented on issue #1938: DRILL-7494: Unable to connect to Drill using JDBC driver when using custom authenticator

Posted by GitBox <gi...@apache.org>.
KazydubB commented on issue #1938: DRILL-7494: Unable to connect to Drill using JDBC driver when using custom authenticator
URL: https://github.com/apache/drill/pull/1938#issuecomment-568248470
 
 
   LGTM, +1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services