aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* SPARK-2146. Fix takeOrdered docSandy Ryza2014-06-171-8/+8
* SPARK-1063 Add .sortBy(f) method on RDDAndrew Ash2014-06-175-4/+147
* [SPARK-2144] ExecutorsPage reports incorrect # of RDD blocksAndrew Or2014-06-171-1/+5
* SPARK-2035: Store call stack for stages, display it on the UI.Daniel Darabos2014-06-1715-53/+115
* SPARK-2039: apply output dir existence checking for all output formatsCodingCat2014-06-151-4/+2
* SPARK-1999: StorageLevel in storage tab and RDD Storage Info never changesCrazyJvm2014-06-152-3/+6
* [SPARK-937] adding EXITED executor state and not relaunching cleanly exited e...Kan Zhang2014-06-153-8/+8
* [SPARK-1837] NumericRange should be partitioned in the same way as other...Kan Zhang2014-06-142-12/+37
* Workaround in Spark for ConcurrentModification issue (JIRA Hadoop-10456, Spar...nravi2014-06-131-4/+7
* [HOTFIX] add math3 version to pomXiangrui Meng2014-06-131-0/+1
* [Minor] Fix style, formatting and naming in BlockManager etc.Andrew Or2014-06-128-369/+356
* SPARK-1939 Refactor takeSample method in RDD to use ScaSRSDoris Xin2014-06-126-39/+156
* document laziness of parallelizeAriel Rabkin2014-06-121-2/+11
* SPARK-1843: Replace assemble-deps with env variable.Patrick Wendell2014-06-121-0/+3
* [SPARK-2080] Yarn: report HS URL in client mode, correct user in cluster mode.Marcelo Vanzin2014-06-121-1/+1
* [SPARK-2088] fix NPE in toStringDoris Xin2014-06-122-2/+9
* SPARK-554. Add aggregateByKey.Sandy Ryza2014-06-124-0/+138
* Cleanup on Connection and ConnectionManagerHenry Saputra2014-06-112-11/+11
* 'killFuture' is never usedYadong2014-06-111-1/+1
* [SPARK-2044] Pluggable interface for shufflesMatei Zaharia2014-06-1122-130/+459
* [SPARK-2108] Mark SparkContext methods that return block information as devel...Prashant Sharma2014-06-111-0/+4
* Resolve scalatest warnings during buildwitgo2014-06-1016-32/+33
* [SPARK-1940] Enabling rolling of executor logs, and automatic cleanup of old ...Tathagata Das2014-06-1011-40/+856
* SPARK-1416: PySpark support for SequenceFile and Hadoop InputFormatsNick Pentreath2014-06-094-1/+544
* Added a TaskSetManager unit test.Kay Ousterhout2014-06-091-0/+16
* SPARK-1944 Document --verbose in spark-shell -hAndrew Ash2014-06-091-0/+3
* Grammar: read -> readsAndrew Ash2014-06-081-1/+1
* [SPARK-2067] use relative path for Spark logo in UINeville Li2014-06-081-1/+1
* SPARK-1628 follow up: Improve RangePartitioner's documentation.Reynold Xin2014-06-081-1/+4
* SPARK-1628: Add missing hashCode methods in Partitioner subclasseszsxwing2014-06-082-1/+18
* SPARK-2056 Set RDD name to input pathNeville Li2014-06-071-4/+4
* [SPARK-1841]: update scalatest to version 2.1.5witgo2014-06-066-11/+13
* SPARK-2043: ExternalAppendOnlyMap doesn't always find matching keysMatei Zaharia2014-06-052-5/+44
* Use pluggable clock in DAGSheduler #SPARK-2031CrazyJvm2014-06-051-6/+7
* SPARK-1677: allow user to disable output dir existence checkingCodingCat2014-06-052-2/+26
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-051-1/+1
* SPARK-1518: FileLogger: Fix compile against Hadoop trunkColin McCabe2014-06-041-4/+12
* SPARK-1973. Add randomSplit to JavaRDD (with tests, and tidy Java tests)Sean Owen2014-06-042-90/+125
* [SPARK-1817] RDD.zip() should verify partition sizes for each partitionKan Zhang2014-06-034-100/+31
* SPARK-1806 (addendum) Use non-deprecated methods in Mesos 0.18Sean Owen2014-06-032-3/+5
* SPARK-1941: Update streamlib to 2.7.0 and use HyperLogLogPlus instead of Hype...Reynold Xin2014-06-038-130/+166
* [SPARK-1991] Support custom storage levels for vertices and edgesAnkur Dave2014-06-031-0/+21
* [SPARK-1912] fix compress memory issue during reduceWenchen Fan(Cloud)2014-06-031-2/+20
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-034-12/+0
* Improve maven plugin configurationwitgo2014-05-311-29/+0
* SPARK-1839: PySpark RDD#take() shouldn't always read from driverAaron Davidson2014-05-311-0/+20
* Super minor: Close inputStream in SparkSubmitArgumentsAaron Davidson2014-05-311-4/+7
* correct tiny comment errorChen Chao2014-05-311-2/+2
* [SPARK-1901] worker should make sure executor has exited before updating exec...Zhen Peng2014-05-301-8/+12
* [SPARK-1712]: TaskDescription instance is too big causes Spark to hangwitgo2014-05-284-8/+73