aboutsummaryrefslogtreecommitdiff
path: root/yarn/src
Commit message (Collapse)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-018-23/+23
|
* Merge pull request #865 from tgravescs/fixtmpdirMatei Zaharia2013-08-283-0/+26
|\ | | | | Spark on Yarn should use yarn approved directories for spark.local.dir and tmp
| * Updated based on review comments.Y.CORP.YAHOO.COM\tgraves2013-08-271-9/+6
| |
| * 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 ↵Y.CORP.YAHOO.COM\tgraves2013-08-263-0/+25
| | | | | | | | specified spark.local.dir
* | fix typosY.CORP.YAHOO.COM\tgraves2013-08-261-1/+1
| |
* | Add ability for user to specify environment variablesY.CORP.YAHOO.COM\tgraves2013-08-262-2/+7
|/
* Merge remote-tracking branch 'jey/hadoop-agnostic'Matei Zaharia2013-08-201-7/+0
| | | | | Conflicts: core/src/main/scala/spark/PairRDDFunctions.scala
* YARN ApplicationMaster shouldn't wait foreverJey Kottalam2013-08-151-2/+4
|
* re-enable YARN supportJey Kottalam2013-08-153-24/+13
|
* SparkEnv isn't available this early, and not needed anywayJey Kottalam2013-08-151-16/+0
|
* remove hadoop-yarn's org/apache/...Jey Kottalam2013-08-152-60/+0
|
* move yarn to its own directoryJey Kottalam2013-08-1510-0/+1864