static HudiTarget.Builder |
HudiTarget.builder() |
|
HudiTarget.Builder |
HudiTarget.Builder.connectionName(String connectionName) |
The name of the connection to use to connect to the Hudi target.
|
HudiTarget.Builder |
HudiTarget.Builder.exclusions(String... exclusions) |
A list of glob patterns used to exclude from the crawl.
|
HudiTarget.Builder |
HudiTarget.Builder.exclusions(Collection<String> exclusions) |
A list of glob patterns used to exclude from the crawl.
|
HudiTarget.Builder |
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 |
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.
|
HudiTarget.Builder |
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 |
HudiTarget.toBuilder() |
|