hive中建好表後,使用load命令從本地文件系統導入數據,去表中查全是null

    hive中建了一張表,建表語句如下: hive>create table user(     > userid bigint,     > username string,     > age int,     > sex tinyint,     > address string     > )row format delimited fields terminated by '\t';
相關文章
相關標籤/搜索