Class | Description |
---|---|
FileCommitProtocol |
An interface to define how a single Spark job commits its outputs.
|
FileCommitProtocol.EmptyTaskCommitMessage$ | |
FileCommitProtocol.TaskCommitMessage | |
HadoopMapReduceCommitProtocol |
An
FileCommitProtocol implementation backed by an underlying Hadoop OutputCommitter
(from the newer mapreduce API, not the old mapred API). |