aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12486] Worker should kill the executors more forcefully if possible.Nong Li2016-01-043-12/+112
* [SPARK-12513][STREAMING] SocketReceiver hang in Netcat exampleguoxu12312016-01-041-14/+24
* [SPARK-10359][PROJECT-INFRA] Use more random number in dev/test-dependencies....Josh Rosen2016-01-042-5/+15
* [SPARK-12612][PROJECT-INFRA] Add missing Hadoop profiles to dev/run-tests-*.p...Josh Rosen2016-01-035-2/+394
* [SPARK-12562][SQL] DataFrame.write.format(text) requires the column name to b...Xiu Guo2016-01-032-6/+7
* [SPARK-12611][SQL][PYSPARK][TESTS] Fix test_infer_schema_to_localHolden Karau2016-01-031-1/+1
* [SPARK-12537][SQL] Add option to accept quoting of all character backslash qu...Cazen2016-01-034-2/+30
* Update MimaExcludes now Spark 1.6 is in Maven.Reynold Xin2016-01-032-148/+12
* [SPARK-12533][SQL] hiveContext.table() throws the wrong exceptionthomastechs2016-01-032-4/+4
* [SPARK-12327][SPARKR] fix code for lintr warning for commented codefelixcheung2016-01-039-11/+88
* Revert "Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] alw...Reynold Xin2016-01-0234-574/+74
* [SPARK-12599][MLLIB][SQL] Remove the use of callUDF in MLlibReynold Xin2016-01-022-2/+16
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-0246-441/+150
* [SPARK-10180][SQL] JDBC datasource are not processing EqualNullSafe filterhyukjinkwon2016-01-022-2/+7
* [SPARK-12362][SQL][WIP] Inline Hive ParserHerman van Hovell2016-01-0118-73/+5443
* Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] always outp...Reynold Xin2016-01-0134-74/+574
* [SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] always output Unsaf...Davies Liu2016-01-0134-574/+74
* Disable test-dependencies.sh.Reynold Xin2016-01-011-2/+3
* [SPARK-12592][SQL][TEST] Don't mute Spark loggers in TestHive.reset()Cheng Lian2016-01-011-1/+4
* [SPARK-12409][SPARK-12387][SPARK-12391][SQL] Refactor filter pushdown for JDB...Liang-Chi Hsieh2016-01-012-31/+45
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-3195-169/+160
* [SPARK-11743][SQL] Move the test for arrayOfUDTLiang-Chi Hsieh2015-12-311-13/+2
* [SPARK-10359][PROJECT-INFRA] Multiple fixes to dev/test-dependencies.sh scriptJosh Rosen2015-12-312-2/+9
* [SPARK-3873][STREAMING] Import order fixes for streaming.Marcelo Vanzin2015-12-3173-180/+181
* [SPARK-12039][SQL] Re-enable HiveSparkSubmitSuite's SPARK-9757 Persist Parque...Yin Huai2015-12-311-1/+1
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-3129-1120/+90
* [SPARK-12585] [SQL] move numFields to constructor of UnsafeRowDavies Liu2015-12-3016-137/+86
* House cleaning: close old pull requests.Reynold Xin2015-12-300-0/+0
* Closes #10386 since it was superseded by #10468.Reynold Xin2015-12-300-0/+0
* House cleaning: close open pull requests created before June 1st, 2015Reynold Xin2015-12-300-0/+0
* [SPARK-12561] Remove JobLogger in Spark 2.0.Reynold Xin2015-12-301-277/+0
* [SPARK-3873][GRAPHX] Import order fixes.Marcelo Vanzin2015-12-3023-50/+33
* [SPARK-3873][YARN] Fix import ordering.Marcelo Vanzin2015-12-3012-26/+23
* [SPARK-12588] Remove HttpBroadcast in Spark 2.0.Reynold Xin2015-12-3012-491/+22
* [SPARK-8641][SPARK-12455][SQL] Native Spark Window functions - Follow-up (doc...Herman van Hovell2015-12-303-3/+162
* [SPARK-12399] Display correct error message when accessing REST API with an u...Carson Wang2015-12-301-2/+14
* [SPARK-12409][SPARK-12387][SPARK-12391][SQL] Support AND/OR/IN/LIKE push-down...Takeshi YAMAMURO2015-12-302-2/+35
* [SPARK-10359] Enumerate dependencies in a file and diff against it for new pu...Josh Rosen2015-12-3010-120/+512
* [SPARK-12300] [SQL] [PYSPARK] fix schema inferance on local collectionsHolden Karau2015-12-302-7/+14
* [SPARK-12495][SQL] use true as default value for propagateNull in NewInstanceWenchen Fan2015-12-307-37/+38
* [SPARK-12263][DOCS] IllegalStateException: Memory can't be 0 for SPARK_WORKER...Neelesh Srinivas Salian2015-12-301-1/+1
* Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"Reynold Xin2015-12-3018-5402/+72
* [SPARK-12564][SQL] Improve missing column AnalysisExceptiongatorsmile2015-12-292-2/+2
* [SPARK-12490][CORE] Limit the css style scope to fix the Streaming UIShixiong Zhu2015-12-293-3/+5
* [SPARK-12362][SQL][WIP] Inline Hive ParserNong Li2015-12-2918-72/+5402
* [SPARK-12549][SQL] Take Option[Seq[DataType]] in UDF input type specification.Reynold Xin2015-12-295-68/+75
* [SPARK-12349][SPARK-12349][ML] Fix typo in Spark version regex introduced in ...Sean Owen2015-12-291-1/+1
* [SPARK-11199][SPARKR] Improve R context management story and add getOrCreateHossein2015-12-292-1/+5
* [SPARK-12530][BUILD] Fix build break at Spark-Master-Maven-Snapshots from #1293Kazuaki Ishizaki2015-12-291-3/+4
* [SPARK-12526][SPARKR] ifelse`, `when`, `otherwise` unable to take Column as v...Forest Fang2015-12-293-7/+18