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
You can see Hive MetaStore tables,Partitions information in table of "PARTITIONS". You could use "TBLS" join "Partition" to query special table partitions.