Shawn Weeks created NIFI-5251:
---------------------------------
Summary: ExecuteGroovyScript Tries to Set AutoCommit for Hive
Key: NIFI-5251
URL: https://issues.apache.org/jira/browse/NIFI-5251
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.5.0
Environment: RedHat 6, HDP 2.6.4, assumed to affect current versions
as well.
Reporter: Shawn Weeks
The onInitSQL method of ExecuteGroovyScript tries to set autoCommit to false on
the connection. For Hive connections this causes a steady stream of warnings in
the log.
{code:java}
2018-05-29 12:23:04,407 WARN [Timer-Driven Process Thread-3]
org.apache.hive.jdbc.HiveConnection Request to set autoCommit to false; Hive
does not support autoCommit=false.{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)