aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15104] Fix spacing in log lineAndrew Ash2016-05-031-1/+1
* [SPARK-11316] coalesce doesn't handle UnionRDD with partial locality properlyThomas Graves2016-05-032-62/+165
* [SPARK-14234][CORE] Executor crashes for TaskRunner thread interruptionDevaraj K2016-05-031-1/+25
* [SPARK-15059][CORE] Remove fine-grained lock in ChildFirstURLClassLoader to a...Zheng Tan2016-05-031-26/+5
* [SPARK-15082][CORE] Improve unit test coverage for AccumulatorV2Sandeep Singh2016-05-031-1/+60
* [SPARK-15087][CORE][SQL] Remove AccumulatorV2.localValue and keep only valueSandeep Singh2016-05-037-33/+25
* [SPARK-15081] Move AccumulatorV2 and subclasses into util packageReynold Xin2016-05-0326-30/+36
* [SPARK-6717][ML] Clear shuffle files after checkpointing in ALSHolden Karau2016-05-031-1/+1
* [SPARK-15079] Support average/count/sum in Long/DoubleAccumulatorReynold Xin2016-05-025-101/+181
* [SPARK-14685][CORE] Document heritability of localPropertiesMarcin Tustin2016-05-023-2/+40
* [SPARK-15054] Deprecate old accumulator APIReynold Xin2016-05-023-10/+20
* [SPARK-14845][SPARK_SUBMIT][YARN] spark.files in properties file is n…Jeff Zhang2016-05-021-0/+1
* [SPARK-15049] Rename NewAccumulator to AccumulatorV2Reynold Xin2016-05-0122-81/+82
* [SPARK-14505][CORE] Fix bug : creating two SparkContext objects in the same j...Allen2016-05-012-15/+16
* [SPARK-14952][CORE][ML] Remove methods that were deprecated in 1.6.0Herman van Hovell2016-04-301-9/+0
* [SPARK-15028][SQL] Remove HiveSessionState.setDefaultOverrideConfsReynold Xin2016-04-301-1/+1
* [SPARK-15010][CORE] new accumulator shoule be tolerant of local RPC message d...Wenchen Fan2016-04-291-2/+7
* [SPARK-15003] Use ConcurrentHashMap in place of HashMap for NewAccumulator.or...tedyu2016-04-302-13/+10
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-293-5/+12
* [HOTFIX][CORE] fix a concurrence issue in NewAccumulatorWenchen Fan2016-04-283-6/+12
* Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai2016-04-284-1/+79
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-284-79/+1
* [SPARK-14935][CORE] DistributedSuite "local-cluster format" shouldn't actuall...Xin Ren2016-04-281-12/+15
* [SPARK-14576][WEB UI] Spark console should display Web UI urlErgin Seyfe2016-04-282-6/+10
* [SPARK-14654][CORE] New accumulator APIWenchen Fan2016-04-2842-587/+905
* [SPARK-10001][CORE] Don't short-circuit actions in signal handlersJakob Odersky2016-04-271-3/+5
* [SPARK-14966] SizeEstimator should ignore classes in the scala.reflect packageJosh Rosen2016-04-271-0/+3
* [SPARK-14729][SCHEDULER] Refactored YARN scheduler creation code to use newly...Hemant Bhanawat2016-04-272-67/+1
* Unintentional white spaces in kryo classes configuration parametersVictor Chima2016-04-272-3/+4
* [MINOR][BUILD] Enable RAT checking on `LZ4BlockInputStream.java`.Dongjoon Hyun2016-04-271-2/+1
* [SPARK-14911] [CORE] Fix a potential data race in TaskMemoryManagerLiwei Lin2016-04-261-1/+1
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-1/+1
* [SPARK-14889][SPARK CORE] scala.MatchError: NONE (of class scala.Enumeration)...Subhobrata Dey2016-04-262-0/+4
* [SPARK-14731][shuffle]Revert SPARK-12130 to make 2.0 shuffle service compatib...Lianhui Wang2016-04-253-6/+1
* [SPARK-14636] Add minimum memory checks for drivers and executorsPeter Ableda2016-04-251-0/+16
* [SPARK-14881] [PYTHON] [SPARKR] pyspark and sparkR shell default log level sh...felixcheung2016-04-242-0/+5
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-2414-30/+29
* [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Doubl...Sean Owen2016-04-232-9/+14
* [SPARK-14669] [SQL] Fix some SQL metrics in codegen and added moreDavies Liu2016-04-221-1/+11
* [SPARK-10001] Consolidate Signaling and SignalLogger.Reynold Xin2016-04-223-74/+55
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-2210-12/+38
* [SPARK-10001] [CORE] Interrupt tasks in repl with Ctrl+CJakob Odersky2016-04-212-28/+103
* [HOTFIX] Fix Java 7 compilation breakReynold Xin2016-04-214-11/+6
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-2116-109/+812
* [SPARK-14699][CORE] Stop endpoints before closing the connections and don't s...Shixiong Zhu2016-04-213-8/+31
* [SPARK-4452] [CORE] Shuffle data structures can starve others on the same thr...Lianhui Wang2016-04-217-46/+321
* [SPARK-13988][CORE] Make replaying event logs multi threaded in Histo…ry se...Parth Brahmbhatt2016-04-211-43/+49
* [SPARK-14779][CORE] Corrected log message in Worker case KillExecutorBryan Cutler2016-04-211-1/+1
* [SPARK-14753][CORE] remove internal flag in AccumulableWenchen Fan2016-04-2113-119/+96
* [SPARK-14602][YARN] Use SparkConf to propagate the list of cached files.Marcelo Vanzin2016-04-201-0/+4