aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unicode operator from RDD.scalaDoris Xin2014-06-181-1/+1
* SPARK-2158 Clean up core/stdout file from FileAppenderSuiteMark Hamstra2014-06-181-4/+6
* [SPARK-1466] Raise exception if pyspark Gateway process doesn't start.Kay Ousterhout2014-06-181-4/+11
* Updated the comment for SPARK-2162.Reynold Xin2014-06-181-4/+6
* [SPARK-2162] Double check in doGetLocal to avoid read on removed block.Raymond Liu2014-06-181-0/+7
* [SPARK-2176][SQL] Extra unnecessary exchange operator in the result of an exp...Yin Huai2014-06-182-2/+4
* [STREAMING] SPARK-2009 Key not found exception when slow receiver startsVadim Chekan2014-06-171-1/+1
* Revert "SPARK-2038: rename "conf" parameters in the saveAsHadoop functions"Patrick Wendell2014-06-171-25/+24
* [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-1724-111/+1644
* HOTFIX: bug caused by #941Patrick Wendell2014-06-171-1/+1
* [SPARK-2147 / 2161] Show removed executors on the UIAndrew Or2014-06-174-87/+107
* SPARK-2038: rename "conf" parameters in the saveAsHadoop functionsCodingCat2014-06-171-24/+25
* SPARK-2146. Fix takeOrdered docSandy Ryza2014-06-172-9/+9
* SPARK-1063 Add .sortBy(f) method on RDDAndrew Ash2014-06-176-4/+159
* [SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.Zongheng Yang2014-06-1715-8/+290
* [SPARK-2164][SQL] Allow Hive UDF on columns of type structXi Liu2014-06-173-0/+130
* [SPARK-2144] ExecutorsPage reports incorrect # of RDD blocksAndrew Or2014-06-171-1/+5
* SPARK-2035: Store call stack for stages, display it on the UI.Daniel Darabos2014-06-1715-53/+115
* SPARK-1990: added compatibility for python 2.6 for ssh_read commandAnant2014-06-161-1/+15
* [SPARK-2130] End-user friendly String repr for StorageLevel in PythonKan Zhang2014-06-162-0/+12