aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed persistence logic of WindowedDStream, and fixed default persistence lev...Tathagata Das2014-01-129-10/+41
* Merge remote-tracking branch 'apache/master' into dstream-moveTathagata Das2014-01-124-6/+18
|\
| * 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 branch 'error-handling' into dstream-moveTathagata Das2014-01-1211-70/+110
|\ \ \
| * | | 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
* | | | Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.st...Tathagata Das2014-01-1237-70/+82
|/ / /
* | | Fixed bugs.Tathagata Das2014-01-123-3/+3
* | | Merge remote-tracking branch 'apache/master' into error-handlingTathagata Das2014-01-1130-174/+1347
|\| |
| * | 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 pull request #377 from andrewor14/masterPatrick Wendell2014-01-1017-93/+1118
| |\ \ \ \ \ \ \
| | * | | | | | | Update documentation for externalSortingAndrew Or2014-01-101-3/+2
| | * | | | | | | Address Patrick's and Reynold's commentsAndrew Or2014-01-105-47/+73
| | * | | | | | | Fix wonky imports from mergeAndrew Or2014-01-091-8/+1
| | * | | | | | | Defensively allocate memory from global poolAndrew Or2014-01-095-47/+80
| | * | | | | | | Merge github.com:apache/incubator-sparkAndrew Or2014-01-09293-2974/+5557
| | |\ \ \ \ \ \ \
| | * | | | | | | | Get SparkConf from SparkEnv, rather than creating new onesAndrew Or2014-01-073-6/+6
| | * | | | | | | | Use AtomicInteger for numRunningTasksAndrew Or2014-01-041-12/+7
| | * | | | | | | | Address Mark's commentsAndrew Or2014-01-043-18/+13
| | * | | | | | | | Assign spill threshold as a fraction of maximum memoryAndrew Or2014-01-045-33/+81
| | * | | | | | | | Remove unnecessary ClassTag'sAndrew Or2014-01-032-7/+4