aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fixed the bug that shuffle serializer is ignored by the new shuffleReynold Xin2013-05-241-3/+18
| * | | DistributedSuite: remove dead test codeCharles Reiss2013-05-211-1/+0
| * | | Merge pull request #610 from JoshRosen/spark-747Reynold Xin2013-05-171-0/+13
| |\ \ \ | | |_|/ | |/| |
| | * | Abort job if result exceeds Akka frame size; add test.Josh Rosen2013-05-161-0/+13
| * | | Merge branch 'master' of github.com:mesos/spark into shufflemergeReynold Xin2013-05-156-6/+108
| |\ \ \
| | * \ \ Merge branch 'jdbc' of github.com:koeninger/sparkReynold Xin2013-05-141-0/+56
| | |\ \ \
| | | * | | add test for JdbcRDD using embedded derby, per rxin suggestionCody Koeninger2013-05-141-0/+56
| | * | | | Merge pull request #601 from rxin/emptyrdd-masterMatei Zaharia2013-05-131-1/+21
| | |\ \ \ \
| | | * | | | Added tests for joins, cogroups, and unions for EmptyRDD.Reynold Xin2013-05-061-0/+8
| | | * | | | Added EmptyRDD.Reynold Xin2013-05-061-1/+13
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #589 from mridulm/masterMatei Zaharia2013-05-133-5/+8
| | |\ \ \ \
| | | * \ \ \ Merge from masterMridul Muralidharan2013-05-041-0/+26
| | | |\ \ \ \
| | | * \ \ \ \ pull from masterMridul Muralidharan2013-05-046-6/+125
| | | |\ \ \ \ \
| | | * | | | | | a) Add support for hyper local scheduling - specific to a host + port - befor...Mridul Muralidharan2013-05-013-4/+8
| | * | | | | | | Removing unnecessary mapPatrick Wendell2013-05-111-1/+1
| | * | | | | | | SPARK-738: Spark should detect and squash nonserializable exceptionsPatrick Wendell2013-05-111-0/+21
| | | |_|_|/ / / | | |/| | | | |
| * / | | | | | Added test for Netty suite.Reynold Xin2013-05-072-1/+19
| |/ / / / / /
| * | | | | | Fixed flaky unpersist test in DistributedSuite.Reynold Xin2013-05-041-1/+0
| * | | | | | Merge branch 'unpersist-test' of github.com:shivaram/spark into blockmanagerReynold Xin2013-05-041-4/+4
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Fix flaky test by changing catch and adding sleepShivaram Venkataraman2013-05-031-4/+4
| | | |/ / / | | |/| | |
| * / | | | Add zipPartitions to Java API.Shivaram Venkataraman2013-05-031-0/+26
| |/ / / /
| * | | | Added removeRdd function in BlockManager.Reynold Xin2013-05-011-0/+25
| * | | | Cleaned up Ram's code. Moved SparkContext.remove to RDD.unpersist.Reynold Xin2013-05-012-13/+44
| * | | | Merged Ram's commit on removing RDDs.harshars2013-05-012-0/+19
| * | | | Merge pull request #585 from pwendell/listener-perfMatei Zaharia2013-04-301-1/+0
| |\ \ \ \
| | * | | | Modified version of the fix which just removes all per-record tracking.Patrick Wendell2013-04-291-1/+0
| | * | | | Spark-742: TaskMetrics should not employ per-record timing.Patrick Wendell2013-04-291-1/+1
| * | | | | More unit test fixesMatei Zaharia2013-04-282-3/+5
| * | | | | Fix BlockManagerSuite to deal with clearing spark.hostPortMatei Zaharia2013-04-281-1/+11
| * | | | | Merge pull request #582 from shivaram/masterMatei Zaharia2013-04-281-0/+34
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Actually rename classes to ZippedPartitions*Shivaram Venkataraman2013-04-281-3/+3
| | * | | | Rename classes from MapZipped* to Zipped*Shivaram Venkataraman2013-04-281-0/+0
| | * | | | Rename to zipPartitions and style changesShivaram Venkataraman2013-04-281-1/+1
| | * | | | Add an interface to zip iterators of multiple RDDsShivaram Venkataraman2013-04-261-0/+34
| | |/ / /
| * / / / Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-1/+2
| |/ / /
| * | | Fix issue with FileSuite failingMridul Muralidharan2013-04-151-1/+0
| * | | Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-153-2/+3
| |/ /
* | | Fixed Warning: expect -> expectResultPrashant Sharma2013-05-011-36/+36
* | | Fixed Warning: ClassManifest -> ClassTagPrashant Sharma2013-04-291-2/+3
* | | scala 2.10 and master mergePrashant Sharma2013-04-242-5/+5
* | | Manually merged scala-2.10 and masterPrashant Sharma2013-04-2228-492/+1749
|\| |
| * | Use Boolean in the Java API, and != for assert.Stephen Haberman2013-03-231-1/+2
| * | Merge branch 'master' into shufflecoalesceStephen Haberman2013-03-231-1/+91
| |\ \
| | * \ Merge pull request #510 from markhamstra/WithThingMatei Zaharia2013-03-231-0/+60
| | |\ \
| | | * | _With[Matei]Mark Hamstra2013-03-161-3/+3
| | | * | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-163-1/+181
| | | |\ \
| | | * | | deleted excess curly bracesMark Hamstra2013-03-101-2/+2
| | | * | | refactored _With API and added foreachPartitionMark Hamstra2013-03-101-20/+14
| | | * | | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-104-476/+222
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | refactor mapWith, flatMapWith and filterWith to each use two parameter listsMark Hamstra2013-03-051-6/+6