Search code examples
rjdbcinsertclouderaimpala

Inserting data in to Impala with R JDBC


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.


Solution

  • #update dqm_results table
    
    dbExecute(impala,"INSERT INTO TABLE VALUES(1, 'test', 523, 'test_value')