7, 2013 at 11:46 AM, Krishnappa, Suresh
mailto:suresh.krishna...@rsa.com>> wrote:
Hi All,
I have created a partitioned HIVE external table as follows
create external table test_part (key int, val int) partitioned by (part int)
ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' LINES T
Hi All,
I have created a partitioned HIVE external table as follows
create external table test_part (key int, val int) partitioned by (part int)
ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n' STORED
AS TEXTFILE LOCATION '/test/';
I have the following folders and files in