Question
2
Replies
198
Views
Posted: June 3, 2018
Last activity: June 6, 2018
Closed
Enabling autocommit is not supported Error for hive2
Hi All,
I'm trying to connect to a hive2 DB from PEGA. I have imported the required jars in PEGA and also configured the datasource in the jboss server. Testing the connectivity of the database rule, below is the error.
enabling autocommit is not supported
Could someone suggest on the resolution for this.
Thanks,
A
***Edited by Moderator Marissa to update platform capability***
Hi
This error is looking more like a bug in either JDBC driver or Hive. You can disable the auto-commit by adding the following line in the connection parameter of JBoss Data source.
<connection-property name="auto-commit">false</connection-property>