aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1004. PySpark on YARNSandy Ryza2014-04-292-8/+44
* Handle the vals that never usedWangTao2014-04-294-5/+1
* Args for worker rather than masterChen Chao2014-04-291-1/+1
* SPARK-1509: add zipWithIndex zipWithUniqueId methods to java apiwitgo2014-04-292-8/+45
* SPARK-1557 Set permissions on event log files/directoriesThomas Graves2014-04-292-6/+22
* Improved build configurationwitgo2014-04-281-22/+0
* SPARK-1652: Remove incorrect deprecation warning in spark-submitPatrick Wendell2014-04-282-2/+6
* SPARK-1654 and SPARK-1653: Fixes in spark-submit.Patrick Wendell2014-04-281-1/+3
* SPARK-1652: Spark submit should fail gracefully if YARN not enabledPatrick Wendell2014-04-282-0/+16
* Fix SPARK-1609: Executor fails to start when Command.extraJavaOptions contai...witgo2014-04-271-4/+5
* SPARK-1145: Memory mapping with many small blocks can cause JVM allocation fa...Patrick Wendell2014-04-275-20/+82
* SPARK-1606: Infer user application arguments instead of requiring --arg.Patrick Wendell2014-04-264-149/+162
* SPARK-1467: Make StorageLevel.apply() factory methods Developer APIsSandeep2014-04-261-4/+22
* SPARK-1632. Remove unnecessary boxing in compares in ExternalAppendOnlyM...Sandy Ryza2014-04-251-3/+5
* SPARK-1235: manage the DAGScheduler EventProcessActor with supervisor and ref...CodingCat2014-04-257-221/+290
* Delete the val that never usedWangTao2014-04-251-4/+0
* SPARK-1621 Upgrade Chill to 0.3.6Matei Zaharia2014-04-251-7/+5
* SPARK-1619 Launch spark-shell with spark-submitPatrick Wendell2014-04-242-2/+10
* Call correct stop().Aaron Davidson2014-04-241-1/+2
* [SPARK-1617] and [SPARK-1618] Improvements to streaming ui and bug fix to soc...Tathagata Das2014-04-241-1/+1
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-248-22/+34
* [SPARK-986]: Job cancelation for PySparkAhir Reddy2014-04-242-1/+37
* [SPARK-1615] Synchronize accesses to the LiveListenerBus' event queueAndrew Or2014-04-242-12/+31
* Spark 1489 Fix the HistoryServer view aclsThomas Graves2014-04-246-11/+115
* [SPARK-1592][streaming] Automatically remove streaming input blocksTathagata Das2014-04-241-5/+40
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-248-11/+61
* SPARK-1104: kill Process in workerThread of ExecutorRunnerCodingCat2014-04-241-17/+14
* Fix Scala StyleSandeep2014-04-2410-28/+40
* Spark 1490 Add kerberos support to the HistoryServerThomas Graves2014-04-242-0/+20
* SPARK-1611: Fix incorrect initialization order in AppendOnlyMapzsxwing2014-04-241-2/+2
* SPARK-1601 & SPARK-1602: two bug fixes related to cancellationReynold Xin2014-04-245-15/+86
* SPARK-1587 Fix thread leakMridul Muralidharan2014-04-237-21/+42
* SPARK-1589: Fix the incorrect comparezsxwing2014-04-231-1/+5
* Update Java api for setJobGroup with interruptOnCancelAaron Davidson2014-04-232-2/+49
* [Hot Fix #469] Fix flaky test in SparkListenerSuiteAndrew Or2014-04-231-2/+3
* [SPARK-1540] Add an optional Ordering parameter to PairRDDFunctions.Matei Zaharia2014-04-235-35/+105
* SPARK-1582 Invoke Thread.interrupt() when cancelling jobsAaron Davidson2014-04-2315-30/+57
* Honor default fs name when initializing event logger.Marcelo Vanzin2014-04-233-33/+41
* SPARK-1572 Don't kill Executor if PythonRDD fails while computing parentAaron Davidson2014-04-231-11/+21
* SPARK-1583: Fix a bug that using java.util.HashMap by mistakezsxwing2014-04-231-1/+1
* [FIX: SPARK-1376] use --arg instead of --args in SparkSubmit to avoid warning...Xiangrui Meng2014-04-222-2/+2
* [Spark-1538] Fix SparkUI incorrectly hiding persisted RDDsAndrew Or2014-04-2215-81/+318
* Assorted clean-up for Spark-on-YARN.Patrick Wendell2014-04-221-0/+9
* [Fix #204] Eliminate delay between binding and log checkingAndrew Or2014-04-221-0/+5
* [SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatibleAhir Reddy2014-04-221-1/+1
* [HOTFIX] SPARK-1399: remove outdated commentsCodingCat2014-04-221-1/+0
* SPARK-1496: Have jarOfClass return Option[String]Patrick Wendell2014-04-221-5/+5
* [SPARK-1459] Use local path (and not complete URL) when opening local lo...Marcelo Vanzin2014-04-211-1/+1
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-216-9/+25
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-212-1/+24