aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-12926][SQL] SQLContext to display warning message when non-sql configs...Tejas Patil2016-01-281-3/+11
* [SPARK-12818][SQL] Specialized integral and string types for Count-min SketchCheng Lian2016-01-283-35/+99
* Provide same info as in spark-submit --helpJames Lohse2016-01-281-2/+3
* [SPARK-13045] [SQL] Remove ColumnVector.Struct in favor of ColumnarBatch.RowNong Li2016-01-273-120/+32
* [HOTFIX] Fix Scala 2.11 compilationAndrew Or2016-01-271-1/+2
* [SPARK-12865][SPARK-12866][SQL] Migrate SparkSQLParser/ExtendedHiveQlParser c...Herman van Hovell2016-01-2716-226/+161
* [SPARK-12938][SQL] DataFrame API for Bloom filterWenchen Fan2016-01-277-93/+306
* [SPARK-13021][CORE] Fail fast when custom RDDs violate RDD.partition's API co...Josh Rosen2016-01-272-0/+25
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-2770-1141/+3012
* [SPARK-10847][SQL][PYSPARK] Pyspark - DataFrame - Optional Metadata with `Non...Jason Lee2016-01-272-1/+13
* [SPARK-13023][PROJECT INFRA] Fix handling of root module in modules_to_test()Josh Rosen2016-01-271-5/+5
* [SPARK-1680][DOCS] Explain environment variables for running on YARN in clust...Andrew2016-01-271-0/+2
* [SPARK-12983][CORE][DOC] Correct metrics.properties.templateBenFradet2016-01-271-34/+37
* [SPARK-12780] Inconsistency returning value of ML python models' propertiesXusen Yin2016-01-261-2/+3
* [SPARK-12967][NETTY] Avoid NettyRpc error message during sparkContext shutdownNishkam Ravi2016-01-264-5/+32
* [SPARK-12728][SQL] Integrates SQL generation with native viewCheng Lian2016-01-266-95/+200
* [SPARK-12935][SQL] DataFrame API for Count-Min SketchCheng Lian2016-01-267-37/+205
* [SPARK-12903][SPARKR] Add covar_samp and covar_pop for SparkRYanbo Liang2016-01-265-2/+73
* [SPARK-7780][MLLIB] intercept in logisticregressionwith lbfgs should not be r...Holden Karau2016-01-266-28/+179
* [SPARK-12854][SQL] Implement complex types support in ColumnarBatchNong Li2016-01-2616-90/+1671
* [SPARK-11622][MLLIB] Make LibSVMRelation extends HadoopFsRelation and…Jeff Zhang2016-01-263-16/+113
* [SPARK-12614][CORE] Don't throw non fatal exception from askShixiong Zhu2016-01-261-25/+29
* [SPARK-10509][PYSPARK] Reduce excessive param boiler plate codeHolden Karau2016-01-2612-317/+43
* [SPARK-12993][PYSPARK] Remove usage of ADD_FILES in pysparkJeff Zhang2016-01-261-10/+1
* [SQL] Minor Scaladoc format fixCheng Lian2016-01-261-4/+4
* [SPARK-8725][PROJECT-INFRA] Test modules in topologically-sorted order in dev...Josh Rosen2016-01-264-18/+162
* [SPARK-12952] EMLDAOptimizer initialize() should return EMLDAOptimizer other ...Xusen Yin2016-01-261-1/+3
* [SPARK-11923][ML] Python API for ml.feature.ChiSqSelectorXusen Yin2016-01-261-1/+97
* [SPARK-7799][STREAMING][DOCUMENT] Add the linking and deploying instructions ...Shixiong Zhu2016-01-261-37/+44
* [SPARK-12682][SQL] Add support for (optionally) not storing tables in hive me...Sameer Agarwal2016-01-262-0/+39
* [SPARK-10911] Executors should System.exit on clean shutdown.zhuol2016-01-261-0/+1
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-2630-110/+146
* [SPARK-12961][CORE] Prevent snappy-java memory leakLiang-Chi Hsieh2016-01-261-6/+14
* [SPARK-12937][SQL] bloom filter serializationWenchen Fan2016-01-266-44/+159
* [SQL][MINOR] A few minor tweaks to CSV reader.Reynold Xin2016-01-262-14/+9
* [SPARK-10086][MLLIB][STREAMING][PYSPARK] ignore StreamingKMeans test in PySpa...Xiangrui Meng2016-01-251-0/+1
* [SPARK-12834] Change ser/de of JavaArray and JavaListXusen Yin2016-01-251-1/+5
* [SPARK-11922][PYSPARK][ML] Python api for ml.feature.quantile discretizerHolden Karau2016-01-251-4/+85
* [SPARK-12934] use try-with-resources for streamstedyu2016-01-251-0/+2
* [SPARK-12936][SQL] Initial bloom filter implementationWenchen Fan2016-01-255-0/+602
* [SPARK-12879] [SQL] improve the unsafe row writing frameworkWenchen Fan2016-01-257-78/+258
* [SPARK-12934][SQL] Count-min sketch serializationCheng Lian2016-01-254-19/+213
* [SPARK-12905][ML][PYSPARK] PCAModel return eigenvalues for PySparkYanbo Liang2016-01-252-0/+13
* [SPARK-12975][SQL] Throwing Exception when Bucketing Columns are part of Part...gatorsmile2016-01-253-3/+83
* [SPARK-12901][SQL][HOT-FIX] Fix scala 2.11 compilation.Yin Huai2016-01-252-2/+2
* [SPARK-12902] [SQL] visualization for generated operatorsDavies Liu2016-01-259-32/+104
* [SPARK-12149][WEB UI] Executor UI improvement suggestions - Color UIAlex Bozarth2016-01-257-20/+103
* Closes #10879Xiangrui Meng2016-01-250-0/+0
* [SPARK-11965][ML][DOC] Update user guide for RFormula feature interactionsYanbo Liang2016-01-252-1/+40
* [SPARK-12755][CORE] Stop the event logger before the DAG schedulerMichael Allman2016-01-251-6/+6