Created 08-01-2016 01:13 PM
Is tephra 0.7.2 fully supported on HDP-2.4.0.0-169 with HBase-1.1.2.2.4?
I tried to use tephra as a transaction manager for phoenix query server connected with Hbase, but there is no improvement in performance of phoenix.
I made the recommended configuration mentioned in below links
https://phoenix.apache.org/transactions.html http://tephra.incubator.apache.org/GettingStarted.html
hbase.coprocessor.region.classes of tephra conflicts with hbase region servers and causes hbase region server to stop and not work properly.
Details are in below:
HDP version:
HDP-2.4.0.0-169
HBase version: 1.1.2.2.4
Created 08-01-2016 01:15 PM
HDP 2.4 we are using phoenix version 4.4.0 which doesn't have transactions feature so there is no support for tephra in it.
Created 08-01-2016 01:15 PM
HDP 2.4 we are using phoenix version 4.4.0 which doesn't have transactions feature so there is no support for tephra in it.
Created 09-30-2024 11:16 PM
I am using HBASE 2.3.5 but tephra is not getting supported as i am unable to add Coprocessor on hbase table using this query
create 'my_table', 'cf', {METHOD => 'coprocessor', 'CLASSNAME' => 'org.apache.tephra.hbase.coprocessor.TransactionProcessor'} after firing this query getting below version incompability error,
ERROR: table_att is currently the only supported method.
Created 08-01-2016 01:23 PM
Thanks for your fast reply.
So there is no possibility to use transactions with phoenix 4.4.0
What is the latest HDP version that has phoenix supporting transactions and what is the latest phoenix version that supports transactions?
Created 08-01-2016 04:12 PM
Transactions support is there from Phoenix 4.7.x onwards and HDP 2.5 is going to have it as Tech Preview.
Created 08-01-2016 05:43 PM
thanks for updates, when is it expected to release hdp 2.5?