All Products
Search
Document Center

Data Management:DLStorageDescriptor

Last Updated:Nov 07, 2025
ParameterTypeDescriptionExample
object

The description of the data storage.

OriginalColumnsarray

The description of the original column.

OriginalColumnDLColumn

The information about the column.

SortColsarray

The description of the column based on which you want to sort query results.

SortColDLOrder

The column based on which you want to sort query results.

Parametersobject

Other parameter mappings of data storage.

key/value
SkewedInfoDLSkewedInfo

The information about the skewed column.

InputFormatstring

The name of the input format class that is used to read data.

org.apache.hadoop.mapred.SequenceFileInputFormat
OutputFormatstring

The name of the output format class that is used to write data.

org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat
Columnsarray

The description of the data columns.

ColumnDLColumn

The information about the columns.

IsCompressedboolean

Specifies whether the stored data is compressed.

false
SerdeInfoDLSerdeInfo

The information about how to perform data serialization and deserialization.

BucketColsarray

The list of bucket column names, which determines the distribution of stored data based on hashes.

BucketColstring

The bucket column.

2010
NumBucketsinteger

The number of buckets.

-1
Locationstring

The location where the data is stored.

oss://xxx