aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #504 from JoshRosen/SPARK-1025Reynold Xin2014-01-251-0/+9
|\
| * Fix for SPARK-1025: PySpark hang on missing files.Josh Rosen2014-01-231-0/+9
* | Fix ClassCastException in JavaPairRDD.collectAsMap() (SPARK-1040)Josh Rosen2014-01-252-2/+19
* | Merge pull request #503 from pwendell/masterPatrick Wendell2014-01-231-1/+9
|\ \
| * | Fix bug on read-side of external sort when using Snappy.Patrick Wendell2014-01-231-1/+9
* | | Minor fixPatrick Wendell2014-01-231-0/+1
* | | Merge pull request #502 from pwendell/clone-1Patrick Wendell2014-01-235-229/+137
|\ \ \
| * | | Minor changes after auditing diff from earlier versionPatrick Wendell2014-01-233-7/+1
| * | | Response to Matei's reviewPatrick Wendell2014-01-232-21/+22
| * | | Remove Hadoop object cloning and warn users making Hadoop RDD's.Patrick Wendell2014-01-235-221/+134
* | | | Merge pull request #501 from JoshRosen/cartesian-rdd-fixesPatrick Wendell2014-01-232-22/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix SPARK-978: ClassCastException in PySpark cartesian.Josh Rosen2014-01-231-20/+39
| * | | Fix SPARK-1034: Py4JException on PySpark Cartesian ResultJosh Rosen2014-01-231-2/+1
| |/ /
* | | Merge pull request #406 from eklavya/masterJosh Rosen2014-01-231-1/+39
|\ \ \ | |/ / |/| |
| * | fixed ClassTag in mapPartitionseklavya2014-01-231-8/+9
| * | Modifications as suggested in PR feedback-Saurabh Rawat2014-01-142-8/+23
| * | Modifications as suggested in PR feedback-Saurabh Rawat2014-01-132-17/+16
| * | Remove default param from mapPartitionseklavya2014-01-131-1/+1
| * | Remove classtag from mapPartitions.eklavya2014-01-131-1/+1
| * | Added foreachPartition method to JavaRDD.eklavya2014-01-131-1/+8
| * | Added mapPartitions method to JavaRDD.eklavya2014-01-131-1/+12
| * | Added setter method setGenerator to JavaRDD.eklavya2014-01-131-0/+5
* | | Merge pull request #496 from pwendell/masterPatrick Wendell2014-01-221-1/+1
|\ \ \ | | |/ | |/|
| * | Fix bug in worker clean-up in UIPatrick Wendell2014-01-221-1/+1
* | | Merge pull request #447 from CodingCat/SPARK-1027Patrick Wendell2014-01-228-27/+37
|\ \ \
| * | | refactor sparkHome to valCodingCat2014-01-221-3/+4
| * | | fix for SPARK-1027CodingCat2014-01-208-17/+18
| * | | executor creation failed should not make the worker restartCodingCat2014-01-201-12/+20
* | | | Fixed bug where task set managers are added to queue twiceKay Ousterhout2014-01-221-1/+1
* | | | Style clean-upPatrick Wendell2014-01-212-11/+9
* | | | Adding small code commentPatrick Wendell2014-01-201-1/+2
* | | | Avoid matching attempt files in the checkpointPatrick Wendell2014-01-201-2/+2
* | | | Remove shuffle files if they are still present on a machine.Patrick Wendell2014-01-201-3/+10
* | | | Fixing speculation bugPatrick Wendell2014-01-201-1/+1
* | | | Force use of LZF when spilling dataPatrick Wendell2014-01-201-6/+36
* | | | Bug fix for reporting of spill outputPatrick Wendell2014-01-201-1/+3
* | | | Minor fixesPatrick Wendell2014-01-201-1/+1
* | | | Removing docs on akka optionsPatrick Wendell2014-01-201-1/+9
|/ / /
* | | update commentThomas Graves2014-01-191-1/+1
* | | Only log error on missing jar to allow spark examples to jar.Thomas Graves2014-01-191-3/+8
* | | Merge pull request #437 from mridulm/masterPatrick Wendell2014-01-183-2/+5
|\ \ \
| * | | Address review commentMridul Muralidharan2014-01-171-1/+1
| * | | Use method, not variableMridul Muralidharan2014-01-161-1/+1
| * | | Address review commentsMridul Muralidharan2014-01-162-2/+4
| * | | Expose method and class - so that we can use it from user code (particularly ...Mridul Muralidharan2014-01-152-2/+3
* | | | Merge pull request #462 from mateiz/conf-file-fixPatrick Wendell2014-01-183-38/+35
| |/ / |/| |
* | | Use renamed shuffle spill config in CoGroupedRDD.scalaPatrick Wendell2014-01-181-1/+1
* | | Merge pull request #438 from ScrapCodes/clone-records-java-apiPatrick Wendell2014-01-161-2/+114
|\ \ \
| * | | adding clone records field to equivaled java apisPrashant Sharma2014-01-171-2/+114
| | |/ | |/|
* | | Merge pull request #445 from kayousterhout/exec_lostReynold Xin2014-01-152-1/+18
|\ \ \