Inserting Data into Hive Table

后端 未结 11 1159
失恋的感觉
失恋的感觉 2020-12-14 17:01

I am new to hive. I have successfully setup a single node hadoop cluster for development purpose and on top of it, I have installed hive and pig.

I created a dummy t

11条回答
  •  情歌与酒
    2020-12-14 17:19

    Hive apparently supports INSERT...VALUES starting in Hive 0.14.

    Please see the section 'Inserting into tables from SQL' at: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML

提交回复
热议问题