aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #389 from JoshRosen/python_rdd_checkpointingMatei Zaharia2013-01-203-21/+16
|\
| * Update checkpointing API docs in Python/Java.Josh Rosen2013-01-202-18/+16
| * Add RDD checkpointing to Python API.Josh Rosen2013-01-201-3/+0
* | Fix PythonPartitioner equality; see SPARK-654.Josh Rosen2013-01-202-7/+11
|/
* Merge branch 'master' into streamingMatei Zaharia2013-01-204-21/+78
|\
| * Added accumulators to PySparkMatei Zaharia2013-01-201-16/+67
| * Fix code that assumed spark.local.dir is only a single directoryMatei Zaharia2013-01-172-2/+11
| * changed HttpBroadcast server cache to be in spark.local.dir instead of java.i...Fernand Pajot2013-01-171-1/+1
| * Merge pull request #381 from squito/remove_threadpoolMatei Zaharia2013-01-161-3/+0
| |\
| | * remove unused thread poolImran Rashid2013-01-161-3/+0
* | | Merge branch 'mesos-streaming' into streamingTathagata Das2013-01-205-31/+141
|\ \ \
| * \ \ Merge branch 'streaming' into streaming-java-apiPatrick Wendell2013-01-171-3/+3
| |\ \ \
| | * \ \ Merge pull request #375 from tdas/streamingTathagata Das2013-01-141-3/+3
| | |\ \ \
| * | | | | Adding checkpointing to Java APIPatrick Wendell2013-01-173-0/+81
| |/ / / /
| * | | | Merge pull request #370 from tdas/streamingTathagata Das2013-01-131-3/+3
| |\ \ \ \
| * | | | | switch to uppercase constantsRyan LeCompte2013-01-131-4/+4
| * | | | | more code cleanupRyan LeCompte2013-01-131-31/+32
| * | | | | add commentRyan LeCompte2013-01-121-0/+1
| * | | | | add one extra testRyan LeCompte2013-01-121-0/+1
| * | | | | correct test paramsRyan LeCompte2013-01-121-2/+2
| * | | | | add unit testRyan LeCompte2013-01-112-1/+23
| * | | | | add missing returnRyan LeCompte2013-01-111-0/+1
| * | | | | attempt to sleep for more accurate time period, minor cleanupRyan LeCompte2013-01-111-8/+11
| * | | | | Merge pull request #350 from tdas/streamingMatei Zaharia2013-01-0742-307/+1535
| |\ \ \ \ \
| * | | | | | Fix Accumulators in Java, and add a test for themMatei Zaharia2013-01-054-13/+79
* | | | | | | Fixed issue https://spark-project.atlassian.net/browse/STREAMING-29, along wi...Tathagata Das2013-01-193-16/+16
* | | | | | | Merge branch 'master' into streamingTathagata Das2013-01-164-15/+110
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #374 from woggling/null-mapoutMatei Zaharia2013-01-152-12/+64
| |\ \ \ \ \ \
| | * | | | | | Remove broken attempt to test fetching case.Charles Reiss2013-01-151-46/+2
| | * | | | | | Fix accidental spark.master.host reuseCharles Reiss2013-01-141-0/+2
| | * | | | | | Additional tests for MapOutputTracker.Charles Reiss2013-01-141-2/+80
| | * | | | | | Throw FetchFailedException for cached missing locsCharles Reiss2013-01-141-10/+26
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Add a test.Stephen Haberman2013-01-151-0/+43
| * | | | | | Call executeOnCompleteCallbacks in a finally block.Stephen Haberman2013-01-151-3/+5
| |/ / / / /
* | | | | | Disabled checkpoint for PairwiseRDD (pySpark).Tathagata Das2013-01-161-0/+1
* | | | | | Merge branch 'master' into streamingTathagata Das2013-01-1530-267/+725
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-01-131-4/+12
| |\ \ \ \
| | * \ \ \ Merge pull request #360 from rxin/cogroup-javaMatei Zaharia2013-01-131-4/+12
| | |\ \ \ \
| | | * | | | Removed the use of getOrElse to avoid Scala wrapper for every call.Reynold Xin2013-01-131-3/+10
| | | * | | | Changed CoGroupRDD's hash map from Scala to Java.Reynold Xin2013-01-101-2/+3
| * | | | | | Make filter preserve partitioner info, since it canMatei Zaharia2013-01-132-1/+7
| |/ / / / /
| * | | | | Add missing dependency spray-json to Maven buildMikhail Bautin2013-01-131-0/+4
| * | | | | Merge pull request #346 from JoshRosen/python-apiMatei Zaharia2013-01-123-1/+288
| |\ \ \ \ \
| | * | | | | Add mapPartitionsWithSplit() to PySpark.Josh Rosen2013-01-081-0/+5
| | * | | | | Change PySpark RDD.take() to not call iterator().Josh Rosen2013-01-031-0/+4
| | * | | | | Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-1/+1
| | * | | | | Minor documentation and style fixes for PySpark.Josh Rosen2013-01-012-15/+32
| | * | | | | Update PySpark for compatibility with TaskContext.Josh Rosen2012-12-291-8/+5
| | * | | | | Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-2997-1531/+2892
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Fix bug (introduced by batching) in PySpark take()Josh Rosen2012-12-281-1/+1