aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15523][ML][MLLIB] Update JPMML to 1.2.15Villu Ruusmann2016-05-266-22/+13
* [SPARK-15492][ML][DOC] Binarization scala example copy & paste to spark-shell...wm624@hotmail.com2016-05-262-4/+3
* [SPARK-15537][SQL] fix dir delete issueBo Meng2016-05-262-21/+3
* [SPARK-15543][SQL] Rename DefaultSources to make them more self-describingReynold Xin2016-05-2520-69/+99
* [SPARK-10372] [CORE] basic test framework for entire spark schedulerImran Rashid2016-05-267-13/+728
* [SPARK-15439][SPARKR] Failed to run unit test in SparkRwm624@hotmail.com2016-05-252-2/+10
* [SPARK-15533][SQL] Deprecate Dataset.explodeSameer Agarwal2016-05-251-11/+22
* [SPARK-15525][SQL][BUILD] Upgrade ANTLR4 SBT pluginHerman van Hovell2016-05-257-15/+7
* [SPARK-15534][SPARK-15535][SQL] Truncate table fixesAndrew Or2016-05-254-23/+6
* Log warnings for numIterations * miniBatchFraction < 1.0Gio Borje2016-05-251-0/+5
* [MINOR] [PYSPARK] [EXAMPLES] Changed examples to use SparkSession.sparkContex...Bryan Cutler2016-05-255-5/+5
* [SPARK-14269][SCHEDULER] Eliminate unnecessary submitStage() call.Takuya UESHIN2016-05-252-25/+17
* [SPARK-15493][SQL] default QuoteEscapingEnabled flag to true when writing CSVJurriaan Pruis2016-05-2511-7/+69
* [SPARK-15483][SQL] IncrementalExecution should use extra strategies.Takuya UESHIN2016-05-252-1/+17
* [SPARK-15500][DOC][ML][PYSPARK] Remove default value in Param doc field in ALSNick Pentreath2016-05-252-6/+4
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-2511-12/+12
* [MINOR][CORE] Fix a HadoopRDD log message and remove unused imports in rdd fi...Dongjoon Hyun2016-05-255-7/+4
* [SPARK-15520][SQL] SparkSession builder in python should also allow overridin...Eric Liang2016-05-251-11/+24
* [SPARK-15345][SQL][PYSPARK] SparkSession's conf doesn't take effect when this...Jeff Zhang2016-05-253-3/+28
* [SPARK-9044] Fix "Storage" tab in UI so that it reflects RDD name change.Lukasz2016-05-253-2/+19
* [SPARK-15436][SQL] Remove DescribeFunction and ShowFunctionsReynold Xin2016-05-2510-121/+145
* [SPARK-12071][DOC] Document the behaviour of NA in RKrishna Kalyan2016-05-241-0/+1
* [SPARK-15412][PYSPARK][SPARKR][DOCS] Improve linear isotonic regression pydoc...Holden Karau2016-05-242-14/+20
* [SPARK-15508][STREAMING][TESTS] Fix flaky test: JavaKafkaStreamSuite.testKafk...Shixiong Zhu2016-05-241-6/+15
* [SPARK-15498][TESTS] fix slow testsWenchen Fan2016-05-245-79/+128
* [SPARK-15365][SQL] When table size statistics are not available from metastor...Parth Brahmbhatt2016-05-243-9/+83
* [SPARK-15518] Rename various scheduler backend for consistencyReynold Xin2016-05-2414-107/+123
* [SPARK-15512][CORE] repartition(0) should raise IllegalArgumentExceptionDongjoon Hyun2016-05-246-1/+27
* [SPARK-15458][SQL][STREAMING] Disable schema inference for streaming datasets...Tathagata Das2016-05-243-91/+166
* [SPARK-15502][DOC][ML][PYSPARK] add guide note that ALS only supports integer...Nick Pentreath2016-05-241-1/+5
* [MINOR][CORE][TEST] Update obsolete `takeSample` test case.Dongjoon Hyun2016-05-241-8/+7
* [SPARK-15388][SQL] Fix spark sql CREATE FUNCTION with hive 1.2.1wangyang2016-05-242-2/+13
* [SPARK-15405][YARN] Remove unnecessary upload of config archive.Marcelo Vanzin2016-05-242-8/+13
* [SPARK-15433] [PYSPARK] PySpark core test should not use SerDe from PythonMLL...Liang-Chi Hsieh2016-05-242-3/+3
* [SPARK-13135] [SQL] Don't print expressions recursively in generated codeDongjoon Hyun2016-05-2410-12/+82
* [SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option workLiang-Chi Hsieh2016-05-2410-53/+102
* [SPARK-15442][ML][PYSPARK] Add 'relativeError' param to PySpark QuantileDiscr...Nick Pentreath2016-05-242-20/+44
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-236-21/+30
* Revert "[SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grow...Andrew Or2016-05-232-61/+6
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-05-232-6/+61
* [SPARK-15485][SQL][DOCS] Spark SQL Configurationgatorsmile2016-05-231-0/+42
* [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with...WeichenXu2016-05-2322-232/+298
* [SPARK-15311][SQL] Disallow DML on Regular Tables when Using In-Memory Cataloggatorsmile2016-05-233-1/+65
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-2310-17/+149
* [MINOR][SPARKR][DOC] Add a description for running unit tests in Windowshyukjinkwon2016-05-232-1/+27
* [SPARK-15315][SQL] Adding error check to the CSV datasource writer for unsup...sureshthalamati2016-05-232-1/+35
* [MINOR][SQL][DOCS] Add notes of the deterministic assumption on UDF functionsDongjoon Hyun2016-05-237-0/+15
* [SPARK-15279][SQL] Catch conflicting SerDe when creating tableAndrew Or2016-05-234-33/+129
* [SPARK-15471][SQL] ScalaReflection cleanupWenchen Fan2016-05-232-88/+21
* [SPARK-14031][SQL] speedup CSV writerDavies Liu2016-05-232-13/+29