aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix further issues with tests and broadcast.Matei Zaharia2012-08-2314-16/+32
* Fixed test failures due to broadcast not stopping correctlyMatei Zaharia2012-08-231-0/+1
* Merge pull request #147 from mosharaf/devMatei Zaharia2012-08-2312-1910/+661
|\
| * BroadcastManager is a class now (replaced Braodcast object)Mosharaf Chowdhury2012-08-058-79/+78
| * Merge remote-tracking branch 'upstream/dev' into devMosharaf Chowdhury2012-08-0420-31/+460
| |\
| * \ Merge branch 'dev' into bc-bmMosharaf Chowdhury2012-08-0459-276/+1561
| |\ \
| | * \ Merge remote-tracking branch 'upstream/dev' into devMosharaf Chowdhury2012-08-0435-153/+1068
| | |\ \
| | * \ \ Merge remote-tracking branch 'upstream/dev' into devMosharaf Chowdhury2012-07-311-2/+55
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'upstream/dev' into devMosharaf Chowdhury2012-07-3017-178/+290
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'upstream/dev' into devMosharaf Chowdhury2012-07-2914-41/+246
| | |\ \ \ \ \
| * | | | | | | Bug fixed. Broadcast now works with BlockManager.Mosharaf Chowdhury2012-08-043-65/+63
| * | | | | | | Broadcasts using BlockManager instead of BoundedMemoryCacheMosharaf Chowdhury2012-07-274-10/+14
| |/ / / / / /
| * | | | | | Merge remote-tracking branch 'upstream/dev' into devMosharaf Chowdhury2012-07-2735-122/+2008
| |\ \ \ \ \ \
| * | | | | | | Fix for isLocalMosharaf Chowdhury2012-07-131-1/+1
| * | | | | | | Merged with Upstream devMosharaf Chowdhury2012-07-1346-1077/+1645
| |\ \ \ \ \ \ \
| * | | | | | | | Cleaning BitTorrentBroadcast code...Mosharaf Chowdhury2012-07-132-53/+23
| * | | | | | | | Cleaned TreeBroadcastMosharaf Chowdhury2012-07-133-119/+50
| * | | | | | | | Added stop() to the Broadcast subsystemMosharaf Chowdhury2012-07-106-23/+27
| * | | | | | | | Slightly better check for isLocalMosharaf Chowdhury2012-07-101-1/+1
| * | | | | | | | RefactoringMosharaf Chowdhury2012-07-093-127/+76
| * | | | | | | | RefactoringMosharaf Chowdhury2012-07-092-10/+10
| * | | | | | | | RefactoringMosharaf Chowdhury2012-07-095-353/+390
| * | | | | | | | Refactored TrackMultipleValues out.Mosharaf Chowdhury2012-07-093-328/+210
| * | | | | | | | TweaksMosharaf Chowdhury2012-07-094-24/+19
| * | | | | | | | Removed some unused stuffMosharaf Chowdhury2012-07-084-63/+13
| * | | | | | | | Compiles without DfsMosharaf Chowdhury2012-07-082-45/+6
| * | | | | | | | Removed Chained and Dfs broadcast implementationsMosharaf Chowdhury2012-07-082-929/+0
* | | | | | | | | Added other SparkContext constructors to JavaSparkContextMatei Zaharia2012-08-191-0/+6
* | | | | | | | | Merge pull request #172 from dennybritz/devMatei Zaharia2012-08-141-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use root login in standalone AMIDenny2012-08-141-1/+1
| * | | | | | | | | rsync root directory in EC2 scriptDenny2012-08-141-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #171 from shivaram/for-size-estimator-pullMatei Zaharia2012-08-134-53/+224
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
| * | | | | | | | | Move object size and pointer size initialization into a function to enable un...Shivaram Venkataraman2012-08-131-21/+31
| * | | | | | | | | If spark.test.useCompressedOops is set, use that to infer compressed oopsShivaram Venkataraman2012-08-131-0/+3
| * | | | | | | | | Use HotSpotDiagnosticMXBean to get if CompressedOops are in use or notShivaram Venkataraman2012-08-131-3/+28
| * | | | | | | | | Add link to Java wiki which specifies what changes with compressed oopsShivaram Venkataraman2012-08-131-0/+3
| * | | | | | | | | Changes to make size estimator more accurate. Fixes object size, pointer sizeShivaram Venkataraman2012-08-131-4/+38
|/ / / / / / / / /
* | | | | | | | | Renamed apply() to call() in Java API and allowed it to throw ExceptionsMatei Zaharia2012-08-1215-63/+105
* | | | | | | | | Use Promises instead of having a Future wait on a thread inMatei Zaharia2012-08-121-27/+25
* | | | | | | | | Return remotely fetched blocks in a pipelined fashion from BlockManagerMatei Zaharia2012-08-124-41/+44
* | | | | | | | | Switch to Akka futures in connection manager.Matei Zaharia2012-08-122-18/+17
* | | | | | | | | Changed multi-get method in BlockManager to return an iteratorMatei Zaharia2012-08-122-9/+13
* | | | | | | | | Merge pull request #168 from shivaram/devMatei Zaharia2012-08-101-11/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use an implicit conversion to get the scala iteratorShivaram Venkataraman2012-08-081-2/+2
| * | | | | | | | | Use JavaConversion to get a scala iteratorShivaram Venkataraman2012-08-081-11/+4
* | | | | | | | | | Merge pull request #167 from JoshRosen/piped-rdd-fixesMatei Zaharia2012-08-102-1/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Print exit status in PipedRDD failure exception.Josh Rosen2012-08-101-2/+3