aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor tests and add documentationSPARK-17647Jakob Odersky2016-12-093-128/+111
* Throw error on invalid escape patternJakob Odersky2016-12-093-19/+31
* Implement Hive's 'like' behaviourJakob Odersky2016-12-093-37/+36
* fix style issuesJakob Odersky2016-12-091-2/+7
* Add more documentationJakob Odersky2016-12-092-11/+63
* Fix testsJakob Odersky2016-12-091-2/+2
* Factor out foldLeft to a for loop and mutable stateJakob Odersky2016-12-091-4/+5
* Add more tests for various combinations of backslashes and SQL pattern charac...Jakob Odersky2016-12-091-0/+14
* Fix backslash escaping in 'LIKE' patterns.Jakob Odersky2016-12-092-19/+19
* [MINOR][SPARKR] Fix SparkR regex in copy commandShivaram Venkataraman2016-12-091-2/+2
* [SPARK-17822][R] Make JVMObjectTracker a member variable of RBackendXiangrui Meng2016-12-098-92/+265
* [MINOR][CORE][SQL][DOCS] Typo fixesJacek Laskowski2016-12-0912-18/+16
* [SPARK-18637][SQL] Stateful UDF should be considered as nondeterministicZhan Zhang2016-12-092-4/+45
* Copy pyspark and SparkR packages to latest release dir tooFelix Cheung2016-12-081-0/+2
* Copy the SparkR source package with LFTPShivaram Venkataraman2016-12-081-0/+1
* [SPARK-18697][BUILD] Upgrade sbt pluginsWeiqing Yang2016-12-091-4/+4
* [SPARK-18349][SPARKR] Update R API documentation on ml model summarywm624@hotmail.com2016-12-082-63/+86
* [SPARKR][PYSPARK] Fix R source package name to match Spark version. Remove pi...Shivaram Venkataraman2016-12-081-0/+9
* [SPARK-18776][SS] Make Offset for FileStreamSource corrected formatted in jsonTathagata Das2016-12-0810-33/+95
* [SPARK-18590][SPARKR] Change the R source build to Hadoop 2.6Shivaram Venkataraman2016-12-081-2/+2
* Close stale PRs.Reynold Xin2016-12-080-0/+0
* [SPARK-18760][SQL] Consistent format specification for FileFormatsReynold Xin2016-12-083-4/+7
* [SPARK-18751][CORE] Fix deadlock when SparkContext.stop is called in Utils.tr...Shixiong Zhu2016-12-088-42/+23
* [SPARK-18590][SPARKR] build R source package when making distributionFelix Cheung2016-12-088-19/+74
* [SPARK-16589] [PYTHON] Chained cartesian produces incorrect number of recordsAndrew Ray2016-12-082-23/+53
* [SPARK-8617][WEBUI] HistoryServer: Include in-progress files during cleanupErgin Seyfe2016-12-082-5/+55
* [SPARK-18662][HOTFIX] Add new resource-managers directories to SparkLauncher.Marcelo Vanzin2016-12-081-2/+3
* [SPARK-18667][PYSPARK][SQL] Change the way to group row in BatchEvalPythonExe...Liang-Chi Hsieh2016-12-082-19/+24
* [SPARK-18718][TESTS] Skip some test failures due to path length limitation an...hyukjinkwon2016-12-085-8/+27
* [SPARK-18325][SPARKR][ML] SparkR ML wrappers example code and user guideYanbo Liang2016-12-0819-178/+810
* [SPARK-18774][CORE][SQL] Ignore non-existing files when ignoreCorruptFiles is...Shixiong Zhu2016-12-075-9/+33
* Close stale pull requests.Reynold Xin2016-12-070-0/+0
* [SPARK-18326][SPARKR][ML] Review SparkR ML wrappers API for 2.1Yanbo Liang2016-12-074-20/+13
* [SPARK-18705][ML][DOC] Update user guide to reflect one pass solver for L1 an...sethah2016-12-071-8/+16
* [SPARK-18758][SS] StreamingQueryListener events from a StreamingQuery should ...Tathagata Das2016-12-074-23/+119
* [SPARK-18633][ML][EXAMPLE] Add multiclass logistic regression summary python ...wm624@hotmail.com2016-12-072-2/+76
* [SPARK-18654][SQL] Remove unreachable patterns in makeRootConverterNathan Howell2016-12-072-36/+22
* [SPARK-18754][SS] Rename recentProgresses to recentProgressMichael Armbrust2016-12-0711-25/+25
* [SPARK-18588][TESTS] Fix flaky test: KafkaSourceStressForDontFailOnDataLossSuiteShixiong Zhu2016-12-075-39/+96
* [SPARK-18762][WEBUI] Web UI should be http:4040 instead of https:4040sarutak2016-12-072-6/+2
* [SPARK-18764][CORE] Add a warning log when skipping a corrupted fileShixiong Zhu2016-12-073-2/+9
* [SPARK-17760][SQL] AnalysisException with dataframe pivot when groupBy column...Andrew Ray2016-12-072-2/+11
* [SPARK-18208][SHUFFLE] Executor OOM due to a growing LongArray in BytesToByte...Jie Xiong2016-12-071-2/+5
* [SPARK-18678][ML] Skewed reservoir sampling in SamplingUtilsSean Owen2016-12-073-5/+22
* [SPARK-18701][ML] Fix Poisson GLM failure due to wrong initializationactuaryzhang2016-12-072-10/+17
* [SPARK-18686][SPARKR][ML] Several cleanup and improvements for spark.logit.Yanbo Liang2016-12-073-147/+203
* [SPARK-18671][SS][TEST-MAVEN] Follow up PR to fix test for MavenTathagata Das2016-12-062-1/+2
* Closes stale & invalid pull requests.Reynold Xin2016-12-060-0/+0
* Update Spark documentation to provide information on how to create External T...c-sahuja2016-12-061-0/+5
* [SPARK-18734][SS] Represent timestamp in StreamingQueryProgress as formatted ...Tathagata Das2016-12-064-10/+14