aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-16988][SPARK SHELL] spark history server log needs to be fixed to show...hayashidac2016-10-262-6/+9
* [SPARK-18010][CORE] Reduce work performed for building up the application lis...Vinayak2016-10-252-58/+101
* [SPARK-17894][HOTFIX] Fix broken build fromKay Ousterhout2016-10-241-1/+1
* [SPARK-17894][CORE] Ensure uniqueness of TaskSetManager name.Eren Avsarogullari2016-10-243-6/+29
* [SPARK-18049][MLLIB][TEST] Add missing tests for truePositiveRate and weighte...Zheng RuiFeng2016-10-241-1/+1
* [SPARK-928][CORE] Add support for Unsafe-based serializer in KryoSandeep Singh2016-10-224-11/+198
* [SPARK-18051][SPARK CORE] fix bug of custom PartitionCoalescer causing serial...WeichenXu2016-10-222-1/+6
* [SPARK-17994][SQL] Add back a file status cache for catalog tablesEric Liang2016-10-221-0/+7
* [SPARK-17929][CORE] Fix deadlock when CoarseGrainedSchedulerBackend resetw002289702016-10-211-6/+8
* [SPARK-17811] SparkR cannot parallelize data.frame with NA or NULL in Date co...Hossein2016-10-211-6/+25
* [SPARK-13275][WEB UI] Visually clarified executors start time in timelineAlex Bozarth2016-10-211-0/+2
* [SPARK-17331][FOLLOWUP][ML][CORE] Avoid allocating 0-length arraysZheng RuiFeng2016-10-216-7/+7
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-212-2/+2
* [SPARK-18003][SPARK CORE] Fix bug of RDD zipWithIndex & zipWithUniqueId index...WeichenXu2016-10-194-4/+25
* [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-186-44/+246
* [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-174-3/+277
* Revert "[SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across exe...Reynold Xin2016-10-153-255/+19
* [SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executorsZhan Zhang2016-10-153-19/+255
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-141-1/+33