aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18842][TESTS][LAUNCHER] De-duplicate paths in classpaths in commands f...hyukjinkwon2016-12-141-12/+0
* [SPARK-18846][SCHEDULER] Fix flakiness in SchedulerIntegrationSuiteImran Rashid2016-12-141-2/+12
* [SPARK-18816][WEB UI] Executors Logs column only ran visibility check on init...Alex Bozarth2016-12-131-5/+2
* [SPARK-13747][CORE] Fix potential ThreadLocal leaks in RPC when using ForkJoi...Shixiong Zhu2016-12-134-38/+21
* [MINOR][CORE][SQL] Remove explicit RDD and Partition overridesJacek Laskowski2016-12-131-4/+0
* [SPARK-18773][CORE] Make commons-crypto config translation consistent.Marcelo Vanzin2016-12-123-15/+14
* [SPARK-15844][CORE] HistoryServer doesn't come up if spark.authenticate = trueSteve Loughran2016-12-122-4/+30
* [SPARK-18803][TESTS] Fix JarEntry-related & path-related test failures and sk...hyukjinkwon2016-12-106-8/+28
* [SPARK-18606][HISTORYSERVER] remove useless elements while searchingWangTaoTheTonic2016-12-101-0/+6
* [SPARK-4105] retry the fetch or stage if shuffle block is corruptDavies Liu2016-12-094-57/+263
* [SPARK-17822][R] Make JVMObjectTracker a member variable of RBackendXiangrui Meng2016-12-097-86/+259
* [MINOR][CORE][SQL][DOCS] Typo fixesJacek Laskowski2016-12-096-7/+7
* [SPARK-18751][CORE] Fix deadlock when SparkContext.stop is called in Utils.tr...Shixiong Zhu2016-12-088-42/+23
* [SPARK-8617][WEBUI] HistoryServer: Include in-progress files during cleanupErgin Seyfe2016-12-082-5/+55
* [SPARK-18718][TESTS] Skip some test failures due to path length limitation an...hyukjinkwon2016-12-081-0/+6
* [SPARK-18774][CORE][SQL] Ignore non-existing files when ignoreCorruptFiles is...Shixiong Zhu2016-12-073-8/+28
* [SPARK-18762][WEBUI] Web UI should be http:4040 instead of https:4040sarutak2016-12-072-6/+2
* [SPARK-18764][CORE] Add a warning log when skipping a corrupted fileShixiong Zhu2016-12-072-2/+8
* [SPARK-18208][SHUFFLE] Executor OOM due to a growing LongArray in BytesToByte...Jie Xiong2016-12-071-2/+5
* [SPARK-18678][ML] Skewed reservoir sampling in SamplingUtilsSean Owen2016-12-072-1/+17
* [SPARK-18740] Log spark.app.name in driver logsPeter Ableda2016-12-061-0/+3
* [SPARK-18672][CORE] Close recordwriter in SparkHadoopMapReduceWriter before c...hyukjinkwon2016-12-061-5/+17
* [SPARK-18702][SQL] input_file_block_start and input_file_block_lengthReynold Xin2016-12-044-85/+118
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-18679][SQL] Fix regression in file listing performance for non-catalog...Eric Liang2016-12-021-0/+8
* [SPARK-18666][WEB UI] Remove the codes checking deprecated config spark.sql.u...Liang-Chi Hsieh2016-12-012-47/+18
* [SPARK-18476][SPARKR][ML] SparkR Logistic Regression should should support ou...wm624@hotmail.com2016-11-301-1/+1
* [SPARK-18655][SS] Ignore Structured Streaming 2.0.2 logs in history serverShixiong Zhu2016-11-301-0/+7
* [SPARK-18546][CORE] Fix merging shuffle spills when using encryption.Marcelo Vanzin2016-11-3010-119/+145
* [SPARK-18640] Add synchronization to TaskScheduler.runningTasksByExecutorsJosh Rosen2016-11-303-4/+4
* [SPARK-18617][CORE][STREAMING] Close "kryo auto pick" feature for Spark Strea...uncleGen2016-11-293-9/+18
* [SPARK-18553][CORE] Fix leak of TaskSetManager following executor lossJosh Rosen2016-11-293-36/+121
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-296-10/+30
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-2927-83/+115
* [SPARK-18188] add checksum for blocks of broadcastDavies Liu2016-11-291-0/+32
* [SPARK-18547][CORE] Propagate I/O encryption key when executors register.Marcelo Vanzin2016-11-289-111/+149
* [SPARK-18117][CORE] Add test for TaskSetBlacklistImran Rashid2016-11-283-9/+292
* [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