aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12842][TEST-HADOOP2.7] Add Hadoop 2.7 build profileJosh Rosen2016-01-157-2/+206
* [SPARK-12833][HOT-FIX] Reset the locale after we set it.Yin Huai2016-01-151-4/+9
* [SPARK-11925][ML][PYSPARK] Add PySpark missing methods for ml.feature during ...Yanbo Liang2016-01-151-10/+62
* [SPARK-12575][SQL] Grammar parity with existing SQL parserHerman van Hovell2016-01-1533-972/+286
* [SQL][MINOR] BoundReference do not need to be NamedExpressionWenchen Fan2016-01-151-11/+1
* [SPARK-12716][WEB UI] Add a TOTALS row to the Executors Web UIAlex Bozarth2016-01-151-10/+64
* Fix typoJulien Baley2016-01-151-3/+3
* [SPARK-12833][HOT-FIX] Fix scala 2.11 compilation.Yin Huai2016-01-151-3/+3
* [SPARK-12667] Remove block manager's internal "external block store" APIReynold Xin2016-01-1534-1212/+139
* [SPARK-12833][SQL] Initial import of spark-csvHossein2016-01-1527-8/+1653
* [MINOR] [SQL] GeneratedExpressionCode -> ExprCodeDavies Liu2016-01-1532-249/+249
* [SPARK-11031][SPARKR] Method str() on a DataFrameOscar D. Lara Yejas2016-01-155-22/+140
* [SPARK-2930] clarify docs on using webhdfs with spark.yarn.access.nam…Tom Graves2016-01-151-4/+4
* [SPARK-12655][GRAPHX] GraphX does not unpersist RDDsJason Lee2016-01-153-2/+20
* [SPARK-12830] Java style: disallow trailing whitespaces.Reynold Xin2016-01-148-13/+19
* [SPARK-12829] Turn Java style checker onReynold Xin2016-01-141-2/+1
* [SPARK-12708][UI] Sorting task error in Stages Page when yarn mode.Koyo Yoshida2016-01-156-18/+46
* [SPARK-12813][SQL] Eliminate serialization for back to back operationsMichael Armbrust2016-01-1417-274/+518
* [SPARK-12174] Speed up BlockManagerSuite getRemoteBytes() testJosh Rosen2016-01-141-41/+30
* [SPARK-12821][BUILD] Style checker should run when some configuration files f...Kousuke Saruta2016-01-141-2/+7
* [SPARK-12771][SQL] Simplify CaseWhen code generationReynold Xin2016-01-141-25/+35
* [SPARK-12784][UI] Fix Spark UI IndexOutOfBoundsException with dynamic allocationShixiong Zhu2016-01-142-6/+17
* [SPARK-9844][CORE] File appender race condition during shutdownBryan Cutler2016-01-142-10/+95
* [SPARK-12707][SPARK SUBMIT] Remove submit python/R scripts through py…Jeff Zhang2016-01-131-7/+6
* [SPARK-12756][SQL] use hash expression in ExchangeWenchen Fan2016-01-1312-64/+84
* [SPARK-12819] Deprecate TaskContext.isRunningLocally()Josh Rosen2016-01-135-19/+4
* [SPARK-12703][MLLIB][DOC][PYTHON] Fixed pyspark.mllib.clustering.KMeans user ...Joseph K. Bradley2016-01-131-5/+1
* [SPARK-12026][MLLIB] ChiSqTest gets slower and slower over time when number o...Yuhao Yang2016-01-131-2/+4
* [SPARK-12400][SHUFFLE] Avoid generating temp shuffle files for empty partitionsjerryshao2016-01-132-12/+51
* [SPARK-12690][CORE] Fix NPE in UnsafeInMemorySorter.free()Carson Wang2016-01-131-2/+4
* [SPARK-12791][SQL] Simplify CaseWhen by breaking "branches" into "conditions"...Reynold Xin2016-01-1312-138/+156
* [SPARK-12642][SQL] improve the hash expression to be decoupled from unsafe rowWenchen Fan2016-01-136-29/+288
* [SPARK-12268][PYSPARK] Make pyspark shell pythonstartup work under python3Erik Selin2016-01-131-1/+3
* [SPARK-9383][PROJECT-INFRA] PR merge script should reset back to previous bra...Josh Rosen2016-01-131-3/+16
* [SPARK-12761][CORE] Remove duplicated codeJakob Odersky2016-01-131-5/+1
* [SPARK-12805][MESOS] Fixes documentation on Mesos run modesLuc Bourlier2016-01-131-7/+5
* [SPARK-9297] [SQL] Add covar_pop and covar_sampLiang-Chi Hsieh2016-01-134-0/+272
* [SPARK-12692][BUILD][HOT-FIX] Fix the scala style of KinesisBackedBlockRDDSui...Yin Huai2016-01-131-2/+2
* [SPARK-12692][BUILD] Enforce style checking about white space before commaKousuke Saruta2016-01-131-7/+6
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-1210-22/+22
* [SPARK-12558][SQL] AnalysisException when multiple functions applied in GROUP...Dilip Biswal2016-01-122-0/+30
* [SPARK-12692][BUILD][CORE] Scala style: Fix the style violation (Space before...Kousuke Saruta2016-01-126-6/+6
* [SPARK-12788][SQL] Simplify BooleanEquality by using casts.Reynold Xin2016-01-122-26/+32
* [SPARK-12785][SQL] Add ColumnarBatch, an in memory columnar format for execut...Nong Li2016-01-126-0/+1463
* [SPARK-12652][PYSPARK] Upgrade Py4J to 0.9.1Shixiong Zhu2016-01-1218-112/+20
* [SPARK-12724] SQL generation support for persisted data source tablesCheng Lian2016-01-1217-51/+55
* Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space...Reynold Xin2016-01-1254-150/+141
* [SPARK-12768][SQL] Remove CaseKeyWhen expressionReynold Xin2016-01-123-171/+38
* [SPARK-9843][SQL] Make catalyst optimizer pass pluggable at runtimeRobert Kruszewski2016-01-124-2/+46
* [SPARK-12762][SQL] Add unit test for SimplifyConditionals optimization ruleReynold Xin2016-01-125-7/+69