Re: Not able to insert data in phoenix table from RDD

2021-09-27 Thread Istvan Toth
This is not enough information to diagnose the problem. However, I suggest building and using the HEAD revision from the phoenix-connectors repo. On Mon, Sep 27, 2021 at 8:51 AM Ankit Joshi wrote: > Hello Team, > > I am using phoenix 5.0.0-HBase-2.0 as dependency and in cluster we have > 5.1.0

Urgent problem with Phoenix function LAST_VALUE and joins

2021-09-27 Thread Simon Mottram
Hi Got my fingers crossed that there's a work around for this as this really is a big problem for us We are using: Amazon EMR Release label:emr-6.1.0 Hadoop distribution:Amazon Applications:Hbase 2.2.5, Hive 3.1.2, Phoenix 5.0.0, Pig 0.17.0 Thin Client version: phoenix-5.0.0-HBase-2.0-thin-cl

Re: Urgent problem with Phoenix function LAST_VALUE and joins

2021-09-27 Thread Kadir Ozdemir
In Phoenix 5.0 we introduced a new server side paging feature to eliminate timeouts due long running server side computations such aggregation and joins. I wonder if this new feature caused your issue. If so, the work around is to disable it by setting phoenix.server.paging.enabled to false in hbas