aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #394 from tdas/error-handlingPatrick Wendell2014-01-1223-231/+591
|\
| * Merge remote-tracking branch 'apache/master' into error-handlingTathagata Das2014-01-124-6/+18
| |\
| * | Changed StreamingContext.stopForWait to awaitTermination.Tathagata Das2014-01-124-15/+15
| * | Fixed bugs to ensure better cleanup of JobScheduler, JobGenerator and Network...Tathagata Das2014-01-129-56/+96
| * | Fixed bugs.Tathagata Das2014-01-123-3/+3
| * | Merge remote-tracking branch 'apache/master' into error-handlingTathagata Das2014-01-1130-174/+1347
| |\ \
| * | | Added waitForStop and stop to JavaStreamingContext.Tathagata Das2014-01-112-3/+23
| * | | Converted JobScheduler to use actors for event handling. Changed protected[st...Tathagata Das2014-01-1117-185/+485
* | | | Merge pull request #398 from pwendell/streaming-apiPatrick Wendell2014-01-1210-28/+65
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adding deprecated versions of old codePatrick Wendell2014-01-122-8/+45
| * | | Rename DStream.foreach to DStream.foreachRDDPatrick Wendell2014-01-1210-22/+22
| | |/ | |/|
* | | Merge pull request #396 from pwendell/executor-envPatrick Wendell2014-01-121-1/+1
|\ \ \
| * | | Setting load defaults to true in executorPatrick Wendell2014-01-121-1/+1
| |/ /
* | | Merge pull request #392 from rxin/listenerbusReynold Xin2014-01-123-5/+17
|\ \ \ | |/ / |/| |
| * | Stop SparkListenerBus daemon thread when DAGScheduler is stopped.Reynold Xin2014-01-113-5/+17
* | | Merge pull request #389 from rxin/clone-writablesReynold Xin2014-01-113-41/+71
|\ \ \
| * | | Renamed cloneKeyValues to cloneRecords; updated docs.Reynold Xin2014-01-113-44/+45
| * | | Minor update for clone writables and more documentation.Reynold Xin2014-01-113-12/+41
| |/ /
* | | Merge pull request #388 from pwendell/masterReynold Xin2014-01-111-1/+1
|\ \ \
| * | | Fix UI bug introduced in #244.Patrick Wendell2014-01-111-1/+1
* | | | Merge pull request #393 from pwendell/revert-381Patrick Wendell2014-01-112-2/+2
|\ \ \ \
| * | | | Revert "Fix default TTL for metadata cleaner"Patrick Wendell2014-01-111-1/+1
| * | | | Revert "Fix one unit test that was not setting spark.cleaner.ttl"Patrick Wendell2014-01-111-1/+1
|/ / / /
* | | | Merge pull request #387 from jerryshao/conf-fixReynold Xin2014-01-111-7/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix configure didn't work small problem in ALSjerryshao2014-01-111-7/+8
* | | | Merge pull request #359 from ScrapCodes/clone-writablesReynold Xin2014-01-114-49/+106
|\ \ \ \
| * | | | Fixes corresponding to Reynolds feedback commentsPrashant Sharma2014-01-094-32/+43
| * | | | we clone hadoop key and values by default and reuse if specified.Prashant Sharma2014-01-084-41/+87
* | | | | Merge pull request #373 from jerryshao/kafka-upgradePatrick Wendell2014-01-112-11/+11
|\ \ \ \ \
| * | | | | Upgrade Kafka dependecy to 0.8.0 release versionjerryshao2014-01-102-11/+11
* | | | | | Merge pull request #376 from prabeesh/masterReynold Xin2014-01-101-1/+1
|\ \ \ \ \ \
| * | | | | | Change clientId to random clientId Prabeesh K2014-01-101-1/+1
* | | | | | | Merge pull request #386 from pwendell/typo-fixReynold Xin2014-01-101-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Small typo fixPatrick Wendell2014-01-101-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #381 from mateiz/default-ttlMatei Zaharia2014-01-102-2/+2
|\ \ \ \ \ \
| * | | | | | Fix one unit test that was not setting spark.cleaner.ttlMatei Zaharia2014-01-101-1/+1
| * | | | | | Fix default TTL for metadata cleanerMatei Zaharia2014-01-101-1/+1
* | | | | | | Merge pull request #382 from RongGu/masterPatrick Wendell2014-01-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix a type error in comment linesRongGu2014-01-111-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #385 from shivaram/add-i2-instancesPatrick Wendell2014-01-101-2/+10
|\ \ \ \ \ \ \
| * | | | | | | Add i2 instance types to Spark EC2.Shivaram Venkataraman2014-01-101-2/+10
| |/ / / / / /
* | | | | | | Merge pull request #383 from tdas/driver-testPatrick Wendell2014-01-1015-205/+600
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-1037-105/+205
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Modified streaming.FailureSuite tests to test StreamingContext.getOrCreate.Tathagata Das2014-01-101-21/+34
| * | | | | | Updated docs based on Patrick's comments in PR 383.Tathagata Das2014-01-105-25/+58
| * | | | | | Merge branch 'driver-test' of github.com:tdas/incubator-spark into driver-testTathagata Das2014-01-102-55/+96
| |\ \ \ \ \ \
| | * | | | | | Removed spark.hostPort and other setting from SparkConf before saving to chec...Tathagata Das2014-01-101-18/+6
| | * | | | | | Merge branch 'driver-test' of github.com:tdas/incubator-spark into driver-testTathagata Das2014-01-1055-186/+282
| | |\ \ \ \ \ \
| | * | | | | | | Refactored graph checkpoint file reading and writing code to make it cleaner ...Tathagata Das2014-01-102-49/+102
| * | | | | | | | Fixed conf/slaves and updated docs.Tathagata Das2014-01-104-9/+23
| | |/ / / / / / | |/| | | | | |