aboutsummaryrefslogtreecommitdiff
path: root/yarn
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8851] [YARN] In Client mode, make sure the client logs in and updates ...Hari Shreedharan2015-07-172-13/+30
* [SPARK-8646] PySpark does not run on YARN if master not provided in command lineLianhui Wang2015-07-161-1/+1
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-2/+2
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-104-1/+13
* [SPARK-8657] [YARN] Fail to upload resource to viewfsTao Li2015-07-081-1/+2
* [SPARK-8687] [YARN] Fix bug: Executor can't fetch the new set configuration i...huangzhaowei2015-07-011-1/+6
* [SPARK-3071] Increase default driver memoryIlya Ganelin2015-07-011-3/+4
* [SPARK-8688] [YARN] Bug fix: disable the cache fs to gain the HDFS connection.huangzhaowei2015-07-012-5/+10
* [SPARK-8754] [YARN] YarnClientSchedulerBackend doesn't stop gracefully in fai...Devaraj K2015-07-011-1/+3
* [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-271-1/+1
* [SPARK-8302] Support heterogeneous cluster install paths on YARN.Marcelo Vanzin2015-06-263-12/+58
* [SPARK-8387] [FOLLOWUP ] [WEBUI] Update driver log URL to show only 4096 bytesCarson Wang2015-06-192-3/+4
* [SPARK-8387] [WEBUI] Only show 4096 bytes content for executor log instead of...hushan[胡珊]2015-06-161-2/+2
* [SPARK-8273] Driver hangs up when yarn shutdown in client modeWangTaoTheTonic2015-06-101-0/+4
* [SPARK-5479] [YARN] Handle --py-files correctly in YARN.Marcelo Vanzin2015-06-107-148/+253
* [SPARK-7705] [YARN] Cleanup of .sparkStaging directory fails if application i...linweizhong2015-06-081-13/+21
* [SPARK-8136] [YARN] Fix flakiness in YarnClusterSuite.Hari Shreedharan2015-06-061-7/+9
* [SPARK-8001] [CORE] Make AsynchronousListenerBus.waitUntilEmpty throw Timeout...zsxwing2015-06-031-1/+1
* [SPARK-8059] [YARN] Wake up allocation thread when new requests arrive.Marcelo Vanzin2015-06-032-4/+19
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-313-27/+27
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-296-14/+22
* [SPARK-7524] [SPARK-7846] add configs for keytab and principal, pass these tw...WangTaoTheTonic2015-05-292-6/+14
* [SPARK-7929] Turn whitespace checker on for more token types.Reynold Xin2015-05-283-13/+13
* [SPARK-6602] [CORE] Remove some places in core that calling SparkEnv.actorSystemzsxwing2015-05-264-17/+17
* [SPARK-7657] [YARN] Add driver logs links in application UI, in cluster mode.Hari Shreedharan2015-05-214-6/+106
* [SPARK-7775] YARN AM negative sleep exceptionAndrew Or2015-05-211-1/+1
* [SPARK-7533] [YARN] Decrease spacing between AM-RM heartbeats.ehnalis2015-05-201-9/+25
* [SPARK-7503] [YARN] Resources in .sparkStaging directory can't be cleaned up ...Kousuke Saruta2015-05-151-25/+47
* [SPARK-7249] Updated Hadoop dependencies due to inconsistency in the versionsFavioVazquez2015-05-141-53/+44
* [SPARK-6470] [YARN] Add support for YARN node labels.Sandy Ryza2015-05-111-1/+30
* [SPARK-7451] [YARN] Preemption of executors is counted as failure causing Spa...Ashwin Shankar2015-05-081-1/+3
* [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