0

当我输入show tables;所有表格时,屏幕上都显示为返回,但是当我查询任何表格时,它说Table not found...有人请告知为什么会突然发生这种情况?突然意味着我在最后一分钟浏览了一张桌子,后来结果是这样的......

hive> show tables;
OK
mahoutpoc
prod
rc_agg2
rc_uum
uum
Time taken: 1.541 seconds
hive> select * from rc_uum limit 10;
FAILED: SemanticException [Error 10001]: Line 1:14 Table not found 'rc_uum'
4

1 回答 1

1

这是因为'rc_umm' != 'rc_uum'.

于 2013-11-22T23:20:37.280 回答