aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-0128-13/+13
* Minor documentation and style fixes for PySpark.Josh Rosen2013-01-0110-32/+70
* Launch with `scala` by default in run-pysparkJosh Rosen2012-12-311-0/+5
* Port LR example to PySpark using numpy.Josh Rosen2012-12-291-0/+57
* Add test for pyspark.RDD.saveAsTextFile().Josh Rosen2012-12-291-1/+8
* Update PySpark for compatibility with TaskContext.Josh Rosen2012-12-292-9/+7
* Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-29124-1677/+4394
|\
| * Merge pull request #345 from JoshRosen/fix/add-fileMatei Zaharia2012-12-294-36/+101
| |\
| | * Change Utils.fetchFile() warning to SparkException.Josh Rosen2012-12-282-7/+10
| | * Add addFile() and addJar() to JavaSparkContext.Josh Rosen2012-12-281-0/+34
| | * Add synchronization to LocalScheduler.updateDependencies().Josh Rosen2012-12-281-16/+18
| | * Skip deletion of files in clearFiles().Josh Rosen2012-12-282-20/+46
| |/
| * 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