[
https://issues.apache.org/jira/browse/DRILL-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17438207#comment-17438207
]
ASF GitHub Bot commented on DRILL-7863:
---------------------------------------
Z0ltrix commented on pull request #2332:
URL: https://github.com/apache/drill/pull/2332#issuecomment-959753259
> @cgivre Thanks for the information. Actually, I have already tried to use
the PQS test framework into Drill. Unfortunately, the Hadoop test dependencies
(2.7) and HBase test dependencies (1.4) caused a lot of conflict (Drill use
Hadoop 3.2 and HBase 2.4). That's one of the reasons I chose to make a
container image.
Hi @luocooong ,
as you can see at the project downloads page, phoenix is shipped in several
version-combinations.
For the newest phoenix version > 5 its only build against hbase 2.x and
hadoop 3.x
https://github.com/apache/phoenix/blob/master/pom.xml#L78
In fact that hbase 2.3.7 is the current stable release and it recommends
hadoop 2.10.0 or 3.1.2, and Drill is already on hadoop 3, i would go with that
constellation.
https://github.com/apache/hbase/blob/rel/2.3.7/pom.xml#L1349
phoenix == 5.1.2
PQS == 6.0.0
hbase == 2.3.7
hadoop >= 3.1.2
Hope this thoughts help
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Add Storage Plugin for Apache Phoenix
> -------------------------------------
>
> Key: DRILL-7863
> URL: https://issues.apache.org/jira/browse/DRILL-7863
> Project: Apache Drill
> Issue Type: New Feature
> Components: Storage - Other
> Reporter: Cong Luo
> Assignee: Cong Luo
> Priority: Major
>
> There is a to-do list :
> # MVP on EVF.
> # Security Authentication.
> # Support both the thin(PQS) and fat(ZK) driver.
> # Compatibility with phoenix 4.x and 5.x.
> # Shaded dependencies.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)