aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/SequenceFileRDDFunctions.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-107/+0
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Adding compression to Hadoop save functionsPatrick Wendell2013-06-091-5/+10
* Correct sense of 'filter out' in comment.Mark Hamstra2013-03-311-10/+10
* Fixed broken filter in getWritableClass[T]Mark Hamstra2013-03-301-1/+1
* Update Hadoop dependency to 1.0.3 as 0.20 has Sun specific dependencies. AlsoShivaram Venkataraman2013-01-071-1/+7
* Added documentation to all the *RDDFunction classes, and moved them intoMatei Zaharia2012-10-091-0/+79
* Moves all files in core/src/main/scala/ that have RDD in their nameAndy Konwinski2012-10-051-72/+0
* Moves all files in core/src/main/scala/ that have RDD in them fromAndy Konwinski2012-10-051-2/+4
* Various reorganization and formatting fixesMatei Zaharia2012-07-301-1/+1
* Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-071-1/+1
* Code format.haoyuan2012-02-101-5/+8
* Fix issue #65: Change @serializable to extends Serializable in 2.9 branchIsmael Juma2011-08-021-2/+1
* Cleaned up a few issues to do with default parallelism levels. AlsoMatei Zaharia2011-07-141-18/+0
* Simplified and documented code a little and added testMatei Zaharia2011-07-141-0/+1
* Updated save code to allow non-file-based OutputFormats and added a testMatei Zaharia2011-07-131-5/+5
* Moved PairRDD and SequenceFileRDD functions to separate source filesMatei Zaharia2011-07-101-0/+85