赞
踩
use xytest;
create table if not exists person(
name string,
age int,
addr string
)
ROW FORMAT DELIMITED FIELDS TERMINATED BY ','
use xytest;
create external table if not exists Student(
name string,
age int,
addr string
)
ROW FORMAT DELIMITED FIELDS TERMINATED BY ','
LOCATION '/data/externalhive/';
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。