aboutsummaryrefslogtreecommitdiff
path: root/yarn/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18662] Move resource managers to separate directoryAnirudh2016-12-0626-6432/+0
* [SPARK-18547][CORE] Propagate I/O encryption key when executors register.Marcelo Vanzin2016-11-281-5/+0
* [SPARK-18535][UI][YARN] Redact sensitive information from Spark logs and UIMark Grover2016-11-281-2/+1
* [SPARK-18575][WEB] Keep same style: adjust the position of driver log linksuncleGen2016-11-251-2/+2
* [SPARK-18417][YARN] Define 'spark.yarn.am.port' in yarn config objectWeiqing Yang2016-11-152-1/+6
* [SPARK-16759][CORE] Add a configuration property to pass caller contexts of u...Weiqing Yang2016-11-112-2/+4
* [SPARK-18357] Fix yarn files/archive broken issue andd unit testsKishor Patil2016-11-081-1/+1
* [SPARK-18099][YARN] Fail if same files added to distributed cache for --files...Kishor Patil2016-11-031-2/+10
* [SPARK-18160][CORE][YARN] spark.files & spark.jars should not be passed to dr...Jeff Zhang2016-11-021-1/+4
* [SPARK-18204][WEBUI] Remove SparkUI.appUIAddressJacek Laskowski2016-11-022-2/+2
* [SPARK-18027][YARN] .sparkStaging not clean on RM ApplicationNotFoundExceptionSean Owen2016-10-261-0/+2
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-211-1/+1
* [SPARK-16757] Set up Spark caller context to HDFS and YARNWeiqing Yang2016-09-272-1/+10
* [SPARK-17511] Yarn Dynamic Allocation: Avoid marking released container as Fa...Kishor Patil2016-09-141-29/+33
* [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-063-61/+80
* [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-301-0/+4
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-241-3/+3
* [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-172-59/+44
* [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-1013-427/+732
* [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-271-2/+5
* [SPARK-16414][YARN] Fix bugs for "Can not get user config when calling SparkH...sharkd2016-07-121-8/+9
* [SPARK-16095][YARN] Yarn cluster mode should report correct state to SparkLau...peng.zhang2016-07-011-1/+8
* [SPARK-15990][YARN] Add rolling log aggregation support for Spark on yarnjerryshao2016-06-292-0/+43
* [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-211-4/+10
* [SPARK-15046][YARN] Parse value of token renewal interval correctly.Marcelo Vanzin2016-06-151-5/+0
* [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
* [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-241-4/+5
* [SPARK-15273] YarnSparkHadoopUtil#getOutOfMemoryErrorArgument should respect ...tedyu2016-05-202-15/+17
* [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-131-2/+2
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-051-2/+2
* [SPARK-4224][CORE][YARN] Support group aclsDhruve Ashar2016-05-041-2/+6
* [SPARK-14836][YARN] Zip all the jars before uploading to distributed cachejerryshao2016-04-281-3/+18
* [SPARK-6735][YARN] Add window based executor failure tracking mechanism for l...jerryshao2016-04-283-8/+39
* [SPARK-14729][SCHEDULER] Refactored YARN scheduler creation code to use newly...Hemant Bhanawat2016-04-271-0/+56
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-1/+1
* [SPARK-10001] Consolidate Signaling and SignalLogger.Reynold Xin2016-04-221-1/+1
* [SPARK-14602][YARN] Use SparkConf to propagate the list of cached files.Marcelo Vanzin2016-04-207-119/+187
* [SPARK-14705][YARN] support Multiple FileSystem for YARN STAGING DIRLianhui Wang2016-04-191-30/+19
* [SPARK-14423][YARN] Avoid same name files added to distributed cache againjerryshao2016-04-181-3/+11