aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* bugfix worker DriverStateChanged state should match DriverState.FAILEDlianhuiwang2014-05-271-0/+4
* SPARK-1932: Fix race conditions in onReceiveCallback and cachedPeerszsxwing2014-05-262-2/+3
* SPARK-1933: Throw a more meaningful exception when a directory is passed to a...Reynold Xin2014-05-262-3/+9
* Fixed the error message for OutOfMemoryError in DAGScheduler.Reynold Xin2014-05-261-1/+1
* SPARK-1929 DAGScheduler suspended by local task OOMZhen Peng2014-05-262-1/+19
* HOTFIX: Add no-arg SparkContext constructor in JavaPatrick Wendell2014-05-251-0/+6
* [SPARK-1886] check executor id existence when executor exitZhen Peng2014-05-241-8/+14
* [SPARK-1900 / 1918] PySpark on YARN is brokenAndrew Or2014-05-247-43/+314
* Fix UISuite unit test that fails under Jenkins contentionAaron Davidson2014-05-221-3/+4
* [SPARK-1870] Make spark-submit --jars work in yarn-cluster mode.Xiangrui Meng2014-05-221-2/+1
* [Minor] Move JdbcRDDSuite to the correct packageAndrew Or2014-05-211-6/+6
* [Spark 1877] ClassNotFoundException when loading RDD with serialized objectsTathagata Das2014-05-191-1/+1
* SPARK-1689: Spark application should die when removed by MasterAaron Davidson2014-05-191-0/+2
* SPARK-1879. Increase MaxPermSize since some of our builds have many classesMatei Zaharia2014-05-191-1/+3
* [SPARK-1876] Windows fixes to deal with latest distribution layout changesMatei Zaharia2014-05-191-1/+1
* Make deprecation warning less severePatrick Wendell2014-05-161-6/+6
* [SPARK-1808] Route bin/pyspark through Spark submitAndrew Or2014-05-164-18/+47
* SPARK-1864 Look in spark conf instead of system properties when propagating c...Michael Armbrust2014-05-161-4/+5
* SPARK-1860: Do not cleanup application work/ directories by defaultAaron Davidson2014-05-151-1/+1
* Typos in SparkHuajian Mao2014-05-152-2/+2
* Package docsPrashant Sharma2014-05-1424-1/+525
* Documentation: Encourage use of reduceByKey instead of groupByKey.Patrick Wendell2014-05-142-0/+24
* [SPARK-1840] SparkListenerBus prints out scary error message when terminated ...Tathagata Das2014-05-141-0/+2