Does anyone know if it is possible to insert a whole table (data frame, matrix, whatever) into Impala using R with JDBC (Or not with JDBC then)? We can select from Impala easily.
#update dqm_results table
dbExecute(impala,"INSERT INTO TABLE VALUES(1, 'test', 523, 'test_value')