aboutsummaryrefslogtreecommitdiff
path: root/bagel/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-291-2/+2
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-1/+1
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-2/+2
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* SPARK-2482: Resolve sbt warnings during buildwitgo2014-09-111-2/+0
* [SPARK-2661][bagel]unpersist old processed rddDaoyuan2014-07-241-0/+5
* HOTFIX: Increase time limit for Bagel testAnkur Dave2014-06-101-2/+2
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-2/+0
* Package docsPrashant Sharma2014-05-142-0/+44
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-1/+1
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-141-0/+2
* Remove Unnecessary Whitespace'sSandeep2014-04-101-2/+2
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-081-8/+12
* SPARK 1084.1 (resubmitted)Sean Owen2014-02-271-7/+7
* Merge pull request #567 from ScrapCodes/style2.Prashant Sharma2014-02-091-1/+2
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-091-23/+32
* Removing mentions in testsPatrick Wendell2014-01-121-1/+0
* Move some classes to more appropriate packages:Matei Zaharia2013-09-011-1/+1
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-012-24/+21
* Change build and run instructions to use assembliesMatei Zaharia2013-08-293-447/+0
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-166-1/+103
* Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-0/+1
* Fix passing of superstep in Bagel to avoid seeing new values of theMatei Zaharia2013-04-081-3/+3
* Fix doc styleNick Pentreath2013-03-111-7/+13
* Adding test for non-default persistence levelNick Pentreath2013-03-091-0/+18
* Added choice of persitance level to Bagel. Also added documentation.Nick Pentreath2013-03-091-8/+83
* Renamed "splits" to "partitions"Matei Zaharia2013-02-173-14/+14
* Formatting fixesMatei Zaharia2013-02-111-13/+9
* Fixed an exponential recursion that could happen with doCheckpoint dueMatei Zaharia2013-02-111-8/+27
* Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-1/+1
* Changed locations for unit test logs.Tathagata Das2013-01-071-2/+2
* Some doc fixes, including showing version number in nav bar againMatei Zaharia2012-10-131-0/+5
* More doc updates, and moved Serializer to a subpackage.Matei Zaharia2012-10-121-5/+6
* Removed the need to sleep in tests due to waiting for Akka to shut downMatei Zaharia2012-10-071-0/+2
* Write all unit test output to a fileMatei Zaharia2012-10-011-4/+6
* Changed the way tasks' dependency files are sent to workers so thatMatei Zaharia2012-09-281-1/+4
* Set log level in tests to WARNMatei Zaharia2012-08-231-0/+8
* Fix further issues with tests and broadcast.Matei Zaharia2012-08-231-1/+4
* Stlystic changesDenny2012-07-231-2/+2
* Always destroy SparkContext in after block for the unit tests.Denny2012-07-231-6/+11
* Merge branch 'master' into devMatei Zaharia2012-06-152-3/+1
|\
| * Performance improvements to shuffle operations: in particular, preserveMatei Zaharia2012-06-092-3/+1
* | Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-071-5/+6
|/
* Added an option (spark.closure.serializer) to specify the serializer forReynold Xin2012-04-091-0/+4
* Update Bagel unit tests to reflect API changeAnkur Dave2011-11-081-23/+21
* Implement standalone WikipediaPageRank with custom serializerAnkur Dave2011-10-091-0/+198
* Update WikipediaPageRank to reflect Bagel API changesAnkur Dave2011-10-092-100/+129
* Remove ShortestPath for nowAnkur Dave2011-10-091-95/+0
* Simplify and genericize type parameters in BagelAnkur Dave2011-10-091-85/+129
* Fix issue #65: Change @serializable to extends Serializable in 2.9 branchIsmael Juma2011-08-024-23/+18