我们可以在 hive 的最新版本中删除整个表吗?
Posted
技术标签:
【中文标题】我们可以在 hive 的最新版本中删除整个表吗?【英文标题】:Can we DELETE whole table in hive's latest version? 【发布时间】:2016-01-04 05:03:15 【问题描述】:在 hive 0.14 版本中创建了表“student”。我想删除那个表。可以使用 DELETE 命令吗?
【问题讨论】:
【参考方案1】:你可以使用:
DROP TABLE table_name_goes_here;
【讨论】:
以上是关于我们可以在 hive 的最新版本中删除整个表吗?的主要内容,如果未能解决你的问题,请参考以下文章