2.166 ALL_HIVE_TAB_PARTITIONS
ALL_HIVE_TAB_PARTITIONS
provides information about all Hive table partitions accessible to the current user in the database.
Related Views
-
DBA_HIVE_TAB_PARTITIONS
provides information about all Hive table partitions in the database. -
USER_HIVE_TAB_PARTITIONS
provides information about all Hive table partitions owned by the current user in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Hadoop cluster name |
|
|
|
Hive database where the Hive table resides |
|
|
|
Hive table name |
|
|
|
Physical location of the Hive partition |
|
|
|
Owner of the Hive table |
|
|
|
The current Hive partition specification |
|
|
|
Partition size in bytes |
|
|
|
Time that the partition was created |
See Also: