aboutsummaryrefslogtreecommitdiff
path: root/yarn
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16757] Set up Spark caller context to HDFS and YARNWeiqing Yang2016-09-272-1/+10
* [SPARK-17611][YARN][TEST] Make shuffle service test really test auth.Marcelo Vanzin2016-09-201-22/+27
* [SPARK-17511] Yarn Dynamic Allocation: Avoid marking released container as Fa...Kishor Patil2016-09-142-29/+52
* [SPARK-17433] YarnShuffleService doesn't handle moving credentials levelDbThomas Graves2016-09-091-1/+11
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-071-2/+2
* [SPARK-15891][YARN] Clean up some logging in the YARN AM.Marcelo Vanzin2016-09-064-63/+82
* [SPARK-16711] YarnShuffleService doesn't re-init properly on YARN rolling upg...Thomas Graves2016-09-021-0/+10
* [SPARK-16533][CORE] resolve deadlocking in driver when executors dieAngus Gerry2016-09-011-54/+41
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-302-0/+112
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-242-4/+4
* [SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran2016-08-171-3/+2
* [SPARK-16930][YARN] Fix a couple of races in cluster app initialization.Marcelo Vanzin2016-08-173-59/+66
* [SPARK-17022][YARN] Handle potential deadlock in driver handling messagesWangTaoTheTonic2016-08-111-3/+15
* [SPARK-14743][YARN] Add a configurable credential manager for Spark running o...jerryshao2016-08-1018-523/+958
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-3/+1
* [SPARK-16110][YARN][PYSPARK] Fix allowing python version to be specified per ...KevinGrealish2016-07-272-6/+27
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [SPARK-16505][YARN] Optionally propagate error during shuffle service startup.Marcelo Vanzin2016-07-141-3/+31
* [MINOR][YARN] Fix code error in yarn-cluster unit testsharkd2016-07-131-1/+1
* [SPARK-16414][YARN] Fix bugs for "Can not get user config when calling SparkH...sharkd2016-07-122-8/+54
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-16095][YARN] Yarn cluster mode should report correct state to SparkLau...peng.zhang2016-07-012-15/+31
* [SPARK-15990][YARN] Add rolling log aggregation support for Spark on yarnjerryshao2016-06-292-0/+43
* [SPARK-16125][YARN] Fix not test yarn cluster mode correctly in YarnClusterSuitepeng.zhang2016-06-241-1/+1
* [SPARK-13723][YARN] Change behavior of --num-executors with dynamic allocation.Ryan Blue2016-06-231-1/+1
* [SPARK-15725][YARN] Ensure ApplicationMaster sleeps for the min interval.Ryan Blue2016-06-231-3/+22
* [SPARK-16138] Try to cancel executor requests only if we have at least 1Peter Ableda2016-06-231-1/+1
* [SPARK-16080][YARN] Set correct link name for conf archive in executors.Marcelo Vanzin2016-06-212-4/+18
* [SPARK-15046][YARN] Parse value of token renewal interval correctly.Marcelo Vanzin2016-06-151-5/+0
* [MINOR] Clean up several build warnings, mostly due to internal use of old ac...Sean Owen2016-06-141-0/+1
* [SPARK-15813] Improve Canceling log message to make it less ambiguousPeter Ableda2016-06-131-1/+2
* [SPARK-12447][YARN] Only update the states when executor is successfully laun...jerryshao2016-06-092-30/+47
* [SPARK-15754][YARN] Not letting the credentials containing hdfs delegation to...Subroto Sanyal2016-06-031-2/+2
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-291-1/+1
* [SPARK-13148][YARN] document zero-keytab Oozie application launch; add diagno...Steve Loughran2016-05-261-0/+3
* [SPARK-15405][YARN] Remove unnecessary upload of config archive.Marcelo Vanzin2016-05-242-8/+13
* [SPARK-15273] YarnSparkHadoopUtil#getOutOfMemoryErrorArgument should respect ...tedyu2016-05-202-15/+17
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+1
* [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-132-3/+3
* [SPARK-14897][SQL] upgrade to jetty 9.2.16bomeng2016-05-121-0/+4
* [SPARK-11249][LAUNCHER] Throw error if app resource is not provided.Marcelo Vanzin2016-05-101-1/+1
* [SPARK-14963][YARN] Using recoveryPath if NM recovery is enabledjerryshao2016-05-101-11/+90
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-051-2/+2
* [SPARK-12154] Upgrade to Jersey 2mcheah2016-05-051-0/+15
* [SPARK-4224][CORE][YARN] Support group aclsDhruve Ashar2016-05-041-2/+6
* Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai2016-04-281-3/+1
* [SPARK-14836][YARN] Zip all the jars before uploading to distributed cachejerryshao2016-04-282-9/+23
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-281-1/+3
* [SPARK-6735][YARN] Add window based executor failure tracking mechanism for l...jerryshao2016-04-284-8/+85
* [SPARK-14729][SCHEDULER] Refactored YARN scheduler creation code to use newly...Hemant Bhanawat2016-04-272-0/+57