aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix serialization bugs and added local cluster testsDenny2012-09-101-2/+31
* | Dynamically adding jar files and caching fileSets.Denny2012-09-101-9/+30
* | General FileServerDenny2012-09-101-0/+43
* | Added a unit test for local-cluster mode and simplified some of the code invo...Matei Zaharia2012-09-101-0/+68
|/
* Removed cache add/remove log messages from CacheTracker.Reynold Xin2012-09-051-2/+2
* Added a test for testing map-side combine on/off switch.Reynold Xin2012-08-301-1/+44
* Fix further issues with tests and broadcast.Matei Zaharia2012-08-239-8/+15
* Change BlockManagerSuite test cases to use a deterministic size estimator andShivaram Venkataraman2012-08-131-9/+31
* Add test-cases for 32-bit and no-compressed oops scenarios.Shivaram Venkataraman2012-08-132-14/+46
* Update test cases to match the new size estimates. Uses 64-bit and compressedShivaram Venkataraman2012-08-132-35/+77
* Renamed apply() to call() in Java API and allowed it to throw ExceptionsMatei Zaharia2012-08-121-21/+21
* Merge pull request #167 from JoshRosen/piped-rdd-fixesMatei Zaharia2012-08-101-0/+9
|\
| * Detect non-zero exit status from PipedRDD process.Josh Rosen2012-07-261-0/+9
* | Fix testcheckpoint to reuse spark context defined in the classShivaram Venkataraman2012-08-031-2/+1
* | Made range partition balance tests more aggressive.Matei Zaharia2012-08-031-8/+8
* | Added a unit test for cross-partition balancing in sort, and changes toMatei Zaharia2012-08-031-29/+61
* | Merge branch 'block-manager-fix' into devMatei Zaharia2012-07-301-19/+21
|\ \
| * | Made BlockManagerMaster no longer be a singleton.Matei Zaharia2012-07-301-19/+21
* | | Merge branch 'dev' of git://github.com/tdas/spark into devMatei Zaharia2012-07-301-0/+7
|\ \ \ | |/ / |/| |
| * | Added BlockRDD and a first-cut version of checkpoint() to RDD class.Tathagata Das2012-07-271-0/+7
| * | Modified the block dropping code for better performance.Tathagata Das2012-07-261-0/+1
* | | Fixed AccumulatorSuite to clean up SparkContext with BeforeAndAfterMatei Zaharia2012-07-281-10/+20
* | | tasks cannot access value of accumulatorImran Rashid2012-07-281-53/+12
* | | rename addToAccum to addAccumulatorImran Rashid2012-07-281-1/+1
* | | add some functionality to Vector, delete copy in AccumulatorSuiteImran Rashid2012-07-281-112/+2
* | | Accumulator now inherits from Accumulable, whcih simplifies a bunch of other ...Imran Rashid2012-07-281-5/+5
* | | add Accumulatable, add corresponding docs & tests for accumulatorsImran Rashid2012-07-281-0/+233
* | | Add a sleep to prevent a failing test.Matei Zaharia2012-07-271-0/+1
* | | Renamed test more descriptivelyMatei Zaharia2012-07-271-1/+1
* | | Added a second version of union() without varargs.Matei Zaharia2012-07-271-0/+9
* | | Fixed Java union methods having same erasure.Matei Zaharia2012-07-271-4/+3
* | | Merge pull request #153 from JoshRosen/new-java-apiMatei Zaharia2012-07-261-0/+553
|\ \ \ | |_|/ |/| |
| * | Add persist(), splits(), glom(), and mapPartitions() to Java API.Josh Rosen2012-07-261-0/+50
| * | Add type annotations to Java API methods.Josh Rosen2012-07-221-0/+38
| * | Add Java APIJosh Rosen2012-07-181-0/+465
* | | Stlystic changesDenny2012-07-239-20/+20
* | | Always destroy SparkContext in after block for the unit tests.Denny2012-07-2310-108/+152
|/ /
* | More work on deploy code (adding Worker class)Matei Zaharia2012-06-302-30/+20
* | Initial framework to get a master and web UI up.Matei Zaharia2012-06-301-6/+7
* | Various code style fixes, mostly from IntelliJ IDEAMatei Zaharia2012-06-293-18/+24
* | Upgraded to Akka 2 and fixed test execution (which was still parallelMatei Zaharia2012-06-282-46/+83
|/
* Added testcase for ByteBufferInputStream bugs.Tathagata Das2012-06-171-2/+17
* Merge branch 'master' into devMatei Zaharia2012-06-152-0/+124
|\
| * Change the default broadcast implementation to a simple HTTP-basedMatei Zaharia2012-06-091-0/+23
| * Performance improvements to shuffle operations: in particular, preserveMatei Zaharia2012-06-091-0/+101
* | Multiple bug fixes to pass the testsuites ShuffleSuite and BlockManagerSuite.Tathagata Das2012-06-132-20/+50
* | Added BlockManagerSuite, which I'd forgotten to merge.Matei Zaharia2012-06-071-0/+182
* | Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-073-40/+50
|/
* Handle arrays that contain the same element many times better inMatei Zaharia2012-06-061-0/+77
* Some refactoring to make BoundedMemoryCache test similar to othersMatei Zaharia2012-06-061-1/+1