aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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-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
* [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
* [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-2146. Fix takeOrdered docSandy Ryza2014-06-172-9/+9
* [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-1990: added compatibility for python 2.6 for ssh_read commandAnant2014-06-161-1/+15
* 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
* 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-2013] Documentation for saveAsPickleFile and pickleFile in PythonKan Zhang2014-06-141-2/+4
* [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
* [SQL] Update SparkSQL and ScalaTest in branch-1.0 to match master.Michael Armbrust2014-06-1330-254/+1039
* Small correction in Streaming Programming Guide docakkomar2014-06-131-1/+1
* [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
* [SPARK-2135][SQL] Use planner for in-memory scansMichael Armbrust2014-06-1210-35/+75
* [SPARK-2080] Yarn: report HS URL in client mode, correct user in cluster mode.Thomas Graves2014-06-123-5/+7
* [SPARK-2088] fix NPE in toStringDoris Xin2014-06-122-2/+9
* [SPARK-2052] [SQL] Add optimization for CaseConversionExpression's.Takuya UESHIN2014-06-114-15/+174
* HOTFIX: PySpark tests should be order insensitive.Patrick Wendell2014-06-111-4/+4
* [SQL] Code Cleanup: Left Semi Hash JoinDaoyuan2014-06-1152-33/+374
* [SPARK-2042] Prevent unnecessary shuffle triggered by take()Sameer Agarwal2014-06-115-5/+97
* SPARK-2113: awaitTermination() after stop() will hang in Spark StremaingLars Albertsson2014-06-112-0/+13
* [SPARK-2108] Mark SparkContext methods that return block information as devel...Prashant Sharma2014-06-111-0/+4
* SPARK-2107: FilterPushdownSuite doesn't need Junit jar.Qiuzhuang.Lian2014-06-111-3/+0
* [SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tablesCheng Lian2014-06-1110-47/+152
* [SPARK-2093] [SQL] NullPropagation should use exact type value.Takuya UESHIN2014-06-101-2/+2
* HOTFIX: clear() configs in SQLConf-related unit tests.Zongheng Yang2014-06-102-0/+3
* [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re...joyyoj2014-06-101-2/+2
* [SQL] Add average overflow test case from #978egraldlo2014-06-102-0/+17
* [SPARK-2076][SQL] Pushdown the join filter & predication for outer joinCheng Hao2014-06-102-22/+277
* HOTFIX: Increase time limit for Bagel testAnkur Dave2014-06-101-2/+2
* HOTFIX: Fix Python tests on Jenkins.Patrick Wendell2014-06-103-8/+12