create table location(
location string,
ip string,
name string,
city string,
classfication string,
citycode string
)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ' '
STORED AS TEXTFILE;
load data inpath '/user/data/stats.txt' overwrite into table location;

相关文章:

  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
猜你喜欢
  • 2021-07-14
  • 2021-07-08
  • 2022-02-01
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
相关资源
相似解决方案