aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/SparkHadoopWriter.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-0/+1
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-051-1/+1
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-021-8/+12
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-151-2/+1
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-091-1/+1
* [SPARK-8135] Don't load defaults when reconstituting Hadoop ConfigurationsSandy Ryza2015-06-181-1/+2
* [SPARK-7927] whitespace fixes for core.Reynold Xin2015-05-281-5/+5
* [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parque...Cheng Lian2015-03-311-50/+2
* [SPARK-4879] Use driver to coordinate Hadoop output committing for speculativ...mcheah2015-02-101-5/+38
* SPARK-1209 [CORE] (Take 2) SparkHadoop{MapRed,MapReduce}Util should not use p...Sean Owen2014-11-091-0/+1
* Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use pa...Andrew Or2014-10-301-1/+0
* SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package or...Sean Owen2014-10-301-0/+1
* [SPARK-3595] Respect configured OutputCommitters when calling saveAsHadoopFileIan Hummel2014-09-211-1/+1
* Remove Unnecessary Whitespace'sSandeep2014-04-101-10/+10
* SPARK-1128: set hadoop task properties when constructing HadoopRDDCodingCat2014-03-241-19/+10
* Optimized importsNirmalReddy2014-02-181-1/+1
* Address code review concerns and comments.Henry Saputra2014-01-121-1/+1
* Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-121-7/+6
* Remove calls to deprecated mapred's OutputCommitter.cleanupJob because since ...Henry Saputra2014-01-071-4/+0
* Made the following traits/interfaces/classes non-public:Reynold Xin2013-10-201-8/+8
* Proper formatting for SparkHadoopWriter class extensions.Harvey Feng2013-10-151-1/+3
* Fix line length > 100 chars in SparkHadoopWriterHarvey Feng2013-10-151-1/+2
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-0/+201