0

How to determine the number of buckets for coulmn in hive? Thank you in advance.

lalita
  • 41
  • 3

1 Answers1

0

If you are looking for bucket information on a partition use below command.

     DESCRIBE formatted part_table partition( partitionName)

Note you can get partition detail using "show partitions part_table;"

sandeep rawat
  • 4,797
  • 1
  • 18
  • 36