aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated based on review comments.Y.CORP.YAHOO.COM\tgraves2013-08-272-18/+12
* Allow for Executors to have different directories then the Spark Master for YarnY.CORP.YAHOO.COM\tgraves2013-08-271-0/+25
* Update docs and remove old reference to --user optionY.CORP.YAHOO.COM\tgraves2013-08-261-3/+1
* Throw exception if the yarn local dirs isn't setY.CORP.YAHOO.COM\tgraves2013-08-261-1/+5
* Change to use Yarn appropriate directories rather then /tmp or the user speci...Y.CORP.YAHOO.COM\tgraves2013-08-263-0/+25
* Merge pull request #603 from pwendell/ec2-updatesPatrick Wendell2013-08-244-165/+146
|\
| * Version bump for ec2 docsPatrick Wendell2013-08-241-1/+1
| * Merge remote-tracking branch 'mesos/master' into ec2-updatesPatrick Wendell2013-08-2424-120/+762
| |\ | |/ |/|
* | Merge pull request #860 from jey/sbt-ide-fixesMatei Zaharia2013-08-232-7/+14
|\ \
| * | Upgrade SBT IDE project generatorsJey Kottalam2013-08-231-2/+2
| * | Fix SBT generation of IDE project filesJey Kottalam2013-08-231-5/+12
|/ /
* | Merge pull request #701 from ScrapCodes/documentation-suggestionsMatei Zaharia2013-08-225-6/+58
|\ \
| * | Linking custom receiver guidePrashant Sharma2013-08-233-0/+7
| * | Corrections in documentation commentPrashant Sharma2013-08-231-3/+3
| * | Improved documentation for spark custom receiverPrashant Sharma2013-08-231-3/+48
* | | Fix code style and a nondeterministic RDD issue in ALSMatei Zaharia2013-08-221-11/+20
* | | Merge pull request #814 from holdenk/masterMatei Zaharia2013-08-221-7/+14
|\ \ \
| * | | FixHolden Karau2013-08-151-2/+2
| * | | Code review feedback :)Holden Karau2013-08-121-7/+7
| * | | Use less instances of the random class during ALS setupHolden Karau2013-08-121-7/+14
* | | | Merge pull request #856 from jey/sbt-fix-hadoop-0.23.9Matei Zaharia2013-08-221-0/+1
|\ \ \ \
| * | | | Re-add removed dependency on 'commons-daemon'Jey Kottalam2013-08-221-0/+1
|/ / / /
* | | | Merge pull request #855 from jey/update-build-docsMatei Zaharia2013-08-227-40/+83
|\ \ \ \
| * | | | Increase ReservedCodeCacheSize to 256mJey Kottalam2013-08-211-1/+1
| * | | | Use Hadoop 1.2.1 in application exampleJey Kottalam2013-08-211-5/+4
| * | | | Revert "Allow build configuration to be set in conf/spark-env.sh"Jey Kottalam2013-08-213-23/+7
| * | | | Remove references to unsupported Hadoop versionsJey Kottalam2013-08-213-6/+5
| * | | | Example should make senseJey Kottalam2013-08-211-5/+5
| * | | | Update build docsJey Kottalam2013-08-213-28/+73
| * | | | Allow build configuration to be set in conf/spark-env.shJey Kottalam2013-08-213-7/+23
| * | | | Use "hadoop.version" property when specifying Hadoop YARN version tooJey Kottalam2013-08-211-6/+6
| * | | | Update jekyll plugin to match docs/README.mdJey Kottalam2013-08-211-1/+1
* | | | | Merge pull request #854 from markhamstra/pomUpdateMatei Zaharia2013-08-224-8/+21
|\ \ \ \ \
| * | | | | Synced sbt and maven buildsMark Hamstra2013-08-214-9/+22
* | | | | | Merge pull request #832 from alig/coalesceMatei Zaharia2013-08-224-46/+389
|\ \ \ \ \ \
| * | | | | | Merged in from upstream to use TaskLocation instead of stringsAli Ghodsi2013-08-202-8/+11
| * | | | | | added curly braces to make the code more consistentAli Ghodsi2013-08-201-1/+2
| * | | | | | indentAli Ghodsi2013-08-201-1/+1
| * | | | | | Bug in test fixedAli Ghodsi2013-08-201-3/+3
| * | | | | | Added a test to make sure no locality preferences are ignoredAli Ghodsi2013-08-201-0/+5
| * | | | | | Simpler codeAli Ghodsi2013-08-202-5/+4
| * | | | | | simpler codeAli Ghodsi2013-08-201-16/+7
| * | | | | | Fixed almost all of Matei's feedbackAli Ghodsi2013-08-202-31/+26
| * | | | | | fixed Matei's commentsAli Ghodsi2013-08-203-73/+99
| * | | | | | making CoalescedRDDPartition publicAli Ghodsi2013-08-201-2/+1
| * | | | | | comment in the test to make it more understandableAli Ghodsi2013-08-201-1/+1
| * | | | | | Coalescer now uses current preferred locations for derived RDDs. Made run() i...Ali Ghodsi2013-08-204-34/+59
| * | | | | | added one test that will test a future functionalityAli Ghodsi2013-08-201-1/+10
| * | | | | | Added error messages to the tests to make failed tests less crypticAli Ghodsi2013-08-201-7/+7
| * | | | | | fixed matei's commentsAli Ghodsi2013-08-201-15/+16