public static interface HudiTarget.Builder extends SdkPojo, CopyableBuilder<HudiTarget.Builder,HudiTarget>
| Modifier and Type | Method and Description |
|---|---|
HudiTarget.Builder |
connectionName(String connectionName)
The name of the connection to use to connect to the Hudi target.
|
HudiTarget.Builder |
exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl.
|
HudiTarget.Builder |
exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl.
|
HudiTarget.Builder |
maximumTraversalDepth(Integer maximumTraversalDepth)
The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in
your Amazon S3 path.
|
HudiTarget.Builder |
paths(Collection<String> paths)
An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata
files for a Hudi table resides.
|
HudiTarget.Builder |
paths(String... paths)
An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata
files for a Hudi table resides.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHudiTarget.Builder paths(Collection<String> paths)
An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata files for a Hudi table resides. The Hudi folder may be located in a child folder of the root folder.
The crawler will scan all folders underneath a path for a Hudi folder.
paths - An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the
metadata files for a Hudi table resides. The Hudi folder may be located in a child folder of the root
folder.
The crawler will scan all folders underneath a path for a Hudi folder.
HudiTarget.Builder paths(String... paths)
An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata files for a Hudi table resides. The Hudi folder may be located in a child folder of the root folder.
The crawler will scan all folders underneath a path for a Hudi folder.
paths - An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the
metadata files for a Hudi table resides. The Hudi folder may be located in a child folder of the root
folder.
The crawler will scan all folders underneath a path for a Hudi folder.
HudiTarget.Builder connectionName(String connectionName)
The name of the connection to use to connect to the Hudi target. If your Hudi files are stored in buckets that require VPC authorization, you can set their connection properties here.
connectionName - The name of the connection to use to connect to the Hudi target. If your Hudi files are stored in
buckets that require VPC authorization, you can set their connection properties here.HudiTarget.Builder exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.HudiTarget.Builder exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.HudiTarget.Builder maximumTraversalDepth(Integer maximumTraversalDepth)
The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in your Amazon S3 path. Used to limit the crawler run time.
maximumTraversalDepth - The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata
folder in your Amazon S3 path. Used to limit the crawler run time.Copyright © 2023. All rights reserved.