我在 Impala 中创建了一个表,其中包含以下内容:
create external table db.table (id int, name string) row format delimited fields terminated by ","
stored as textfile location '/path/test_ext_table'
创建表时,hdfs路径中已经有两个文件。
当我将一个文件添加到hdfs目录中时,表上的select不会返回包含在thrid文件中的数据。
我怎样才能使创建表后添加的文件的内容对impala可用?
暂无答案!
目前还没有任何答案,快来回答吧!