aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace doc reference to Shark with Spark SQL.Reynold Xin2014-06-251-3/+2
* SPARK-2038: rename "conf" parameters in the saveAsHadoop functions with sourc...CodingCat2014-06-251-20/+29
* [BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive outputCheng Lian2014-06-251-4/+4
* [SPARK-2263][SQL] Support inserting MAP<K, V> to Hive tablesCheng Lian2014-06-253-6/+20
* SPARK-2248: spark.default.parallelism does not apply in local modewitgo2014-06-242-1/+18
* Fix possible null pointer in acumulator toStringMichael Armbrust2014-06-241-1/+1
* Autodetect JAVA_HOME on RPM-based systemsMatthew Farrellee2014-06-241-0/+11
* [SQL]Add base row updating methods for JoinedRowCheng Hao2014-06-241-0/+17
* [SPARK-1112, 2156] Bootstrap to fetch the driver's Spark properties.Xiangrui Meng2014-06-246-40/+54
* [SPARK-2264][SQL] Fix failing CachedTableSuiteMichael Armbrust2014-06-243-30/+29
* Fix broken Json tests.Kay Ousterhout2014-06-241-12/+11
* HOTFIX: Disabling tests per SPARK-2264Patrick Wendell2014-06-241-5/+7
* SPARK-1937: fix issue with task localityRui Li2014-06-243-14/+71
* [SPARK-2252] Fix MathJax for HTTPs.Reynold Xin2014-06-231-13/+23
* [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