aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-1510] Spark Streaming metrics source for metrics systemjerryshao2014-04-243-1/+79
* Spark 1489 Fix the HistoryServer view aclsThomas Graves2014-04-247-11/+128
* [SQL] Add support for parsing indexing into arrays in SQL.Michael Armbrust2014-04-243-3/+30
* [SPARK-1592][streaming] Automatically remove streaming input blocksTathagata Das2014-04-247-25/+135
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-2413-41/+88
* SPARK-1104: kill Process in workerThread of ExecutorRunnerCodingCat2014-04-241-17/+14
* Fix Scala StyleSandeep2014-04-2420-83/+109
* SPARK-1494 Don't initialize classes loaded by MIMA excludes, attempt 2Michael Armbrust2014-04-241-1/+1
* Spark 1490 Add kerberos support to the HistoryServerThomas Graves2014-04-243-0/+44
* SPARK-1611: Fix incorrect initialization order in AppendOnlyMapzsxwing2014-04-241-2/+2
* SPARK-1488. Squash more language feature warnings in new commits by importing...Sean Owen2014-04-246-0/+7
* Small changes to release scriptPatrick Wendell2014-04-242-3/+2
* [SPARK-1610] [SQL] Fix Cast to use exact type value when cast from BooleanTyp...Takuya UESHIN2014-04-242-5/+12
* 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
* [Fix #79] Replace Breakable For Loops By While LoopsSandeep2014-04-231-29/+31
* SPARK-1589: Fix the incorrect comparezsxwing2014-04-231-1/+5
* Mark all fields of EdgePartition, Graph, and GraphOps transientAnkur Dave2014-04-233-12/+12
* 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-238-49/+124
* 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
* SPARK-1119 and other build improvementsPatrick Wendell2014-04-237-41/+70
* [SQL] SPARK-1571 Mistake in java example codeMichael Armbrust2014-04-222-8/+8
* SPARK-1494 Don't initialize classes loaded by MIMA excludes.Michael Armbrust2014-04-221-4/+3
* SPARK-1562 Fix visibility / annotation of Spark SQL APIsMichael Armbrust2014-04-2232-59/+143
* [FIX: SPARK-1376] use --arg instead of --args in SparkSubmit to avoid warning...Xiangrui Meng2014-04-222-2/+2
* [streaming][SPARK-1578] Removed requirement for TTL in StreamingContext.Tathagata Das2014-04-224-49/+14
* [Spark-1538] Fix SparkUI incorrectly hiding persisted RDDsAndrew Or2014-04-2215-81/+318
* Assorted clean-up for Spark-on-YARN.Patrick Wendell2014-04-224-10/+18
* [SPARK-1570] Fix classloading in JavaSQLContext.applySchemaKan Zhang2014-04-221-2/+4
* Fix compilation on Hadoop 2.4.x.Marcelo Vanzin2014-04-221-1/+2
* [Fix #204] Eliminate delay between binding and log checkingAndrew Or2014-04-222-4/+20
* [SPARK-1506][MLLIB] Documentation improvements for MLlib 1.0Xiangrui Meng2014-04-2212-769/+1543
* [SPARK-1281] Improve partitioning in ALSTor Myklebust2014-04-222-23/+54
* fix bugs of dot in pythonXusen Yin2014-04-222-5/+5
* [SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatibleAhir Reddy2014-04-222-2/+2
* [HOTFIX] SPARK-1399: remove outdated commentsCodingCat2014-04-221-1/+0
* SPARK-1496: Have jarOfClass return Option[String]Patrick Wendell2014-04-2238-42/+42
* [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-2111-19/+29
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-2125-284/+296
* [SPARK-1332] Improve Spark Streaming's Network Receiver and InputDStream API ...Tathagata Das2014-04-2155-731/+1836
* Dev script: include RC name in git tagPatrick Wendell2014-04-211-1/+1
* SPARK-1399: show stage failure reason in UICodingCat2014-04-213-39/+61
* SPARK-1539: RDDPage.scala contains RddPage classXiangrui Meng2014-04-212-2/+2
* [Hot Fix] Ignore org.apache.spark.ui.UISuite testsAndrew Or2014-04-211-3/+3