aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improved build configurationwitgo2014-04-2823-466/+295
* SPARK-1652: Remove incorrect deprecation warning in spark-submitPatrick Wendell2014-04-284-6/+14
* SPARK-1654 and SPARK-1653: Fixes in spark-submit.Patrick Wendell2014-04-285-15/+17
* SPARK-1652: Spark submit should fail gracefully if YARN not enabledPatrick Wendell2014-04-282-0/+16
* Changes to dev release scriptPatrick Wendell2014-04-281-27/+32
* [SPARK-1633][Streaming] Java API unit test and example for custom streaming r...Tathagata Das2014-04-2810-35/+476
* [SQL]Append some missing types for HiveUDFCheng Hao2014-04-271-10/+48
* Update the import package name for TestHive in sbt shellCheng Hao2014-04-271-1/+1
* 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-276-20/+91
* HOTFIX: Minor patch to merge script.Patrick Wendell2014-04-271-1/+1
* SPARK-1651: Delete existing deployment directoryRahul Singhal2014-04-271-0/+1
* SPARK-1648 Support closing JIRA's as part of merge script.Patrick Wendell2014-04-271-9/+105
* SPARK-1650: Correctly identify maven project versionRahul Singhal2014-04-271-1/+1
* 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