braindump ... cause thread-dumps are not enough ;)

Showing partition location in hive

Easy to do but still I spent some time on figuring it out…

  SHOW TABLE EXTENDED LIKE <table_name> PARTITION ( <partition_spec> ); 

<table_name> is actually a pattern - you can use wildcards!

Links: