2013-11-22 82 views
0

当我输入show tables;所有的表格都显示在屏幕上作为回报,但是当我查询任何表格时,它说Table not found ......有人会请告知为什么这会突然发生?突然,意味着我在浏览一个表中的最后分钟,它原来是这样算账......为什么Hive表会突然消失?

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' 

回答

1

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

+0

对不起,这只是我的错字,编辑。在系统中它是rc_uum,我的输入是rc_uum。 – Kevin

+0

@Kevin只是好奇,你用什么数据库的metastore? mysql,德比等...? – climbage