aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SQL] SPARK-1661 - Fix regex_serde testMichael Armbrust2014-05-0115-1/+97
* SPARK-1691: Support quoted arguments inside of spark-submit.Patrick Wendell2014-05-011-2/+2
* Fix SPARK-1629: Spark should inline use of commons-lang `SystemUtils.IS_...witgo2014-04-301-4/+9
* SPARK-1004. PySpark on YARNSandy Ryza2014-04-2911-19/+85
* Handle the vals that never usedWangTao2014-04-297-8/+2
* Args for worker rather than masterChen Chao2014-04-291-1/+1
* [SPARK-1646] Micro-optimisation of ALSTor Myklebust2014-04-291-5/+17
* [SPARK-1674] fix interrupted system call error in pyspark's RDD.pipeXiangrui Meng2014-04-291-3/+3
* SPARK-1588. Restore SPARK_YARN_USER_ENV and SPARK_JAVA_OPTS for YARN.Sandy Ryza2014-04-292-5/+15
* SPARK-1509: add zipWithIndex zipWithUniqueId methods to java apiwitgo2014-04-292-8/+45
* SPARK-1557 Set permissions on event log files/directoriesThomas Graves2014-04-293-6/+24
* HOTFIX: minor change to release scriptPatrick Wendell2014-04-291-1/+1
* HOTFIX: minor change to release scriptPatrick Wendell2014-04-291-2/+4
* [SPARK-1636][MLLIB] Move main methods to examplesXiangrui Meng2014-04-2919-321/+795
* Minor fix to python table caching API.Michael Armbrust2014-04-291-2/+2
* HOTFIX: Bug in release scriptPatrick Wendell2014-04-291-0/+1
* 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