I am trying to execute insert into query on impala table using rimpala.query() function through R but I am getting an error. The query
insert into
rimpala.query()
R
The error is in the RImpala client, which is using executeQuery to run all queries, even those that modify state. They should be using executeUpdate for DDL and INSERT, UPDATE, or DELETE queries. I've filed an issue upstream for you.