Re: Camel Jdbc // Error while connecting to HIVE

2020-04-29 Thread Claus Ibsen
Hi Try set resetAutoCommit=false On Wed, Apr 29, 2020 at 5:05 PM Reji Mathews wrote: > > Hello community > > I am using camel jdbc component to query some data from HIVE database. When I > trigger a query, it throws me off with following stack trace. Has any > attempted connecting to HIVE data

Camel Jdbc // Error while connecting to HIVE

2020-04-29 Thread Reji Mathews
Hello community I am using camel jdbc component to query some data from HIVE database. When I trigger a query, it throws me off with following stack trace. Has any attempted connecting to HIVE database using camel jdbc component? Or, is there a better component to achieve the task. PS: I have