aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20172][CORE] Add file permission check when listing files in FsHistory...jerryshao2017-04-201-0/+23
* [SPARK-20260][MLLIB] String interpolation required for error messageVijay Ramesh2017-04-091-1/+1
* [SPARK-19739][CORE] propagate S3 session token to cluseruncleGen2017-03-031-5/+8
* [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and e...Sean Owen2017-02-081-43/+16
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-021-2/+2
* [SPARK-14743][YARN] Add a configurable credential manager for Spark running o...jerryshao2016-08-101-32/+6
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-1/+0
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-011-5/+5
* [SPARK-15046][YARN] Parse value of token renewal interval correctly.Marcelo Vanzin2016-06-151-2/+2
* [SPARK-13148][YARN] document zero-keytab Oozie application launch; add diagno...Steve Loughran2016-05-261-2/+49
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-1/+1
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-121-8/+4
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-061-6/+6
* [SPARK-14056] Appends s3 specific configurations and spark.hadoop con…Sital Kedia2016-04-021-6/+13
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-1/+2
* [SPARK-13626][CORE] Avoid duplicate config deprecation warnings.Marcelo Vanzin2016-03-141-1/+1
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-271-0/+8
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-051-2/+2
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-021-37/+4
* [SPARK-11695][CORE] Set s3a credentialsChris Bannister2015-11-171-4/+9
* [SPARK-10812] [YARN] Spark hadoop util support switching to yarnHolden Karau2015-09-281-15/+15
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-121-0/+4
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-251-9/+10
* [SPARK-9967] [SPARK-10099] [STREAMING] Renamed conf spark.streaming.backpress...Tathagata Das2015-08-181-1/+1
* [SPARK-8057][Core]Call TaskAttemptContext.getTaskAttemptID using Reflectionzsxwing2015-08-061-0/+14
* [SPARK-8125] [SQL] Accelerates Parquet schema merging and partition discoveryCheng Lian2015-07-201-0/+8
* [SPARK-8851] [YARN] In Client mode, make sure the client logs in and updates ...Hari Shreedharan2015-07-171-11/+18
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-2/+2
* [SPARK-8688] [YARN] Bug fix: disable the cache fs to gain the HDFS connection.huangzhaowei2015-07-011-0/+13
* [SPARK-3928] [SPARK-5182] [SQL] Partitioning support for the data sources APICheng Lian2015-05-131-11/+41
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-05-011-2/+79
* Revert "[SPARK-5342] [YARN] Allow long running Spark apps to run on secure YA...Patrick Wendell2015-04-301-67/+2
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-04-301-2/+67
* [SPARK-6662][YARN] Allow variable substitution in spark.yarn.historyServer.ad...Cheolsoo Park2015-04-131-4/+34
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-1/+1
* [SPARK-5493] [core] Add option to impersonate user.Marcelo Vanzin2015-02-101-12/+7
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-051-1/+16
* SPARK-5492. Thread statistics can break with older Hadoop versionsSandy Ryza2015-02-021-2/+2
* SPARK-5199. FS read metrics should support CombineFileSplits and track bytes ...Sandy Ryza2015-01-271-10/+6
* [SPARK-2075][Core] Make the compiler generate same bytes code for Hadoop 1.+ ...zsxwing2014-12-211-0/+12
* SPARK-3179. Add task OutputMetrics.Sandy Ryza2014-11-091-7/+39
* SPARK-2621. Update task InputMetrics incrementallySandy Ryza2014-10-271-0/+30
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-301-4/+35
* SPARK-1772 Stop catching Throwable, let Executors dieAaron Davidson2014-05-121-1/+1
* [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leakThomas Graves2014-05-031-3/+14
* Spark 1490 Add kerberos support to the HistoryServerThomas Graves2014-04-241-0/+4
* Spark 1095 : Adding explicit return types to all public methodsNirmalReddy2014-03-261-1/+1
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-061-0/+10
* SPARK-1051. On YARN, executors don't doAs submitting userSandy Ryza2014-02-281-8/+10
* Expose method and class - so that we can use it from user code (particularly ...Mridul Muralidharan2014-01-151-1/+0