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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to