aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Whitelist Hive TestsMichael Armbrust2014-05-0387-4/+328
* [SQL] Better logging when applying rules.Michael Armbrust2014-05-031-4/+24
* EC2 configurable workersAllan Douglas R. de Oliveira2014-05-032-2/+12
* SPARK-1689 AppClient should indicate app is dead() when removedAaron Davidson2014-05-034-14/+12
* [Bugfix] Tachyon file cleanup logical errorCheng Lian2014-05-031-5/+5
* SPARK-1663. Corrections for several compile errors in streaming code examples...Sean Owen2014-05-031-26/+36
* [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leakThomas Graves2014-05-038-46/+69
* Update SchemaRDD.scalaArcherShao2014-05-031-4/+4
* SPARK-1700: Close socket file descriptors on task completionAaron Davidson2014-05-021-1/+10
* SPARK-1492. Update Spark YARN docs to use spark-submitSandy Ryza2014-05-022-94/+38
* delete no use varwangfei2014-05-021-2/+0
* SPARK-1695: java8-tests compiler error: package com.google.common.co...witgo2014-05-021-1/+1
* Add tests for FileLogger, EventLoggingListener, and ReplayListenerBusAndrew Or2014-05-018-36/+791
* SPARK-1659: improvements spark-submit usagewitgo2014-05-011-2/+0
* fix the spelling mistakewangfei2014-05-011-1/+1
* [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