aboutsummaryrefslogtreecommitdiff
path: root/yarn
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6869] [PYSPARK] Add pyspark archives path to PYTHONPATHLianhui Wang2015-05-081-6/+17
* [SPARK-6653] [YARN] New config to specify port for sparkYarnAM actor systemshekhar.bansal2015-05-051-1/+2
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-05-019-105/+540
* [SPARK-7281] [YARN] Add option to set AM's lib path in client mode.Marcelo Vanzin2015-05-011-0/+4
* [SPARK-7213] [YARN] Check for read permissions before copying a Hadoop config...Nishkam Ravi2015-05-011-3/+5
* [SPARK-4705] Handle multiple app attempts event logs, history server.Marcelo Vanzin2015-05-012-4/+15
* Revert "[SPARK-5342] [YARN] Allow long running Spark apps to run on secure YA...Patrick Wendell2015-04-308-422/+106
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-04-308-106/+422
* [SPARK-6918] [YARN] Secure HBase support.Dean Chen2015-04-291-1/+37
* [SPARK-7162] [YARN] Launcher error in yarn-clientGuoQiang Li2015-04-271-1/+1
* [SPARK-3090] [CORE] Stop SparkContext if user forgets to.Marcelo Vanzin2015-04-271-8/+2
* [SPARK-6014] [core] Revamp Spark shutdown hooks, fix shutdown races.Marcelo Vanzin2015-04-211-36/+27
* [SPARK-6975][Yarn] Fix argument validation errorjerryshao2015-04-171-2/+6
* [SPARK-5933] [core] Move config deprecation warnings to SparkConf.Marcelo Vanzin2015-04-171-8/+1
* [SPARK-2669] [yarn] Distribute client configuration to AM.Marcelo Vanzin2015-04-174-35/+127
* [SPARK-6046] [core] Reorganize deprecated config support in SparkConf.Marcelo Vanzin2015-04-171-2/+1
* [SPARK-6769][YARN][TEST] Usage of the ListenerBus in YarnClusterSuite is wrongKousuke Saruta2015-04-141-7/+10
* [SPARK-6700] [yarn] Re-enable flaky test.Marcelo Vanzin2015-04-141-1/+1
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-131-4/+5
* [SPARK-6662][YARN] Allow variable substitution in spark.yarn.historyServer.ad...Cheolsoo Park2015-04-131-0/+1
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-133-9/+18
* [SPARK-6207] [YARN] [SQL] Adds delegation tokens for metastore to conf.Doug Balog2015-04-131-0/+63
* [SPARK-6870][Yarn] Catch InterruptedException when yarn application state mon...linweizhong2015-04-131-4/+7
* [SPARK-6868][YARN] Fix broken container log link on executor page when HTTPS_...Dean Chen2015-04-131-2/+11
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-1/+1
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-084-2/+36
* [SPARK-4346][SPARK-3596][YARN] Commonize the monitor logicunknown2015-04-082-24/+18
* [SPARK-3591][YARN]fire and forget for YARN cluster modeWangTaoTheTonic2015-04-071-33/+50
* [SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface - part 1zsxwing2015-04-042-49/+39
* [SPARK-6700] disable flaky testDavies Liu2015-04-031-1/+2
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-032-32/+36
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-1/+1
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-201-1/+1
* [SPARK-6325] [core,yarn] Do not change target executor count when killing exe...Marcelo Vanzin2015-03-183-6/+30
* SPARK-6389 YARN app diagnostics report doesn't report NPEsSteve Loughran2015-03-181-3/+3
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* SPARK-6085 Increase default value for memory overheadtedyu2015-03-041-2/+2
* [SPARK-6048] SparkConf should not translate deprecated configs on setAndrew Or2015-03-021-1/+2
* [SPARK-6050] [yarn] Relax matching of vcore count in received containers.Marcelo Vanzin2015-03-021-2/+8
* [SPARK-6059][Yarn] Add volatile to ApplicationMaster's reporterThread and all...zsxwing2015-02-271-2/+2
* [SPARK-6058][Yarn] Log the user class exception in ApplicationMasterzsxwing2015-02-271-2/+1
* [SPARK-5951][YARN] Remove unreachable driver memory properties in yarn client...mohit.goyal2015-02-261-6/+0
* [SPARK-6018] [YARN] NoSuchMethodError in Spark app is swallowed by YARN AMCheolsoo Park2015-02-261-3/+3
* [SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the correct clas...Hari Shreedharan2015-02-211-3/+10
* [SPARK-5759][Yarn]ExecutorRunnable should catch YarnException while NMClient ...lianhuiwang2015-02-121-2/+8
* [SPARK-2996] Implement userClassPathFirst for driver, yarn.Marcelo Vanzin2015-02-096-168/+301
* SPARK-4267 [YARN] Failing to launch jobs on Spark on YARN with Hadoop 2.5.0 o...Sean Owen2015-02-093-14/+18
* SPARK-5613: Catch the ApplicationNotFoundException exception to avoid thread ...Kashish Jain2015-02-061-2/+9
* SPARK-2450 Adds executor log links to Web UIKostas Sakellis2015-02-062-5/+38
* SPARK-4337. [YARN] Add ability to cancel pending requestsSandy Ryza2015-02-062-30/+89