aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-12932][JAVA API] improved error message for java type inference failureAndy Grove2016-01-251-1/+2
* [SPARK-12901][SQL] Refactor options for JSON and CSV datasource (not case cla...hyukjinkwon2016-01-256-52/+40
* [SPARK-12624][PYSPARK] Checks row length when converting Java arrays to Pytho...Cheng Lian2016-01-242-1/+17
* [SPARK-12120][PYSPARK] Improve exception message when failing to init…Jeff Zhang2016-01-241-3/+5
* [SPARK-10498][TOOLS][BUILD] Add requirements.txt file for dev python toolsHolden Karau2016-01-241-0/+3
* [SPARK-12971] Fix Hive tests which fail in Hadoop-2.3 SBT buildJosh Rosen2016-01-242-4/+22
* [STREAMING][MINOR] Scaladoc + logsJacek Laskowski2016-01-234-6/+5
* [SPARK-12904][SQL] Strength reduction for integral and decimal literal compar...Reynold Xin2016-01-236-139/+376
* [SPARK-11137][STREAMING] Make StreamingContext.stop() exception-safejayadevanmurali2016-01-231-4/+12
* [SPARK-12760][DOCS] inaccurate description for difference between local vs cl...Sean Owen2016-01-231-4/+4
* [SPARK-12760][DOCS] invalid lambda expression in python example for …Mortada Mehyar2016-01-231-2/+5
* [SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers don't ...Alex Bozarth2016-01-231-1/+1
* [SPARK-12933][SQL] Initial implementation of Count-Min sketchCheng Lian2016-01-239-12/+892
* [SPARK-12872][SQL] Support to specify the option for compression codec for JS...hyukjinkwon2016-01-225-29/+96
* [HOTFIX]Remove rpcEnv.awaitTermination to avoid dead-lock in some testShixiong Zhu2016-01-221-1/+0
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-2243-831/+123
* [HOTFIX][BUILD][TEST-MAVEN] Remove duplicate dependencyShixiong Zhu2016-01-221-7/+4
* [SPARK-12629][SPARKR] Fixes for DataFrame saveAsTable methodNarine Kokhlikyan2016-01-223-9/+41
* [SPARK-12959][SQL] Writing Bucketed Data with Disabled Bucketing in SQLConfgatorsmile2016-01-223-6/+26
* [SPARK-12960] [PYTHON] Some examples are missing support for python2Mark Grover2016-01-212-0/+3
* [SPARK-12747][SQL] Use correct type name for Postgres JDBC's real arrayLiang-Chi Hsieh2016-01-213-3/+9
* [SPARK-12908][ML] Add warning message for LogisticRegression for potential co...DB Tsai2016-01-211-0/+8
* [SPARK-12534][DOC] update documentation to list command line equivalent to pr...felixcheung2016-01-213-6/+36
* [SPARK-12204][SPARKR] Implement drop method for DataFrame in SparkR.Sun Rui2016-01-206-27/+101
* [SPARK-12910] Fixes : R version for installing sparkRShubhanshu Mishra2016-01-202-2/+19
* [SPARK-8968] [SQL] [HOT-FIX] Fix scala 2.11 build.Yin Huai2016-01-201-1/+1
* [SPARK-8968][SQL] external sort by the partition clomns when dynamic partitio...wangfei2016-01-202-99/+166