aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-211-1/+1
* [SPARK-18003][SPARK CORE] Fix bug of RDD zipWithIndex & zipWithUniqueId index...WeichenXu2016-10-193-4/+18
* [SPARK-10541][WEB UI] Allow ApplicationHistoryProviders to provide their own ...Alex Bozarth2016-10-194-7/+27
* [SPARK-17711][TEST-HADOOP2.2] Fix hadoop2.2 compilation errorYu Peng2016-10-181-3/+2
* [SPARK-17930][CORE] The SerializerInstance instance used when deserializing a...Guoqiang Li2016-10-182-5/+14
* [SPARK-17711] Compress rolled executor logYu Peng2016-10-183-17/+115
* [SQL][STREAMING][TEST] Fix flaky tests in StreamingQueryListenerSuiteLiwei Lin2016-10-181-15/+3
* [SPARK-17839][CORE] Use Nio's directbuffer instead of BufferedInputStream in ...Sital Kedia2016-10-173-3/+142
* Revert "[SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across exe...Reynold Xin2016-10-152-188/+19
* [SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executorsZhan Zhang2016-10-152-19/+188
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-141-1/+33
* [SPARK-17855][CORE] Remove query string from jar urlinvkrh2016-10-141-15/+9
* [SPARK-17686][CORE] Support printing out scala and java version with spark-su...jerryshao2016-10-131-1/+3
* [SPARK-11272][WEB UI] Add support for downloading event logs from HistoryServ...Alex Bozarth2016-10-132-1/+7
* [SPARK-17675][CORE] Expand Blacklist for TaskSetsImran Rashid2016-10-128-149/+510
* [SPARK-17850][CORE] Add a flag to ignore corrupt filesShixiong Zhu2016-10-123-4/+19
* [SPARK-17790][SPARKR] Support for parallelizing R data.frame larger than 2GBHossein2016-10-122-1/+14
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-14/+0
* [SPARK-17816][CORE] Fix ConcurrentModificationException issue in BlockStatuse...Ergin Seyfe2016-10-103-42/+6
* [SPARK-17417][CORE] Fix # of partitions for Reliable RDD checkpointingDhruve Ashar2016-10-101-2/+2
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-101-0/+7
* [SPARK-17768][CORE] Small (Sum,Count,Mean)Evaluator problems and suboptimalitiesSean Owen2016-10-087-276/+77
* [SPARK-17793][WEB UI] Sorting on the description on the Job or Stage page doe...Alex Bozarth2016-10-084-188/+49
* [SPARK-17707][WEBUI] Web UI prevents spark-submit application to be finishedSean Owen2016-10-072-6/+22
* [SPARK-16827] Stop reporting spill metrics as shuffle metricsBrian Cho2016-10-071-1/+3
* [SPARK-17795][WEB UI] Sorting on stage or job tables doesn’t reload page on...Alex Bozarth2016-10-075-23/+42
* [SPARK-17346][SQL] Add Kafka source for Structured StreamingShixiong Zhu2016-10-051-7/+0
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-043-38/+52
* [SPARK-17671][WEBUI] Spark 2.0 history server summary page is slow even set s...Sean Owen2016-10-045-33/+18
* [SPARK-14914][CORE][SQL] Skip/fix some test cases on Windows due to limitatio...Tao LI2016-10-021-10/+2
* [SPARK-15353][CORE] Making peer selection for block replication pluggableShubham Chopra2016-09-306-99/+348
* [SPARK-17676][CORE] FsHistoryProvider should ignore hidden filesImran Rashid2016-09-291-1/+6
* [SPARK-17715][SCHEDULER] Make task launch logs DEBUGBrian Cho2016-09-291-1/+1
* [SPARK-17672] Spark 2.0 history server web Ui takes too long for a single app...Gang Wu2016-09-296-1/+19
* [SPARK-17648][CORE] TaskScheduler really needs offers to be an IndexedSeqImran Rashid2016-09-293-5/+5
* [SPARK-17710][HOTFIX] Fix ClassCircularityError in ReplSuite tests in Maven b...Weiqing Yang2016-09-281-2/+4
* [SPARK-17644][CORE] Do not add failedStages when abortStage for fetch failurew002289702016-09-281-11/+13
* [SPARK-17056][CORE] Fix a wrong assert regarding unroll memory in MemoryStoreLiang-Chi Hsieh2016-09-271-1/+1
* [SPARK-16757] Set up Spark caller context to HDFS and YARNWeiqing Yang2016-09-275-9/+104
* Fix two comments since Actor is not used anymore.Ding Fei2016-09-261-1/+2
* [SPARK-17649][CORE] Log how many Spark events got dropped in LiveListenerBusShixiong Zhu2016-09-261-1/+25
* [SPARK-17650] malformed url's throw exceptions before bricking ExecutorsBurak Yavuz2016-09-252-7/+29
* [SPARK-12221] add cpu time to metricsjisookim2016-09-2311-0/+82
* [SPARK-16861][PYSPARK][CORE] Refactor PySpark accumulator API on top of Accum...Holden Karau2016-09-231-19/+23
* [SPARK-17365][CORE] Remove/Kill multiple executors together to reduce RPC cal...Dhruve Ashar2016-09-224-37/+94
* [SPARK-17577][SPARKR][CORE] SparkR support add files to Spark job and get by ...Yanbo Liang2016-09-211-3/+3
* [SPARK-17512][CORE] Avoid formatting to python path for yarn and mesos cluste...jerryshao2016-09-211-3/+10
* [SPARK-17623][CORE] Clarify type of TaskEndReason with a failed task.Imran Rashid2016-09-216-18/+12
* [SPARK-4563][CORE] Allow driver to advertise a different network address.Marcelo Vanzin2016-09-2110-24/+76
* [CORE][MINOR] Add minor code change to TaskState and Taskerenavsarogullari2016-09-212-2/+2