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
PartitionKey s of the input configured for this task. |
getInputName
PartitionKey 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()
PartitionKey
s of the input configured for this task. There can be multiple PartitionKeys
for a single task if using CombineFileInputFormat.Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.