aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-13657] [SQL] Support parsing very long AND/OR expressionsDavies Liu2016-03-082-2/+51
* [SPARK-13715][MLLIB] Remove last usages of jblas in testsSean Owen2016-03-0810-121/+107
* [HOTFIX][YARN] Fix yarn cluster mode fire and forget regressionjerryshao2016-03-081-1/+1
* [SPARK-13637][SQL] use more information to simplify the code in Expand builderWenchen Fan2016-03-082-29/+23
* [SPARK-13675][UI] Fix wrong historyserver url link for application running in...jerryshao2016-03-082-4/+19
* [SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0Devaraj K2016-03-081-2/+4
* [HOT-FIX][BUILD] Use the new location of `checkstyle-suppressions.xml`Dongjoon Hyun2016-03-082-2/+2
* [SPARK-13659] Refactor BlockStore put*() APIs to remove returnValuesJosh Rosen2016-03-076-273/+223
* [SPARK-13711][CORE] Don't call SparkUncaughtExceptionHandler in AppClient as ...Shixiong Zhu2016-03-071-10/+8
* [SPARK-13404] [SQL] Create variables for input row when it's actually usedDavies Liu2016-03-079-155/+224
* [SPARK-13689][SQL] Move helper things in CatalystQl to new utils objectAndrew Or2016-03-074-143/+177
* [SPARK-13648] Add Hive Cli to classes for isolated classloaderTim Preece2016-03-071-1/+1
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-0750-2656/+1450
* [SPARK-13596][BUILD] Move misc top-level build files into appropriate subdirsSean Owen2016-03-0714-49/+18
* [SPARK-13442][SQL] Make type inference recognize boolean typeshyukjinkwon2016-03-074-0/+38
* [SPARK-529][CORE][YARN] Add type-safe config keys to SparkConf.Marcelo Vanzin2016-03-0720-255/+1019
* [SPARK-13655] Improve isolation between tests in KinesisBackedBlockRDDSuiteJosh Rosen2016-03-071-13/+17
* [SPARK-13722][SQL] No Push Down for Non-deterministics Predicates through Gen...gatorsmile2016-03-072-1/+19
* [MINOR][DOC] improve the doc for "spark.memory.offHeap.size"CodingCat2016-03-071-1/+1
* [SPARK-12243][BUILD][PYTHON] PySpark tests are slow in Jenkins.Dongjoon Hyun2016-03-071-3/+8
* [SPARK-13495][SQL] Add Null Filters in the query plan for Filters/Joins based...Sameer Agarwal2016-03-078-20/+182
* [SPARK-13694][SQL] QueryPlan.expressions should always include all expressionsWenchen Fan2016-03-074-7/+3
* [SPARK-13651] Generator outputs are not resolved correctly resulting in run t...Dilip Biswal2016-03-072-2/+13
* Fixing the type of the sentiment happiness valueYury Liavitski2016-03-071-2/+2
* [SPARK-13705][DOCS] UpdateStateByKey Operation documentation incorrectly refe...rmishra2016-03-071-4/+1
* [SPARK-13685][SQL] Rename catalog.Catalog to ExternalCatalogAndrew Or2016-03-079-27/+34
* [SPARK-13697] [PYSPARK] Fix the missing module name of TransformFunctionSeria...Shixiong Zhu2016-03-062-1/+9
* Revert "[SPARK-13616][SQL] Let SQLBuilder convert logical plan without a proj...Cheng Lian2016-03-062-63/+1
* [SPARK-13693][STREAMING][TESTS] Stop StreamingContext before deleting checkpo...Shixiong Zhu2016-03-051-1/+1
* [SPARK-12720][SQL] SQL Generation Support for Cube, Rollup, and Grouping Setsgatorsmile2016-03-054-8/+226
* [SPARK-12073][STREAMING] backpressure rate controller consumes events prefere...Jason White2016-03-047-30/+101
* [SPARK-13255] [SQL] Update vectorized reader to directly return ColumnarBatch...Nong Li2016-03-049-45/+284
* [SPARK-13459][WEB UI] Separate Alive and Dead Executors in Executor Totals TableAlex Bozarth2016-03-041-39/+45
* [SPARK-13633][SQL] Move things into catalyst.parser packageAndrew Or2016-03-0416-18/+25
* [SPARK-13036][SPARK-13318][SPARK-13319] Add save/load for feature.pyXusen Yin2016-03-043-48/+341
* [SPARK-13676] Fix mismatched default values for regParam in LogisticRegressionDongjoon Hyun2016-03-041-5/+5
* [SPARK-13673][WINDOWS] Fixed not to pollute environment variables.Masayoshi TSUZUKI2016-03-041-2/+1
* [SPARK-12925] Improve HiveInspectors.unwrap for StringObjectInspector.…Rajesh Balamohan2016-03-041-2/+3
* [SPARK-13398][STREAMING] Move away from thread pool task support to forkjoinHolden Karau2016-03-043-14/+36
* [SPARK-13646][MLLIB] QuantileDiscretizer counts dataset twice in get…Abou Haydar Elias2016-03-041-1/+1
* [SPARK-13603][SQL] support SQL generation for subqueryDavies Liu2016-03-043-7/+21
* [SPARK-13652][CORE] Copy ByteBuffer in sendRpcSync as it will be recycledShixiong Zhu2016-03-032-2/+11
* [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string ...thomastechs2016-03-031-0/+6
* [SPARK-13647] [SQL] also check if numeric value is within allowed range in _v...Wenchen Fan2016-03-031-3/+24
* [SPARK-13601] [TESTS] use 1 partition in tests to avoid race conditionsDavies Liu2016-03-031-3/+4
* [SPARK-13415][SQL] Visualize subquery in SQL web UIDavies Liu2016-03-039-127/+166
* [SPARK-13584][SQL][TESTS] Make ContinuousQueryManagerSuite not output logs to...Shixiong Zhu2016-03-034-9/+21
* [SPARK-13632][SQL] Move commands.scala to command packageAndrew Or2016-03-0321-19/+29
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-0319-22/+22
* [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10, a...Sean Owen2016-03-031-1/+1