Created 07-13-2016 04:22 PM
Hi Team,
Iam getting different result while executing below command
select count (*) --output 1028
&
Select * from --output 500 ( which is correct)
What could be the issue
Regards
suresh bk
Created 07-21-2016 09:02 PM
Divakar,
MSCK command doesn't create partitions. It just gathers info about existing partitions and put them in the hive metastore. Please correct me if wrong.
Created 07-21-2016 09:46 PM
Cab you run below command and paste the output.
show partitions <table name>;