aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SPARK-1606: Infer user application arguments instead of requiring --arg.Patrick Wendell2014-04-266-162/+181
* SPARK-1467: Make StorageLevel.apply() factory methods Developer APIsSandeep2014-04-261-4/+22
* [SPARK-1608] [SQL] Fix Cast.nullable when cast from StringType to NumericType...Takuya UESHIN2014-04-262-1/+17
* add note of how to support table with more than 22 fieldswangfei2014-04-261-0/+2
* [Spark-1382] Fix NPE in DStream.slice (updated version of #365)zsxwing2014-04-252-11/+23
* 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
* SPARK-1607. HOTFIX: Fix syntax adapting Int result to ShortSean Owen2014-04-251-2/+2
* Update KafkaWordCount.scalabaishuo(白硕)2014-04-251-1/+1
* Delete the val that never usedWangTao2014-04-251-4/+0
* SPARK-1621 Upgrade Chill to 0.3.6Matei Zaharia2014-04-253-11/+9
* SPARK-1619 Launch spark-shell with spark-submitPatrick Wendell2014-04-2411-189/+39
* SPARK-1607. Replace octal literals, removed in Scala 2.11, with hex literalsSean Owen2014-04-241-2/+4
* Call correct stop().Aaron Davidson2014-04-241-1/+2
* SPARK-1242 Add aggregate to python rddHolden Karau2014-04-241-2/+29
* Fix [SPARK-1078]: Remove the Unnecessary lift-json dependencySandeep2014-04-241-16/+2
* [Typo] In the maven docs: chd -> cdhAndrew Or2014-04-241-1/+1
* Generalize pattern for planning hash joins.Michael Armbrust2014-04-243-48/+82
* [SPARK-1617] and [SPARK-1618] Improvements to streaming ui and bug fix to soc...Tathagata Das2014-04-2415-103/+217
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-2421-116/+185
* SPARK-1584: Upgrade Flume dependency to 1.4.0tmalaska2014-04-242-2/+7
* [SPARK-986]: Job cancelation for PySparkAhir Reddy2014-04-243-4/+86
* [SPARK-1615] Synchronize accesses to the LiveListenerBus' event queueAndrew Or2014-04-242-12/+31
* [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