Re: Exception while executing batch
You can print stack trace to see what is the issue. I ran into similar problem when my connection got shared between multiple threads. From: Hafiz Mujadid To: user@phoenix.apache.org Sent: Friday, October 2, 2015 11:24 PM Subject: Exception while executing batch I am using prepared
Exception while executing batch
I am using prepared statement to execute batch to upsert into hbase using phoenix jdbc. When executeBatch is called following exception occur ERROR 1106 (XCL06): Exception while executing batch any idea?