Showing partition location in hive
10 Feb 2015Easy 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: