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). |
SparkHadoopMapReduceWriter |
A helper object that saves an RDD using a Hadoop OutputFormat
(from the newer mapreduce API, not the old mapred API).
|
SparkHadoopWriterUtils |
A helper object that provide common utils used during saving an RDD using a Hadoop OutputFormat
(both from the old mapred API and the new mapreduce API)
|