【发布时间】:2015-11-23 02:31:48
【问题描述】:
Hive 显示为空
create table users (name string, id int) row format delimited fields terminated by '\t' stored as textfile;
Output received
raj NULL
venkat NULL
appu NULL
sony NULL
lg NULL
nani NULL
我能知道是什么问题吗?
【问题讨论】:
-
看起来您需要提供更多上下文 - 例如您为检索数据而运行的查询是什么?
-
将数据本地inpath '/home/cloudera/a/users.txt' 加载到用户表中;