Hi,
I had one doubt as to whether we can upload data into Hive table which is
partitioned using range.
For example:
LOAD DATA LOCAL INPATH './6.txt' OVERWRITE INTO TABLE GICP PARTITION (
event_timestamp< "03/01/2011:14:58:25" and > 03/01/2011:14:58:10");
Please let me know if this would work.
Thanks and regards,
Soumya Mishra