aboutsummaryrefslogtreecommitdiff
path: root/bin/pyspark.cmd
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-01-08 11:47:28 -0800
committerReynold Xin <rxin@apache.org>2014-01-08 11:47:28 -0800
commit5cae05f59e766057032270a3c2bb5c99c2d64f77 (patch)
tree9922d7b9833dca13575098e530f3e63e6e916482 /bin/pyspark.cmd
parent6eef78d769379b98a1fa6d4f2fa606216e5063a6 (diff)
parent4517326ec68d15f7d9bedade5f9bba33d760e6b4 (diff)
downloadspark-5cae05f59e766057032270a3c2bb5c99c2d64f77.tar.gz
spark-5cae05f59e766057032270a3c2bb5c99c2d64f77.tar.bz2
spark-5cae05f59e766057032270a3c2bb5c99c2d64f77.zip
Merge pull request #356 from hsaputra/remove_deprecated_cleanup_method
Remove calls to deprecated mapred's OutputCommitter.cleanupJob Since Hadoop 1.0.4 the mapred OutputCommitter.commitJob should do cleanup job via call to OutputCommitter.cleanupJob, Remove SparkHadoopWriter.cleanup since it is used only by PairRDDFunctions. In fact the implementation of mapred OutputCommitter.commitJob looks like this: public void commitJob(JobContext jobContext) throws IOException { cleanupJob(jobContext); }
Diffstat (limited to 'bin/pyspark.cmd')
0 files changed, 0 insertions, 0 deletions