aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-7683][PYSPARK] Confusing behavior of fold function of RDD in pysparkSean Owen2016-01-191-1/+1
* [SQL][MINOR] Fix one little mismatched comment according to the codes in inte...proflin2016-01-191-1/+1
* [SPARK-12668][SQL] Providing aliases for CSV options to be similar to Pandas ...hyukjinkwon2016-01-183-6/+20
* [HOT][BUILD] Changed the import ordergatorsmile2016-01-182-2/+2
* [SPARK-12885][MINOR] Rename 3 fields in ShuffleWriteMetricsAndrew Or2016-01-1824-114/+126
* [SPARK-12700] [SQL] embed condition into SMJ and BroadcastHashJoinDavies Liu2016-01-186-72/+96
* [SPARK-12889][SQL] Rename ParserDialect -> ParserInterface.Reynold Xin2016-01-187-10/+10
* [SPARK-12894][DOCUMENT] Add deploy instructions for Python in Kinesis integra...Shixiong Zhu2016-01-181-2/+12
* Revert "[SPARK-12829] Turn Java style checker on"Shixiong Zhu2016-01-181-1/+2
* [SPARK-12814][DOCUMENT] Add deploy instructions for Python in flume integrati...Shixiong Zhu2016-01-182-4/+13
* [SPARK-12882][SQL] simplify bucket tests and add more commentsWenchen Fan2016-01-182-46/+78
* [SPARK-12841][SQL] fix cast in filterWenchen Fan2016-01-183-8/+18
* [SPARK-12855][SQL] Remove parser dialect developer APIReynold Xin2016-01-1813-139/+16
* [SPARK-10985][CORE] Avoid passing evicted blocks throughout BlockManagerJosh Rosen2016-01-1814-241/+170
* [SPARK-12884] Move classes to their own files for readabilityAndrew Or2016-01-188-360/+493
* [SPARK-12346][ML] Missing attribute names in GLM for vector-type featuresEric Liang2016-01-183-5/+43
* [SPARK-12873][SQL] Add more comment in HiveTypeCoercion for type wideningReynold Xin2016-01-182-40/+49
* [SPARK-12558][FOLLOW-UP] AnalysisException when multiple functions applied in...Dilip Biswal2016-01-181-5/+9
* [SPARK-10264][DOCUMENTATION] Added @Since to ml.recomendationTommy YU2016-01-181-3/+30
* [SQL] [MINOR] speed up hashcode for UTF8StringWenchen Fan2016-01-171-5/+2
* [SPARK-12862][SPARKR] Jenkins does not run R testsfelixcheung2016-01-172-2/+2
* [SPARK-12860] [SQL] speed up safe projection for primitive typesWenchen Fan2016-01-171-2/+3
* [SPARK-12796] [SQL] Whole stage codegenDavies Liu2016-01-1637-107/+694
* [SPARK-12722][DOCS] Fixed typo in Pipeline exampleJeff Lam2016-01-161-2/+2
* [SPARK-12856] [SQL] speed up hashCode of unsafe arrayWenchen Fan2016-01-161-5/+2
* [SPARK-12840] [SQL] Support passing arbitrary objects (not just expressions) ...Davies Liu2016-01-1511-49/+48
* [SPARK-12644][SQL] Update parquet reader to be vectorized.Nong Li2016-01-1512-56/+625
* [SPARK-12649][SQL] support reading bucketed tableWenchen Fan2016-01-1518-45/+314
* [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