aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15738][PYSPARK][ML] Adding Pyspark ml RFormula __str__ method similar ...Bryan Cutler2016-06-103-2/+26
* [SPARK-15866] Rename listAccumulator collectionAccumulatorReynold Xin2016-06-104-18/+23
* [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriterLiang-Chi Hsieh2016-06-103-16/+17
* [SPARK-15812][SQ][STREAMING] Added support for sorting after streaming aggreg...Tathagata Das2016-06-104-32/+95
* [SPARK-15837][ML][PYSPARK] Word2vec python add maxsentence parameterWeichenXu2016-06-101-5/+24
* [SPARK-15823][PYSPARK][ML] Add @property for 'accuracy' in MulticlassMetricsZheng RuiFeng2016-06-101-5/+2
* [DOCUMENTATION] fixed groupby aggregation example for pysparkMortada Mehyar2016-06-101-1/+1
* [SPARK-15593][SQL] Add DataFrameWriter.foreach to allow the user consuming da...Shixiong Zhu2016-06-106-42/+413
* [SPARK-15696][SQL] Improve `crosstab` to have a consistent column orderDongjoon Hyun2016-06-092-4/+4
* [SPARK-15791] Fix NPE in ScalarSubqueryEric Liang2016-06-094-4/+15
* [SPARK-15850][SQL] Remove function grouping in SparkSessionReynold Xin2016-06-093-31/+61
* [SPARK-15853][SQL] HDFSMetadataLog.get should close the input streamShixiong Zhu2016-06-091-2/+6
* [SPARK-15794] Should truncate toString() of very wide plansEric Liang2016-06-0914-24/+140
* [SPARK-15841][Tests] REPLSuite has incorrect env set for a couple of tests.Prashant Sharma2016-06-092-4/+4
* [SPARK-12447][YARN] Only update the states when executor is successfully laun...jerryshao2016-06-092-30/+47
* [SPARK-14321][SQL] Reduce date format cost and string-to-date cost in date fu...Herman van Hovell2016-06-091-24/+24
* [SPARK-15839] Fix Maven doc-jar generation when JAVA_7_HOME is setJosh Rosen2016-06-091-6/+23
* [SPARK-15827][BUILD] Publish Spark's forked sbt-pom-reader to Maven CentralJosh Rosen2016-06-092-28/+9
* [SPARK-15788][PYSPARK][ML] PySpark IDFModel missing "idf" propertyJeff Zhang2016-06-091-0/+10
* [SPARK-15804][SQL] Include metadata in the toStructTypeKevin Yu2016-06-092-1/+16
* [SPARK-15818][BUILD] Upgrade to Hadoop 2.7.2Adam Roberts2016-06-094-48/+48
* [SPARK-12712] Fix failure in ./dev/test-dependencies when run against empty ....Josh Rosen2016-06-091-1/+1
* [MINOR][DOC] In Dataset docs, remove self link to Dataset and add link to ColumnSandeep Singh2016-06-081-100/+100
* [SPARK-14670] [SQL] allow updating driver side sql metricsWenchen Fan2016-06-083-8/+85
* [SPARK-15735] Allow specifying min time to run in microbenchmarksEric Liang2016-06-081-37/+72
* [DOCUMENTATION] Fixed target JAR pathprabs2016-06-081-2/+2
* [MINOR] Fix Java Lint errors introduced by #13286 and #13280Sandeep Singh2016-06-083-6/+6
* [SPARK-15793][ML] Add maxSentenceLength for ml.Word2Vecyinxusen2016-06-082-0/+20
* [SPARK-15789][SQL] Allow reserved keywords in most placesHerman van Hovell2016-06-076-28/+35
* [SPARK-15580][SQL] Add ContinuousQueryInfo to make ContinuousQueryListener ev...Shixiong Zhu2016-06-078-76/+203
* [SPARK-14485][CORE] ignore task finished for executor lost and removed by driverzhonghaihua2016-06-071-1/+13
* [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression b...Yanbo Liang2016-06-074-1/+28
* [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT ...Sean Zhong2016-06-075-6/+47
* [SPARK-15760][DOCS] Add documentation for package-related configs.Marcelo Vanzin2016-06-071-0/+47
* [SPARK-15684][SPARKR] Not mask startsWith and endsWith in Rwm624@hotmail.com2016-06-073-3/+44
* [MINOR] fix typo in documentsWeichenXu2016-06-073-3/+3
* [SPARK-15792][SQL] Allows operator to change the verbosity in explain outputSean Zhong2016-06-067-18/+55
* [SPARK-15632][SQL] Typed Filter should NOT change the Dataset schemaSean Zhong2016-06-065-10/+31
* [SPARK-15652][LAUNCHER] Added a new State (LOST) for the listeners of SparkLa...Subroto Sanyal2016-06-063-1/+38
* [SPARK-15783][CORE] still some flakiness in these blacklist tests so ignore f...Imran Rashid2016-06-062-3/+8
* [SPARK-15764][SQL] Replace N^2 loop in BindReferencesJosh Rosen2016-06-066-15/+40
* [SPARK-15721][ML] Make DefaultParamsReadable, DefaultParamsWritable publicJoseph K. Bradley2016-06-062-3/+163
* [SPARK-14279][BUILD] Pick the spark version from pomDhruve Ashar2016-06-066-8/+150
* [SPARK-14900][ML][PYSPARK] Add accuracy and deprecate precison,recall,f1Zheng RuiFeng2016-06-061-0/+18
* [SPARK-15771][ML][EXAMPLES] Use 'accuracy' rather than 'precision' in many ML...Yanbo Liang2016-06-0619-37/+37
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-0670-102/+102
* Revert "[SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivour"Reynold Xin2016-06-053-55/+48
* [SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivourTakeshi YAMAMURO2016-06-053-48/+55
* [SPARK-15704][SQL] add a test case in DatasetAggregatorSuite for regression t...Hiroshi Inoue2016-06-051-0/+19
* [SPARK-15748][SQL] Replace inefficient foldLeft() call with flatMap() in Part...Josh Rosen2016-06-053-5/+5