aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* MLlib documentation fixAnatoli Fomenko2014-06-161-4/+4
* Minor fix: made "EXPLAIN" output to play well with JDBC output formatCheng Lian2014-06-163-4/+4
* [SQL][SPARK-2094] Follow up of PR #1071 for Java APICheng Lian2014-06-165-74/+124
* [SPARK-1930] The Container is running beyond physical memory limits, so as to...witgo2014-06-167-18/+46
* [SPARK-2010] Support for nested data in PySpark SQLKan Zhang2014-06-162-11/+40
* SPARK-2039: apply output dir existence checking for all output formatsCodingCat2014-06-151-4/+2
* Updating docs to include missing information about reducers and clarify ...Ali Ghodsi2014-06-151-2/+5
* SPARK-2148 Add link to requirements for custom equals() and hashcode() methodsAndrew Ash2014-06-151-0/+9
* SPARK-1999: StorageLevel in storage tab and RDD Storage Info never changesCrazyJvm2014-06-152-3/+6
* [SPARK-937] adding EXITED executor state and not relaunching cleanly exited e...Kan Zhang2014-06-153-8/+8
* [SQL] Support transforming TreeNodes with Option children.Michael Armbrust2014-06-152-1/+45
* [SPARK-1837] NumericRange should be partitioned in the same way as other...Kan Zhang2014-06-142-12/+37
* [SPARK-2013] Documentation for saveAsPickleFile and pickleFile in PythonKan Zhang2014-06-141-5/+7
* [SPARK-2079] Support batching when serializing SchemaRDD to PythonKan Zhang2014-06-142-8/+5
* [Spark-2137][SQL] Timestamp UDFs brokenYin Huai2014-06-1319-2/+17
* Small correction in Streaming Programming Guide docakkomar2014-06-131-1/+1
* [SPARK-2094][SQL] "Exactly once" semantics for DDL and command statementsCheng Lian2014-06-1315-167/+251
* [SPARK-1964][SQL] Add timestamp to HiveMetastoreTypes.toMetastoreTypeMichael Armbrust2014-06-131-0/+1
* Workaround in Spark for ConcurrentModification issue (JIRA Hadoop-10456, Spar...nravi2014-06-131-4/+7
* [HOTFIX] add math3 version to pomXiangrui Meng2014-06-131-0/+1
* [SPARK-2135][SQL] Use planner for in-memory scansMichael Armbrust2014-06-1210-35/+75
* [SPARK-1516]Throw exception in yarn client instead of run system.exit directly.John Zhao2014-06-124-26/+44
* [Minor] Fix style, formatting and naming in BlockManager etc.Andrew Or2014-06-129-370/+362
* SPARK-1939 Refactor takeSample method in RDD to use ScaSRSDoris Xin2014-06-128-100/+263
* document laziness of parallelizeAriel Rabkin2014-06-121-2/+11
* SPARK-2085: [MLlib] Apply user-specific regularization instead of uniform reg...Shuo Xiang2014-06-121-1/+7
* SPARK-1843: Replace assemble-deps with env variable.Patrick Wendell2014-06-124-30/+40
* [SPARK-2080] Yarn: report HS URL in client mode, correct user in cluster mode.Marcelo Vanzin2014-06-123-4/+5
* [SPARK-2088] fix NPE in toStringDoris Xin2014-06-122-2/+9
* SPARK-554. Add aggregateByKey.Sandy Ryza2014-06-128-2/+179
* fixed typo in docstring for min()Jeff Thompson2014-06-121-1/+1
* Cleanup on Connection and ConnectionManagerHenry Saputra2014-06-112-11/+11
* 'killFuture' is never usedYadong2014-06-111-1/+1
* [SPARK-2044] Pluggable interface for shufflesMatei Zaharia2014-06-1122-130/+459
* [SPARK-1672][MLLIB] Separate user and product partitioning in ALSTor Myklebust2014-06-114-84/+160
* [SPARK-2052] [SQL] Add optimization for CaseConversionExpression's.Takuya UESHIN2014-06-114-15/+174
* HOTFIX: Forgot to remove false change in previous commitPatrick Wendell2014-06-111-1/+0
* HOTFIX: PySpark tests should be order insensitive.Patrick Wendell2014-06-112-4/+5
* HOTFIX: A few PySpark tests were not actually runAndrew Or2014-06-112-8/+17
* [SQL] Code Cleanup: Left Semi Hash JoinDaoyuan2014-06-1152-33/+374