您好,登錄后才能下訂單哦!
這篇文章將為大家詳細講解有關清空hive表時報錯Cannot truncate non-managed table怎么辦,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
在執行命令truncate 清空hive表時,
報錯如下:FAILED: SemanticException [Error 10146]: Cannot truncate non-managed table mtime_qa.userorder_logs
我清空的是一個外部表。
如圖:
看hortontworks官方解釋:
note:This error happens when you're trying to truncate an external table. Truncate needs to target a native/managed table or an exception will be thrown.
Here's a really great reference:
https://community.hortonworks.com/questions/38807/hive-overwrtite-table.html
以上大意是,要清空的表為外部表,外部表當然不被hive管理,hive只是維護了一個到外部表的引用關系,并不能清空外部的數據。所以,如果有清空表等表編輯表的操作,還是建內部表吧。
關于“清空hive表時報錯Cannot truncate non-managed table怎么辦”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。