aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix wrong countingDenny2012-09-101-1/+1
| | * Delete old DeployUtils.Denny2012-09-101-53/+0
| | * Renamed class.Denny2012-09-102-2/+63
| | * Start a standalone cluster locally.Denny2012-09-102-1/+64
| |/ |/|
* | Randomize the order of block fetches in getMultipleroot2012-09-061-2/+5
* | Merge pull request #190 from rxin/devMatei Zaharia2012-09-059-125/+143
|\ \
| * | Removed cache add/remove log messages from CacheTracker.Reynold Xin2012-09-059-125/+143
|/ /
* | Minor formatting fixesMatei Zaharia2012-09-031-12/+15
* | Merge pull request #182 from HarveyFeng/dev-fetchMatei Zaharia2012-09-031-26/+50
|\ \
| * | Start fetching a remote block when a received remote block has been passedHarvey2012-09-011-26/+50
|/ /
* | End runJob() with a SparkException when a task fails too many times inMatei Zaharia2012-08-315-12/+66
* | Deserialize multi-get results in the caller's thread. This fixes anMatei Zaharia2012-08-302-31/+27
* | Merge pull request #184 from rxin/devMatei Zaharia2012-08-304-21/+110
|\ \ | |/ |/|
| * Added a test for testing map-side combine on/off switch.Reynold Xin2012-08-301-1/+44
| * Added a new flag in Aggregator to indicate applying map side combiners.Reynold Xin2012-08-293-9/+18
| * Merge branch 'dev' of github.com:mesos/spark into devReynold Xin2012-08-2911-16/+81
| |\ | |/ |/|
* | Made region used by spark-ec2 configurable.Matei Zaharia2012-08-281-2/+4
* | Fault tolerance and block store fixes discovered through streaming tests.Matei Zaharia2012-08-2710-14/+77
* | Merge pull request #181 from rxin/devMatei Zaharia2012-08-271-17/+12
|\ \
| | * Disable running combiners on map tasks when mergeCombiners function isReynold Xin2012-08-292-19/+56
| |/
| * Removed the deserialization cache for ShuffleMapTask because it wasReynold Xin2012-08-271-17/+12
|/
* Merge pull request #179 from JoshRosen/fix/sparklr-cachingMatei Zaharia2012-08-261-2/+2
|\
| * Cache points in SparkLR example.Josh Rosen2012-08-261-2/+2
|/
* Set log level in tests to WARNMatei Zaharia2012-08-233-0/+24
* 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