aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-1978] In some cases, spark-yarn does not automatically restart the fai...witgo2014-06-102-27/+34
* Moved hiveOperators.scala to the right package folderCheng Lian2014-06-101-0/+0
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-1014-61/+429
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-096-4/+68
* [SQL] Simple framework for debugging query executionMichael Armbrust2014-06-093-50/+119
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-0937-3/+216
* SPARK-1944 Document --verbose in spark-shell -hAndrew Ash2014-06-091-0/+3
* [SPARK-2067] use relative path for Spark logo in UINeville Li2014-06-081-1/+1
* Update run-examplemaji20142014-06-081-1/+1
* [SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on data in...Michael Armbrust2014-06-071-10/+5
* [SPARK-2050 - 2][SQL] DIV and BETWEEN should not be case sensitive.Michael Armbrust2014-06-064-4/+10
* [SPARK-2050][SQL] LIKE, RLIKE and IN in HQL should not be case sensitive.Michael Armbrust2014-06-051-4/+8
* SPARK-2043: ExternalAppendOnlyMap doesn't always find matching keysMatei Zaharia2014-06-052-5/+44
* [SPARK-2025] Unpersist edges of previous graph in PregelAnkur Dave2014-06-051-0/+1
* [SPARK-2041][SQL] Correctly analyze queries where columnName == tableName.Michael Armbrust2014-06-053-1/+11
* [SPARK-2036] [SQL] CaseConversionExpression should check if the evaluated val...Takuya UESHIN2014-06-053-2/+28
* SPARK-1677: allow user to disable output dir existence checkingCodingCat2014-06-053-2/+34
* [SPARK-2030] Bump SparkBuild.scala version number of branch-1.0 to 1.0.1-SNAP...Takuya UESHIN2014-06-051-1/+1
* SPARK-1790: Update EC2 scripts to support r3 instance typesVarakhedi Sujeet2014-06-041-2/+12
* SPARK-1518: FileLogger: Fix compile against Hadoop trunkColin McCabe2014-06-041-4/+12
* fix java.lang.ClassCastExceptionbaishuo(白硕)2014-06-031-1/+1
* [SPARK-1468] Modify the partition function used by partitionBy.Erik Selin2014-06-031-1/+4
* Add support for Pivotal HD in the Maven build: SPARK-1992tzolov2014-06-032-0/+12