aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Address code review concerns and comments.Henry Saputra2014-01-128-19/+18
* Fix accidental comment modification.Henry Saputra2014-01-121-1/+1
* Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-12114-637/+3809
|\
| * 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
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | 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
| |\ \ \ \ \ \ \ \ \