aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2284][UI] Mark all failed tasks as failures.Reynold Xin2014-06-252-4/+35
* [SPARK-1749] Job cancellation when SchedulerBackend does not implement killTaskMark Hamstra2014-06-252-9/+69
* [SPARK-1912] fix compress memory issue during reduceWenchen Fan(Cloud)2014-06-251-2/+20
* [SPARK-2204] Launch tasks on the proper executors in mesos fine-grained modeSebastien Rainville2014-06-251-7/+6
* [SPARK-2270] Kryo cannot serialize results returned by asJavaIterableReynold Xin2014-06-252-0/+65
* [SPARK-2258 / 2266] Fix a few worker UI bugsAndrew Or2014-06-252-3/+4
* [SPARK-2267] Log exception when TaskResultGetter fails to fetch/deserialze ta...Reynold Xin2014-06-251-1/+2
* Fix possible null pointer in acumulator toStringMichael Armbrust2014-06-241-1/+1
* [SPARK-1112, 2156] (1.0 edition) Use correct akka frame size and overhead amo...Patrick Wendell2014-06-227-18/+33
* [SPARK-2151] Recognize memory format for spark-submitnravi2014-06-191-2/+4
* [SPARK-2147 / 2161] Show removed executors on the UIAndrew Or2014-06-174-87/+107
* SPARK-2146. Fix takeOrdered docSandy Ryza2014-06-171-8/+8
* [SPARK-2144] ExecutorsPage reports incorrect # of RDD blocksAndrew Or2014-06-171-1/+5
* 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
* [SQL] Update SparkSQL and ScalaTest in branch-1.0 to match master.Michael Armbrust2014-06-135-10/+12
* Workaround in Spark for ConcurrentModification issue (JIRA Hadoop-10456, Spar...nravi2014-06-131-4/+7
* [SPARK-2080] Yarn: report HS URL in client mode, correct user in cluster mode.Thomas Graves2014-06-121-1/+1
* [SPARK-2088] fix NPE in toStringDoris Xin2014-06-122-2/+9
* [SPARK-2108] Mark SparkContext methods that return block information as devel...Prashant Sharma2014-06-111-0/+4
* SPARK-1944 Document --verbose in spark-shell -hAndrew Ash2014-06-091-0/+3
* [SPARK-2067] use relative path for Spark logo in UINeville Li2014-06-081-1/+1
* SPARK-2043: ExternalAppendOnlyMap doesn't always find matching keysMatei Zaharia2014-06-052-5/+44
* SPARK-1677: allow user to disable output dir existence checkingCodingCat2014-06-052-2/+26
* SPARK-1518: FileLogger: Fix compile against Hadoop trunkColin McCabe2014-06-041-4/+12
* 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
* 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