aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Allow PySpark's SparkFiles to be used from driverJosh Rosen2013-01-231-4/+4
* Add synchronization to Executor.updateDependencies() (SPARK-662)Josh Rosen2013-01-211-16/+18
* Don't download files to master's working directory.Josh Rosen2013-01-2111-46/+63
* Only bind to IPv4 addresses when trying to auto-detect external IPMatei Zaharia2013-01-211-2/+3
* Fix compile error caused by cherry-pickMatei Zaharia2013-01-211-0/+1
* more File -> String changesImran Rashid2013-01-214-11/+5
* remove unused importsImran Rashid2013-01-211-2/+0
* send sparkHome as String instead of File over networkImran Rashid2013-01-213-3/+3
* oops, fix stupid compile errorImran Rashid2013-01-211-1/+2
* get sparkHome the correct wayImran Rashid2013-01-211-1/+1
* executor can use a different sparkHome from WorkerImran Rashid2013-01-216-10/+18
* Merge branch 'master' into hadoopconfStephen Haberman2013-01-2160-368/+2228
|\
| * Log remote lifecycle events in Akka for easier debuggingMatei Zaharia2013-01-211-0/+1
| * 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
| | |\ \ \ \