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

2021-10-01 Thread Ankit Joshi
Hello, So we have iterator type of RDD passing schema as object. Some of the rows inserting but bulk data is not inserting into the table. Using phoenix 5.0.0-Hbase-2.0 in our application. It's showing warning in executor logs while we are catch the exception in insert method. Error below "Error

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

Not able to insert data in phoenix table from RDD

2021-09-26 Thread Ankit Joshi
Hello Team, I am using phoenix 5.0.0-HBase-2.0 as dependency and in cluster we have 5.1.0 and HBase 2.1. I am able to load data from phoenix into DataFrame. But while inserting (upsert) it from RDD failing with below error. "Error occurred while executing the insert in table for phoenix ERROR