You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/14 14:54:00 UTC

[jira] [Commented] (DRILL-8279) Use thick Phoenix driver

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

ASF GitHub Bot commented on DRILL-8279:
---------------------------------------

vvysotskyi opened a new pull request, #2622:
URL: https://github.com/apache/drill/pull/2622

   # [DRILL-8279](https://issues.apache.org/jira/browse/DRILL-8279): Use thick Phoenix driver
   
   ## Description
   
   `phoenix-queryserver-client` shades Avatica classes, so it causes issues when starting Drill and shaded class from phoenix jars is loaded before official Avatica, so Drill wouldn't be able to start correctly.
   
   - Fixed Phoenix unit tests to run with general tests suite without any extra checks
   - Added support for Phoenix thick client
   - Removed usage of custom dependencies
   
   ## Documentation
   To use fat client, storage plugin configs should be updated as described in https://github.com/apache/drill/compare/master...vvysotskyi:DRILL-8279?expand=1#diff-81178bb7d4498bc22f7c54e71462b460f95b80f40f85e74ff8f1cc7f69d34351
   
   ## Testing
   All unit tests pass, queried Phoenix using Drill.
   




> Use thick Phoenix driver
> ------------------------
>
>                 Key: DRILL-8279
>                 URL: https://issues.apache.org/jira/browse/DRILL-8279
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Vova Vysotskyi
>            Assignee: Vova Vysotskyi
>            Priority: Major
>
> phoenix-queryserver-client shades Avatica classes, so it causes issues when starting Drill and shaded class from phoenix jars is loaded before, so Drill wouldn't be able to start correctly.
> To avoid that, phoenix thick client can be used, it also will improve query performance.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)