RE: msck repair table not adding partitions which contains data.

2013-02-07 Thread Krishnappa, Suresh
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

msck repair table not adding partitions which contains data.

2013-02-07 Thread Krishnappa, Suresh
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