How to capture a hive exit status or error code using JDBC API

前端 未结 2 535
旧巷少年郎
旧巷少年郎 2021-01-26 16:40

Executing an insert query in hive using the JDBC API. But the query is not running. Could someone suggest what is going wrong. Also, please let me know how to capture the error

2条回答
  •  不要未来只要你来
    2021-01-26 17:19

    I think there are still some issues in Hive insert/update/delete functionality is hive 1.2.1 . But you seem to be still in hive 0.14. So I wouldn't recommend using these functionalities yet. Please see similar issue happening to other users:

    hive 1.2.1 error on delete command

提交回复
热议问题