aboutsummaryrefslogtreecommitdiff
path: root/core/src/hadoop2-yarn/scala
Commit message (Collapse)AuthorAgeFilesLines
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-1610-0/+170
|
* add spaces before curly braces and after for if conditionsBlackNiuza2013-07-141-8/+8
|
* set SUCCEEDED for all master in shutdown hookBlackNiuza2013-07-101-4/+4
|
* according to mridulm's comments to adjust the codeBlackNiuza2013-07-091-12/+19
|
* Bug fix: SPARK-796BlackNiuza2013-07-091-17/+32
|
* Rework from pull request. Removed --user option from Spark on Yarn Client, ↵Y.CORP.YAHOO.COM\tgraves2013-07-024-17/+24
| | | | | | | made the user of JAVA_HOME environment variable conditional on if its set, and created addCredentials in each of the SparkHadoopUtil classes to only add the credentials when the profile is hadoop2-yarn.
* Add support for Spark on Yarn on a secure Hadoop clusterThomas Graves2013-06-194-40/+73
|
* Remove explicit hardcoding of yarn-standalone as args(0) if it is missing.Mridul Muralidharan2013-05-093-18/+3
|
* Patch from Thomas Graves to improve the YARN Client, and move to more ↵Mridul Muralidharan2013-04-241-63/+9
| | | | production ready hadoop yarn branch
* Fix review comments, add a new api to SparkHadoopUtil to create appropriate ↵Mridul Muralidharan2013-04-221-1/+5
| | | | Configuration. Modify an example to show how to use SplitInfo
* Add some basic documentationMridul Muralidharan2013-04-191-2/+4
|
* Fudge order of classpath - so that our jars take precedence over what is in ↵Mridul Muralidharan2013-04-172-2/+2
| | | | CLASSPATH variable. Sounds logical, hope there is no issue cos of it
* Move from master to driverMridul Muralidharan2013-04-172-13/+13
|
* Checkpoint commit - compiles and passes a lot of tests - not all though, ↵Mridul Muralidharan2013-04-158-0/+1669
| | | | looking into FileSuite issues
* Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-072-0/+26