@InterfaceAudience.Public
public interface OutputCommitterContext
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId()
Get the
ApplicationId |
int |
getDAGAttemptNumber()
Get the current DAG Attempt Number
|
int |
getDagIdentifier() |
String |
getDAGName()
Get the name of the DAG
|
String |
getOutputName()
Get the name of the Output
|
UserPayload |
getOutputUserPayload()
Get the User Payload for the Output
|
UserPayload |
getUserPayload()
Get the User Payload for the OutputCommitter
|
int |
getVertexIndex()
Get Vertex Index in the DAG
|
String |
getVertexName()
Get the name of the Vertex
|
org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
ApplicationId
ApplicationId
int getDAGAttemptNumber()
String getDAGName()
String getVertexName()
String getOutputName()
UserPayload getOutputUserPayload()
UserPayload getUserPayload()
int getVertexIndex()
int getDagIdentifier()
Copyright © 2024 Apache Software Foundation. All rights reserved.