aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add an Avro dependency to REPL to make it compile with Hadoop 2Mikhail Bautin2013-01-222-0/+21
* Merge pull request #399 from NFLabs/masterMatei Zaharia2013-01-221-1/+8
|\
| * Fix for hanging spark.HttpFileServer with kind of virtual networkLeemoonsoo2013-01-221-1/+8
* | Merge pull request #402 from stephenh/handleslavelosttoosoonMatei Zaharia2013-01-221-13/+18
|\ \
| * | Handle slaveLost before slaveIdToHost knows about it.Stephen Haberman2013-01-221-13/+18
|/ /
* | Merge pull request #400 from stephenh/sparkcontextcstrsMatei Zaharia2013-01-221-19/+3
|\ \ | |/ |/|
| * Use default arguments instead of constructor overloads.Stephen Haberman2013-01-221-19/+3
|/
* Merge pull request #395 from stephenh/fixrecursionMatei Zaharia2013-01-211-12/+0
|\
| * Remove unneeded/now-broken saveAsNewAPIHadoopFile overload.Stephen Haberman2013-01-211-12/+0
|/
* Merge pull request #392 from stephenh/javaapisuiteMatei Zaharia2013-01-212-0/+0
|\
| * Move JavaAPISuite into spark.streaming.Stephen Haberman2013-01-212-0/+0
* | Add more Akka settings to docsMatei Zaharia2013-01-211-0/+16
* | Clarify the documentation on env variables for standalone modeMatei Zaharia2013-01-211-22/+21
* | 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 pull request #362 from stephenh/hadoopconfMatei Zaharia2013-01-213-10/+34
|\
| * Merge branch 'master' into hadoopconfStephen Haberman2013-01-21185-442/+14889
| |\ | |/ |/|
* | Log remote lifecycle events in Akka for easier debuggingMatei Zaharia2013-01-211-0/+1
* | Update run script to deal with change to build of REPL shaded JARMatei Zaharia2013-01-201-3/+5
* | Add Maven build file for streaming, and fix some issues in SBT fileMatei Zaharia2013-01-2014-7/+234
* | Merge pull request #389 from JoshRosen/python_rdd_checkpointingMatei Zaharia2013-01-208-24/+132
|\ \
| * | Clean up setup code in PySpark checkpointing testsJosh Rosen2013-01-202-16/+6
| * | Update checkpointing API docs in Python/Java.Josh Rosen2013-01-204-34/+28
| * | Add checkpointFile() and more tests to PySpark.Josh Rosen2013-01-203-2/+37
| * | Add RDD checkpointing to Python API.Josh Rosen2013-01-206-4/+93
* | | Merge pull request #390 from JoshRosen/spark-654Matei Zaharia2013-01-203-13/+22
|\ \ \ | |/ / |/| |
| * | Fix PythonPartitioner equality; see SPARK-654.Josh Rosen2013-01-203-13/+22
|/ /
* | Merge pull request #361 from mesos/streamingMatei Zaharia2013-01-20124-332/+10770
|\ \
| * \ Merge branch 'master' into streamingMatei Zaharia2013-01-2018-67/+424
| |\ \
| * \ \ Merge pull request #380 from tdas/streamingTathagata Das2013-01-2082-319/+3579
| |\ \ \
| | * | | Fixed streaming testsuite bugsTathagata Das2013-01-207-6/+24
| | * | | Merge branch 'mesos-streaming' into streamingTathagata Das2013-01-2017-152/+2768
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #369 from pwendell/streaming-java-apiPatrick Wendell2013-01-1715-121/+2708
| |\ \ \ \
| | * | | | NetworkWordCount examplePatrick Wendell2013-01-172-1/+63
| | * | | | Moving tests to appropriate directoryPatrick Wendell2013-01-172-0/+0
| | * | | | Adding queueStream and some slight refactoringPatrick Wendell2013-01-174-83/+226
| | * | | | Small doc fixPatrick Wendell2013-01-171-1/+1
| | * | | | Merge branch 'streaming' into streaming-java-apiPatrick Wendell2013-01-172-6/+6
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #375 from tdas/streamingTathagata Das2013-01-144-11/+11
| |\ \ \ \ \
| | | * | | | Import fixupPatrick Wendell2013-01-173-3/+0
| | | * | | | Style cleanupPatrick Wendell2013-01-173-3/+26
| | | * | | | Checkpointing in Streaming java APIPatrick Wendell2013-01-173-3/+93
| | | * | | | Adding flatMapPatrick Wendell2013-01-172-4/+106
| | | * | | | Adding checkpointing to Java APIPatrick Wendell2013-01-173-0/+81