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 2021/11/03 17:26:24 UTC

[GitHub] [drill] Z0ltrix edited a comment on pull request #2332: DRILL-7863: Add Storage Plugin for Apache Phoenix

Z0ltrix edited a comment 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 these 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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org