aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2124] Move aggregation into shuffle implementationsjerryshao2014-06-2317-64/+112
* [SPARK-2227] Support dfs command in SQL.Reynold Xin2014-06-231-8/+6
* Cleanup on Connection, ConnectionManagerId, ConnectionManager classes part 2Henry Saputra2014-06-233-69/+62
* [SPARK-1768] History server enhancements.Marcelo Vanzin2014-06-239-244/+448
* [SPARK-2118] spark class should complain if tools jar is missing.Prashant Sharma2014-06-231-0/+5
* [SPARK-1669][SQL] Made cacheTable idempotentCheng Lian2014-06-232-4/+29
* Fix mvn detectionMatthew Farrellee2014-06-231-2/+2
* Fixed small running on YARN docs typoVlad2014-06-231-1/+1
* [SPARK-1395] Fix "local:" URI support in Yarn mode (again).Marcelo Vanzin2014-06-235-104/+274
* SPARK-2166 - Listing of instances to be terminated before the promptJean-Martin Archer2014-06-221-5/+9
* SPARK-2241: quote command line args in ec2 scriptOri Kremer2014-06-221-1/+1
* SPARK-2229: FileAppender throw an llegalArgumentException in jdk6witgo2014-06-222-5/+5
* SPARK-1316. Remove use of Commons IOSean Owen2014-06-222-10/+13
* SPARK-2034. KafkaInputDStream doesn't close resources and may prevent JVM shu...Sean Owen2014-06-221-22/+33
* SPARK-2231: dev/run-tests should include YARN and use a recent Hadoop versionPatrick Wendell2014-06-221-0/+3
* SPARK-1996. Remove use of special Maven repo for AkkaSean Owen2014-06-2110-23/+0
* HOTFIX: Add excludes for new MIMA filesPatrick Wendell2014-06-211-0/+2
* HOTFIX: Fix missing MIMA ignorePatrick Wendell2014-06-212-0/+3
* [SQL] Break hiveOperators.scala into multiple files.Reynold Xin2014-06-216-529/+610
* [SQL] Pass SQLContext instead of SparkContext into physical operators.Reynold Xin2014-06-207-44/+51
* Fix some tests.Marcelo Vanzin2014-06-204-6/+21
* [SPARK-2061] Made splits deprecated in JavaRDDLikeAnant2014-06-204-5/+8
* HOTFIX: Fixing style error introduced by 08d0acPatrick Wendell2014-06-201-1/+2
* [SPARK-1970] Update unit test in XORShiftRandomSuite to use ChiSquareTest fro...Doris Xin2014-06-201-31/+18
* SPARK-1902 Silence stacktrace from logs when doing port failover to port n+1Andrew Ash2014-06-204-4/+11
* [SQL] Use hive.SessionState, not the thread local SessionStateAaron Davidson2014-06-201-1/+1
* Move ScriptTransformation into the appropriate place.Reynold Xin2014-06-201-0/+0
* Clean up CacheManager et al.Andrew Or2014-06-205-88/+113
* [SPARK-2225] Turn HAVING without GROUP BY into WHERE.Reynold Xin2014-06-202-23/+11
* SPARK-2180: support HAVING clauses in Hive queriesWilliam Benton2014-06-202-6/+53
* SPARK-1868: Users should be allowed to cogroup at least 4 RDDsAllan Douglas R. de Oliveira2014-06-206-17/+223
* [SPARK-2163] class LBFGS optimize with Double tolerance instead of IntGang Bai2014-06-202-1/+35
* [SPARK-2218] rename Equals to EqualTo in Spark SQL expressions.Reynold Xin2014-06-2011-40/+38
* [SPARK-2196] [SQL] Fix nullability of CaseWhen.Takuya UESHIN2014-06-202-1/+46
* SPARK-2203: PySpark defaults to use same num reduce partitions as map sideAaron Davidson2014-06-201-3/+18
* [SPARK-2209][SQL] Cast shouldn't do null check twice.Reynold Xin2014-06-201-115/+159
* [SPARK-2210] cast to boolean on boolean value gets turned into NOT((boolean_c...Reynold Xin2014-06-192-2/+27
* SPARK-1293 [SQL] Parquet support for nested typesAndre Schumacher2014-06-1914-384/+2102
* [SPARK-2177][SQL] describe table result contains only one columnYin Huai2014-06-199-31/+294
* [SQL] Improve Speed of InsertIntoHiveTableMichael Armbrust2014-06-191-4/+10
* More minor scaladoc cleanup for Spark SQL.Reynold Xin2014-06-193-23/+21
* HOTFIX: SPARK-2208 local metrics tests can fail on fast machinesPatrick Wendell2014-06-191-0/+3
* A few minor Spark SQL Scaladoc fixes.Reynold Xin2014-06-196-61/+57
* [SPARK-2151] Recognize memory format for spark-submitnravi2014-06-191-2/+4
* [SPARK-2191][SQL] Make sure InsertIntoHiveTable doesn't execute more than once.Michael Armbrust2014-06-192-1/+11
* [SPARK-2051]In yarn.ClientBase spark.yarn.dist.* do not workwitgo2014-06-194-9/+33
* Minor fixWangTao2014-06-182-2/+6
* [SPARK-2187] Explain should not run the optimizer twice.Reynold Xin2014-06-183-11/+15
* Squishing a typo bug before it causes real harmDoris Xin2014-06-181-1/+1
* [SPARK-2184][SQL] AddExchange isn't idempotentMichael Armbrust2014-06-183-6/+9