public interface PartitionedFileSetInputContext extends InputContext
PartitionedFileSet input configured for this task.| Modifier and Type | Method and Description |
|---|---|
PartitionKey |
getInputPartitionKey()
Returns the
PartitionKey of the input configured for this task. |
Set<PartitionKey> |
getInputPartitionKeys()
Returns a Set of
PartitionKeys of the input configured for this task. |
getInputNamePartitionKey getInputPartitionKey()
PartitionKey of the input configured for this task. In case of
CombineFileInputFormat, this will be the PartitionKey currently being processed by the task.Set<PartitionKey> getInputPartitionKeys()
PartitionKeys of the input configured for this task. There can be
multiple PartitionKeys for a single task if using CombineFileInputFormat.Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.