How to delete and update a record in Hive

后端 未结 15 1330
梦如初夏
梦如初夏 2020-11-28 19:26

I have installed Hadoop, Hive, Hive JDBC. which are running fine for me. But I still have a problem. How to delete or update a single record using Hive because delete or upd

15条回答
  •  隐瞒了意图╮
    2020-11-28 19:55

    Good news,Insert updates and deletes are now possible on Hive/Impala using Kudu.

    You need to use IMPALA/kudu to maintain the tables and perform insert/update/delete records. Details with examples can be found here: insert-update-delete-on-hadoop

    Please share the news if you are excited.

    -MIK

提交回复
热议问题