toLinkedHashMap: mutable.LinkedHashMap[String, String]
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:
-
Location URI (as a Java URI)
CatalogStorageFormat
is created when:
-
HiveClientImpl
is requested for metadata of a table or table partition -
SparkSqlAstBuilder
is 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
toLinkedHashMap
…FIXME
Note
|
|