Hadoop数据迁入到Hive

由于很多数据hadoop平台,当从hadoop平台的数据迁移到hive目录下时,由于hive默认的分隔符是\,为了平滑迁移,需要在创建表格时指定数据的分割符号,语法如下: create table test(uid string,name string)row format delimited fields terminated by '\t'; 通过这种方式,完成分隔符的指定。 然后通过hado
相关文章
相关标签/搜索