aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into graphxReynold Xin2014-01-13122-621/+3167
|\
| * Merge pull request #397 from pwendell/host-portReynold Xin2014-01-129-42/+6
| |\
| | * Removing mentions in testsPatrick Wendell2014-01-125-8/+1
| | * Remove now un-needed hostPort optionPatrick Wendell2014-01-124-34/+5
| * | Merge pull request #399 from pwendell/consolidate-offPatrick Wendell2014-01-121-1/+1
| |\ \
| | * | Disable shuffle file consolidation by defaultPatrick Wendell2014-01-121-1/+1
| | |/
| * | Merge pull request #395 from hsaputra/remove_simpleredundantreturn_scalaPatrick Wendell2014-01-1243-134/+134
| |\ \
| | * | Address code review concerns and comments.Henry Saputra2014-01-126-13/+12
| | * | Fix accidental comment modification.Henry Saputra2014-01-121-1/+1
| | * | Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-1264-312/+2869
| | |\|
| | * | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-1243-124/+125
| * | | Merge remote-tracking branch 'apache/master' into error-handlingTathagata 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 remote-tracking branch 'apache/master' into error-handlingTathagata Das2014-01-1123-141/+1277
| |\| | |
| | * | | 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
| | * | | | Revert "Fix default TTL for metadata cleaner"Patrick Wendell2014-01-111-1/+1
| | | |/ / | | |/| |
| | * | | 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 #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-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 #383 from tdas/driver-testPatrick Wendell2014-01-102-6/+13
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge pull request #377 from andrewor14/masterPatrick Wendell2014-01-1015-81/+1078
| | |\ \ \ \ \ \
| | | * | | | | | Address Patrick's and Reynold's commentsAndrew Or2014-01-104-45/+51
| | | * | | | | | Defensively allocate memory from global poolAndrew Or2014-01-095-47/+80
| | | * | | | | | Merge github.com:apache/incubator-sparkAndrew Or2014-01-0991-458/+1948
| | | |\ \ \ \ \ \
| | | * | | | | | | 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
| | | * | | | | | | Refactor using SparkConfAndrew Or2014-01-034-19/+21
| | | * | | | | | | Merge remote-tracking branch 'spark/master'Andrew Or2014-01-02118-1176/+2100
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | TempBlockId takes UUID and is explicitly non-serializableAaron Davidson2014-01-022-5/+6
| | | * | | | | | | | Simplify ExternalAppendOnlyMap on the assumption that the mergeCombiners func...Andrew Or2014-01-013-135/+53
| | | * | | | | | | | Merge branch 'master' of github.com:andrewor14/incubator-sparkAndrew Or2013-12-314-9/+9
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Rename IntermediateBlockId to TempBlockIdAaron Davidson2013-12-314-9/+9
| | | * | | | | | | | | Address Patrick's and Reynold's commentsAndrew Or2013-12-311-49/+71
| | | |/ / / / / / / /
| | | * | | | | | | | Merge branch 'master' of github.com:andrewor14/incubator-sparkAndrew Or2013-12-313-97/+71
| | | |\ \ \ \ \ \ \ \