aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18535][UI][YARN] Redact sensitive information from Spark logs and UIMark Grover2016-11-287-10/+71
* [SPARK-18583][SQL] Fix nullability of InputFileName.Takuya UESHIN2016-11-251-1/+9
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-2516-46/+52
* [SPARK-18119][SPARK-CORE] Namenode safemode check is only performed on one na...n.fraison2016-11-251-2/+2
* [SPARK-18557] Downgrade confusing memory leak warning messageReynold Xin2016-11-231-2/+2
* [SPARK-18545][SQL] Verify number of hive client RPCs in PartitionedTablePerfS...Eric Liang2016-11-231-0/+7
* [SPARK-18458][CORE] Fix signed integer overflow problem at an expression in R...Kazuaki Ishizaki2016-11-193-38/+40
* [SPARK-17062][MESOS] add conf option to mesos dispatcherStavros Kontopoulos2016-11-195-35/+102
* [SPARK-18353][CORE] spark.rpc.askTimeout defalut value is not 120sSean Owen2016-11-191-1/+3
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-1932-139/+161
* [SPARK-18422][CORE] Fix wholeTextFiles test to pass on Windows in JavaAPISuitehyukjinkwon2016-11-181-6/+11
* [SPARK-18365][DOCS] Improve Sample Method Documentationanabranch2016-11-172-2/+9
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-161-0/+2
* [SPARK-18396][HISTORYSERVER] Duration" column makes search result confused, m...WangTaoTheTonic2016-11-141-0/+3
* [SPARK-18382][WEBUI] "run at null:-1" in UI when no file/line info in call si...Sean Owen2016-11-141-2/+6
* [SPARK-18375][SPARK-18383][BUILD][CORE] Upgrade netty to 4.0.42.FinalGuoqiang Li2016-11-121-0/+4
* [SPARK-16759][CORE] Add a configuration property to pass caller contexts of u...Weiqing Yang2016-11-113-22/+48
* [SPARK-17843][WEB UI] Indicate event logs pending for processing on history s...Vinayak2016-11-115-18/+116
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-102-7/+71
* [SPARK-14914][CORE] Fix Resource not closed after using, for unit tests and e...wm624@hotmail.com2016-11-101-0/+14
* [SPARK-18191][CORE][FOLLOWUP] Call `setConf` if `OutputFormat` is `Configurab...jiangxingbo2016-11-093-3/+30
* [SPARK-16808][CORE] History Server main page does not honor APPLICATION_WEB_P...Vinayak2016-11-095-7/+92
* [SPARK-18280][CORE] Fix potential deadlock in `StandaloneSchedulerBackend.dead`Shixiong Zhu2016-11-085-2/+41
* [SPARK-18191][CORE] Port RDD API to use commit protocoljiangxingbo2016-11-085-169/+270
* [SPARK-16575][CORE] partition calculation mismatch with sc.binaryFilesfidato2016-11-073-5/+26
* [SPARK-18236] Reduce duplicate objects in Spark UI and HistoryServerJosh Rosen2016-11-076-36/+79
* [SPARK-14914][CORE] Fix Resource not closed after using, mostly for unit testsHyukjin Kwon2016-11-076-36/+66
* [SPARK-17964][SPARKR] Enable SparkR with Mesos client mode and cluster modeSusan X. Huynh2016-11-052-8/+7
* [SPARK-17710][FOLLOW UP] Add comments to state why 'Utils.classForName' is no...Weiqing Yang2016-11-041-0/+4
* [SPARK-18256] Improve the performance of event log replay in HistoryServerJosh Rosen2016-11-041-42/+64
* [SPARK-18197][CORE] Optimise AppendOnlyMap implementationAdam Roberts2016-11-041-5/+5
* [SPARK-18200][GRAPHX][FOLLOW-UP] Support zero as an initial capacity in OpenH...Dongjoon Hyun2016-11-031-1/+1
* [SPARK-18138][DOCS] Document that Java 7, Python 2.6, Scala 2.10, Hadoop < 2....Sean Owen2016-11-031-0/+12
* [SPARK-18219] Move commit protocol API (internal) from sql/core to core moduleReynold Xin2016-11-032-0/+237
* [SPARK-18200][GRAPHX] Support zero as an initial capacity in OpenHashSetDongjoon Hyun2016-11-024-9/+12
* [SPARK-18160][CORE][YARN] spark.files & spark.jars should not be passed to dr...Jeff Zhang2016-11-021-23/+6
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-021-2/+14
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-0212-26/+29
* [SPARK-18204][WEBUI] Remove SparkUI.appUIAddressJacek Laskowski2016-11-026-34/+26
* [SPARK-17532] Add lock debugging info to thread dumps.Ryan Blue2016-11-024-6/+49
* [SPARK-18182] Expose ReplayListenerBus.read() overload which takes string ite...Josh Rosen2016-11-011-2/+13
* [SPARK-18143][SQL] Ignore Structured Streaming event logs to avoid breaking h...Shixiong Zhu2016-10-311-0/+13
* [SPARK-17919] Make timeout to RBackend configurable in SparkRHossein2016-10-305-7/+87
* [SPARK-18103][SQL] Rename *FileCatalog to *FileIndexEric Liang2016-10-301-1/+1
* [SPARK-CORE][TEST][MINOR] Fix the wrong comment in testwm624@hotmail.com2016-10-271-3/+3
* [SPARK-18132] Fix checkstyleYin Huai2016-10-261-2/+3
* [SPARK-18126][SPARK-CORE] getIteratorZipWithIndex accepts negative value as i...Miao Wang2016-10-272-0/+4
* [SPARK-13747][SQL] Fix concurrent executions in ForkJoinPool for SQLShixiong Zhu2016-10-261-0/+21
* [SPARK-17802] Improved caller context logging.Shuai Lin2016-10-262-19/+36
* [SPARK-4411][WEB UI] Add "kill" link for jobs in the UIAlex Bozarth2016-10-266-28/+103