Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

insert data into Impala/Hive tables using sql server linked server

avatar
New Contributor

Hi,

 

I am trying to use sql server linked server in order to add data to existing Impala table:

 

INSERT INTO CDH_Impala.Impala.db.yourtablenamehere

select 2 as Field1, 3 AS Field2


but i am getting error:

 

Msg 7390, Level 16, State 2, Line 1

The requested operation could not be performed because OLE DB provider "MSDASQL" for linked server "CDH_IMPALA" does not support the required transaction interface.

 

Is there any workaround?

 

Thanks, Yuval

Who agreed with this topic