I have Created one Hive Managed table and the using hadoop commnad copying data at managed table location. after doing this, whenever i m doing select * from table its showing no data. I have also tried msck repair command.
MSCK REPAIR TABLE table_name;
but still i am not able to see any data using select commadn i have check at managed table location files are available there but using select command i m not able to the data.
Can someone please guide me why i m not able to see data using select command. Note: my hive table is partitioned on month column.I have enable below properties before copying the data.
hive> set hive.exec.dynamic.partition=true; hive> set hive.exec.dynamic.partition.mode=nonstrict;