stoty commented on issue #687: Hbase compat buildtime URL: https://github.com/apache/phoenix/pull/687#issuecomment-580698111 > It looks like omid is bringing in a custom version of hbase-endpoint to the assembly (looking at the bin tarball's lib directory): > > ``` > [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ phoenix-assembly --- > [INFO] org.apache.phoenix:phoenix-assembly:pom:5.1.0-SNAPSHOT > [INFO] +- org.apache.phoenix:phoenix-core:jar:5.1.0-SNAPSHOT:compile > [INFO] | +- org.apache.omid:omid-hbase-shims-hbase2.x:jar:1.0.1:compile > [INFO] | | +- org.apache.hbase:hbase-endpoint:jar:2.0.1:compile > ``` Actually, just adding it to parent DependencyManagement is sufficient. Speaking of transactions, we know that tephra does not support HBase 2.2. This is something that we will have to resolve, preferably after this is commited (i.e. in the initial version, I think it's OK not to have working tephra for 2.2)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
