aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Typo] propertes -> propertiesandrewor142014-05-141-1/+1
* String interpolation + some other small changesJacek Laskowski2014-05-141-10/+8
* SPARK-1833 - Have an empty SparkContext constructor.Patrick Wendell2014-05-141-0/+6
* SPARK-1829 Sub-second durations shouldn't round to "0 s"Andrew Ash2014-05-141-0/+6
* [SPARK-1620] Handle uncaught exceptions in function run by Akka schedulerMark Hamstra2014-05-145-18/+36
* [SPARK-1769] Executor loss causes NPE race conditionAndrew Or2014-05-145-26/+35
* SPARK-1801. expose InterruptibleIterator and TaskKilledException in deve...Koert Kuipers2014-05-142-3/+11
* Revert "[SPARK-1784] Add a new partitioner to allow specifying # of keys per ...Patrick Wendell2014-05-132-95/+0
* Implement ApproximateCountDistinct for SparkSqllarvaboy2014-05-131-3/+3
* [SPARK-1784] Add a new partitioner to allow specifying # of keys per partitionSyed Hashmi2014-05-132-0/+95
* [SPARK-1527] change rootDir*.getName to rootDir*.getAbsolutePathYe Xianjin2014-05-131-1/+1
* [SPARK-1816] LiveListenerBus dies if a listener throws an exceptionAndrew Or2014-05-134-29/+109
* SPARK-571: forbid return statements in cleaned closuresWilliam Benton2014-05-132-2/+60
* SPARK-1815. SparkContext should not be marked DeveloperApiSandy Ryza2014-05-121-2/+0
* [SPARK-1780] Non-existent SPARK_DAEMON_OPTS is lurking aroundAndrew Or2014-05-121-1/+1
* Typo: resond -> respondAndrew Ash2014-05-121-1/+1
* SPARK-1623: Use File objects instead of String's in HTTPBroadcastPatrick Wendell2014-05-121-4/+4