aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge from masterMridul Muralidharan2013-05-041-0/+26
|\
| * Add zipPartitions to Java API.Shivaram Venkataraman2013-05-031-0/+26
* | pull from masterMridul Muralidharan2013-05-046-6/+125
|\|
| * 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
| | |/
* | / a) Add support for hyper local scheduling - specific to a host + port - befor...Mridul Muralidharan2013-05-013-4/+8
|/ /
* / 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
* 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
| | * | | whitespace formattingMark Hamstra2013-03-051-6/+6
| | * | | mapWith, flatMapWith and filterWithMark Hamstra2013-03-041-0/+66
| * | | | Merge pull request #538 from rxin/cogroupMatei Zaharia2013-03-201-1/+31
| |\ \ \ \
| | * | | | Added mapSideCombine flag to CoGroupedRDD. Added unit test forReynold Xin2013-03-201-1/+31
| | | |_|/ | | |/| |
* | / | | Add a shuffle parameter to coalesce.Stephen Haberman2013-03-221-1/+5
|/ / / /
* | | | Merge branch 'master' of https://github.com/mesos/spark into foldByKeyMark Hamstra2013-03-161-1/+27
|\| | |
| * | | Merge pull request #525 from stephenh/subtractByKeyMatei Zaharia2013-03-161-1/+27
| |\ \ \
| | * | | Allow subtractByKey's other argument to have a different value type.Stephen Haberman2013-03-141-1/+1
| | * | | Finished subtractByKeys.Stephen Haberman2013-03-141-1/+27
| | | |/ | | |/|
* | | | Merge branch 'master' of https://github.com/mesos/spark into foldByKeyMark Hamstra2013-03-151-0/+86
|\| | |
| * | | Merge pull request #516 from squito/fix_local_metricsMatei Zaharia2013-03-151-0/+86
| |\ \ \
| | * | | increase sleep timeImran Rashid2013-03-101-1/+1
| | * | | add a small wait to one task to make sure some task runtime really is non-zeroImran Rashid2013-03-101-4/+10
| | * | | enable task metrics in local mode, add testsImran Rashid2013-03-091-0/+80
| | | |/ | | |/|
* | | | whitespace cleanupMark Hamstra2013-03-151-22/+22
* | | | restrict V type of foldByKey in order to retain ClassManifest; added foldByKe...Mark Hamstra2013-03-141-1/+23
|/ / /
* | / Add a test for NextIterator.Stephen Haberman2013-03-131-0/+68
| |/ |/|
* | Merge remote-tracking branch 'woggling/dag-sched-driver-port'Matei Zaharia2013-03-101-5/+4
|\ \
| * | Prevent DAGSchedulerSuite from corrupting driver.port.Charles Reiss2013-03-091-4/+5
| |/
* | Merge pull request #512 from patelh/fix-kryo-serializerMatei Zaharia2013-03-101-0/+1
|\ \
| * | Fix reference bug in Kryo serializer, add test, update versionHiral Patel2013-03-071-0/+1
| |/