@Beta public class PartitionedFileSetProperties extends FileSetProperties
Modifier and Type | Class and Description |
---|---|
static class |
PartitionedFileSetProperties.Builder
A Builder to construct properties for FileSet datasets.
|
Modifier and Type | Field and Description |
---|---|
static String |
PARTITIONING_FIELD_PREFIX
The prefix for fields of the partitioning.
|
static String |
PARTITIONING_FIELDS
The property name for the list of partitioning field names.
|
BASE_PATH, DATA_EXTERNAL, DATA_POSSESS_EXISTING, DATA_USE_EXISTING, INPUT_FORMAT, INPUT_PROPERTIES_PREFIX, OUTPUT_FORMAT, OUTPUT_PROPERTIES_PREFIX, PROPERTY_ENABLE_EXPLORE_ON_CREATE, PROPERTY_EXPLORE_FORMAT, PROPERTY_EXPLORE_INPUT_FORMAT, PROPERTY_EXPLORE_OUTPUT_FORMAT, PROPERTY_EXPLORE_SCHEMA, PROPERTY_EXPLORE_SERDE, PROPERTY_EXPLORE_TABLE_PROPERTY_PREFIX, PROPERTY_FILES_GROUP, PROPERTY_FILES_PERMISSIONS
Constructor and Description |
---|
PartitionedFileSetProperties() |
Modifier and Type | Method and Description |
---|---|
static PartitionedFileSetProperties.Builder |
builder() |
static Partitioning |
getPartitioning(Map<String,String> properties)
Read the partitioning for a PartitionedFileSet from its properties.
|
getBasePath, getExploreFormat, getExploreFormatProperties, getExploreInputFormat, getExploreOutputFormat, getExploreSchema, getFileGroup, getFilePermissions, getInputFormat, getInputProperties, getOutputFormat, getOutputProperties, getSerDe, getTableProperties, isDataExternal, isExploreEnabled, isPossessExisting, isUseExisting, propertiesWithPrefix
public static final String PARTITIONING_FIELDS
public static final String PARTITIONING_FIELD_PREFIX
@Nullable public static Partitioning getPartitioning(Map<String,String> properties)
properties
- the dataset propertiespublic static PartitionedFileSetProperties.Builder builder()
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.