aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-0955-186/+282
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Fixed bugs in reading of checkpoints.Tathagata Das2014-01-102-17/+20
| * | | | | | | Merge branch 'standalone-driver' into driver-testTathagata Das2014-01-09371-4402/+8039
| |\ \ \ \ \ \ \
| * | | | | | | | Changed the way StreamingContext finds and reads checkpoint files, and added ...Tathagata Das2014-01-0910-125/+254
| * | | | | | | | More bug fixes.Tathagata Das2014-01-081-19/+26
| * | | | | | | | Modified checkpoing file clearing policy.Tathagata Das2014-01-087-52/+104
| * | | | | | | | Added a hashmap to cache file mod times.Tathagata Das2014-01-052-8/+30
| * | | | | | | | Merge branch 'filestream-fix' into driver-testTathagata Das2014-01-0614-196/+267
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Bug fixes to the DriverRunner and minor changes here and there.Tathagata Das2014-01-064-11/+14
| * | | | | | | | | Removed the exponential backoff for testing.Tathagata Das2014-01-041-1/+1
| * | | | | | | | | Added StreamingContext.getOrCreate to for automatic recovery, and added Recov...Tathagata Das2014-01-024-5/+85
* | | | | | | | | | 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
| * | | | | | | | | | | Refactor using SparkConfAndrew Or2014-01-034-19/+21
| * | | | | | | | | | | Merge remote-tracking branch 'spark/master'Andrew Or2014-01-02182-1764/+3172
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \