aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix some tests.Marcelo Vanzin2014-06-202-2/+8
* [SPARK-2061] Made splits deprecated in JavaRDDLikeAnant2014-06-202-2/+5
* HOTFIX: Fixing style error introduced by 08d0acPatrick Wendell2014-06-201-1/+2
* [SPARK-1970] Update unit test in XORShiftRandomSuite to use ChiSquareTest fro...Doris Xin2014-06-201-31/+18
* SPARK-1902 Silence stacktrace from logs when doing port failover to port n+1Andrew Ash2014-06-203-4/+10
* Clean up CacheManager et al.Andrew Or2014-06-205-88/+113
* SPARK-1868: Users should be allowed to cogroup at least 4 RDDsAllan Douglas R. de Oliveira2014-06-204-0/+198
* HOTFIX: SPARK-2208 local metrics tests can fail on fast machinesPatrick Wendell2014-06-191-0/+3
* [SPARK-2151] Recognize memory format for spark-submitnravi2014-06-191-2/+4
* Minor fixWangTao2014-06-182-2/+6
* Remove unicode operator from RDD.scalaDoris Xin2014-06-181-1/+1
* SPARK-2158 Clean up core/stdout file from FileAppenderSuiteMark Hamstra2014-06-181-4/+6
* Updated the comment for SPARK-2162.Reynold Xin2014-06-181-4/+6
* [SPARK-2162] Double check in doGetLocal to avoid read on removed block.Raymond Liu2014-06-181-0/+7
* Revert "SPARK-2038: rename "conf" parameters in the saveAsHadoop functions"Patrick Wendell2014-06-171-25/+24
* [SPARK-2147 / 2161] Show removed executors on the UIAndrew Or2014-06-174-87/+107
* SPARK-2038: rename "conf" parameters in the saveAsHadoop functionsCodingCat2014-06-171-24/+25
* 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