I have a table with 1000+ partitions.
\"Show partitions\" command only lists a small number of partitions.
Show partitions
How can i show all partitions?
U
CLI has some limit when ouput is displayed. I suggest to export output into local file:
$hive -e 'show partitions table;' > partitions