aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change docs on 'reduce' since the merging of local reduces no longer preservesMark Hamstra2013-02-053-3/+3
* Merge pull request #343 from markhamstra/spark-601Matei Zaharia2012-12-242-1/+12
|\
| * fall back to filter-map-collect when calling lookup() on an RDD without a par...Mark Hamstra2012-12-242-1/+12
|/
* Merge pull request #342 from markhamstra/spark-645Matei Zaharia2012-12-242-5/+11
|\
| * Allow distinct() to be called without parentheses when using the default numb...Mark Hamstra2012-12-242-5/+11
|/
* Updated Kryo version for Maven pom file.Reynold Xin2012-12-211-1/+1
* Updated Kryo documentation for Kryo version update.Reynold Xin2012-12-211-14/+16
* Remove the call to close input stream in Kryo serializer.Reynold Xin2012-12-211-1/+1
* Merge pull request #341 from rxin/4a3fb06ac2d11125feb08acbbd4df76d1e91b677Matei Zaharia2012-12-212-138/+69
|\
| * Updated Kryo to 2.20.Reynold Xin2012-10-162-138/+69
* | Merge pull request #327 from rxin/spark-633Matei Zaharia2012-12-2017-770/+1097
|\ \
| * | Let the slave notify the master block removal.Reynold Xin2012-12-205-93/+84
| * | Moved BlockManager's IdGenerator into BlockManager object. Removed someReynold Xin2012-12-195-36/+22
| * | Merge branch 'spark-633' of github.com:rxin/spark into spark-633Reynold Xin2012-12-144-7/+23
| |\ \
| | * | Return success or failure in BlockStore.remove().Josh Rosen2012-12-134-7/+23
| * | | Fixed conflicts from merging Charles' and TD's block manager changes.Reynold Xin2012-12-143-173/+158
| * | | Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-131-7/+9
| |\ \ \
| * | | | Merged TD's block manager refactoring.Reynold Xin2012-12-139-647/+805
| * | | | Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-1312-21/+138
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-1329-231/+268
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Added the ability in block manager to remove blocks.Reynold Xin2012-12-139-170/+361
* | | | | | Merge pull request #337 from pwendell/worker-liveness-uiMatei Zaharia2012-12-195-3/+19
|\ \ \ \ \ \
| * | | | | | SPARK-616: Logging dead workers in Web UI.Patrick Wendell2012-12-175-3/+19
* | | | | | | Merge pull request #340 from tomdz/deb-packaging-tweaksMatei Zaharia2012-12-192-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Tweaked debian packaging to be a bit more in line with debian standardsThomas Dudziak2012-12-192-4/+5
|/ / / / / / /
* | | | | | | Merge pull request #338 from tomdz/repl-pom-fixMatei Zaharia2012-12-188-142/+243
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed repl maven build to produce artifacts with the appropriate hadoop class...Thomas Dudziak2012-12-188-142/+243
|/ / / / / /
* | | | | | Merge pull request #332 from JoshRosen/spark-607Matei Zaharia2012-12-141-12/+17
|\ \ \ \ \ \
| * | | | | | Add try-finally to handle MapOutputTracker timeouts.Josh Rosen2012-12-131-12/+17
* | | | | | | Merge pull request #331 from woggling/deploy-exit-statusMatei Zaharia2012-12-138-23/+22
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Code review cleanup.Charles Reiss2012-12-131-1/+4
| * | | | | | Have standalone cluster report exit codes to clients. Addresses SPARK-639.Charles Reiss2012-12-138-24/+20
|/ / / / / /
* | | | | | Merge pull request #333 from rxin/masterMatei Zaharia2012-12-131-7/+9
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fixed the broken Java unit test from SPARK-635.Reynold Xin2012-12-131-7/+9
|/ / / / /
* | | | | Merge pull request #329 from woggling/executor-status-codesMatei Zaharia2012-12-138-15/+118
|\ \ \ \ \
| * | | | | ExecutorLostReason -> ExecutorLossReasonCharles Reiss2012-12-134-6/+6
| * | | | | Extra whitespace in ExecutorExitCodeCharles Reiss2012-12-131-0/+3
| * | | | | Explain slaveLost calls made by StandaloneSchedulerBackendCharles Reiss2012-12-131-5/+5
| * | | | | Log duplicate slaveLost() calls in ClusterScheduler.Charles Reiss2012-12-131-1/+7
| * | | | | Normalize executor exit statuses and report them to the user.Charles Reiss2012-12-138-11/+94
| * | | | | Call slaveLost on executor death for standalone clusters.Charles Reiss2012-12-121-1/+12
* | | | | | Merge pull request #330 from JoshRosen/spark-638Matei Zaharia2012-12-134-6/+20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use spark-env.sh to configure standalone master. See SPARK-638.Josh Rosen2012-12-144-6/+20
| | |/ / / | |/| | |
* | | | | Merge pull request #328 from rxin/spark-635Matei Zaharia2012-12-1326-208/+207
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SPARK-635: Pass a TaskContext object to compute() interface and useReynold Xin2012-12-1320-49/+46
| * | | | SPARK-635: Pass a TaskContext object to compute() interface and use thatReynold Xin2012-12-1326-205/+207
| |/ / /
* | | | Merge pull request #325 from tomdz/masterMatei Zaharia2012-12-132-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Mark hadoop dependencies provided in all library artifactsThomas Dudziak2012-12-102-0/+6
* | | | Merge pull request #323 from admobius/masterMatei Zaharia2012-12-111-23/+55
|\ \ \ \
| * | | | SPARK-626: Making security group deletion optional, handling retriedPeter Sankauskas2012-12-111-27/+55