[
https://issues.apache.org/jira/browse/DRILL-8279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17579905#comment-17579905
]
ASF GitHub Bot commented on DRILL-8279:
---------------------------------------
cgivre commented on code in PR #2622:
URL: https://github.com/apache/drill/pull/2622#discussion_r946110147
##########
contrib/storage-phoenix/pom.xml:
##########
@@ -353,6 +381,9 @@
<profiles>
<profile>
<id>hadoop-2</id>
+ <properties>
+ <phoenix.skip.tests>true</phoenix.skip.tests>
Review Comment:
See here: https://phoenix.apache.org/faq.html
```
Phoenix 4.x supports HBase 1.x running on Hadoop 2
Phoenix 5.x supports HBase 2.x running on Hadoop 3
```
> 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: Blocker
>
> 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)