Hi all,
The situation:
create table srcpart(key string, value string) partitioned by (ds string, hr
int);
load data local inpath
\"/Users/char/Documents/workspace/Hive-Clean/data/files/kv1.txt\" overwrite
into table srcpart PARTITION (ds='2008-04-08', hr=11);
load data local inpath
\"/Users/char/Documents/workspace/Hive-Clean/data/files/kv1.txt\" into table
srcpart ;

And the command Œselect * from srcpart¹ only access the partition data? And
the data outside any partition is left untouched?


Yongqiang

Reply via email to