CatalogStorageFormat — Storage Specification of Table or Partition
CatalogStorageFormat is the storage specification of a partition or a table, i.e. the metadata that includes the following:
CatalogStorageFormat is created when:
-
HiveClientImplis requested for metadata of a table or table partition -
SparkSqlAstBuilderis requested to parse Hive-specific CREATE TABLE or INSERT OVERWRITE DIRECTORY SQL statements
CatalogStorageFormat uses the following text representation (i.e. toString)…FIXME
Converting Storage Specification to LinkedHashMap — toLinkedHashMap Method
|
1 2 3 4 5 |
toLinkedHashMap: mutable.LinkedHashMap[String, String] |
toLinkedHashMap…FIXME
|
Note
|
|
spark技术分享