aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [GRAPHX][EXAMPLES] move graphx test data directory and update graphx documentWeichenXu2016-07-023-9/+9
* [SPARK-16095][YARN] Yarn cluster mode should report correct state to SparkLau...peng.zhang2016-07-012-15/+31
* [SPARK-16233][R][TEST] ORC test should be enabled only when HiveContext is av...Dongjoon Hyun2016-07-011-0/+2
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-014-35/+36
* [SPARK-16299][SPARKR] Capture errors from R workers in daemon.R to avoid dele...Sun Rui2016-07-011-1/+1
* [SPARK-16012][SPARKR] Implement gapplyCollect which will apply a R function o...Narine Kokhlikyan2016-07-015-67/+177
* [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimizerDongjoon Hyun2016-07-013-1/+242
* [SPARK-16222][SQL] JDBC Sources - Handling illegal input values for `fetchsiz...gatorsmile2016-07-017-45/+98
* [SPARK-15761][MLLIB][PYSPARK] Load ipython when default python is Python3MechCoder2016-07-011-1/+3
* [SPARK-16182][CORE] Utils.scala -- terminateProcess() should call Process.des...Sean Owen2016-07-012-31/+47
* [SPARK-12177][STREAMING][KAFKA] limit api surface areacody koeninger2016-07-0113-193/+222
* [SPARK-16331][SQL] Reduce code generation timeHiroshi Inoue2016-06-301-39/+43
* [SPARK-14608][ML] transformSchema needs better documentationYuhao Yang2016-06-301-1/+4
* [SPARK-15954][SQL] Disable loading test tables in Python testsReynold Xin2016-06-302-161/+185
* [SPARK-15643][DOC][ML] Add breaking changes to ML migration guideNick Pentreath2016-06-301-3/+101
* [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and 'fromML' conversion methods ...Nick Pentreath2016-06-302-0/+168
* [SPARK-16276][SQL] Implement elt SQL functionpetermaxlee2016-07-016-2/+82
* [SPARK-16313][SQL] Spark should not silently drop exceptions in file listingReynold Xin2016-06-306-13/+29
* [SPARK-16336][SQL] Suggest doing table refresh upon FileNotFoundExceptionpetermaxlee2016-06-302-1/+102
* [SPARK-16256][DOCS] Fix window operation diagramTathagata Das2016-06-304-1/+1
* [SPARK-16212][STREAMING][KAFKA] code cleanup from review feedbackcody koeninger2016-06-303-14/+12
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-3014-72/+276
* [SPARK-15865][CORE] Blacklist should not result in job hanging with less than...Imran Rashid2016-06-309-15/+194
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-3012-12/+60
* [SPARK-15820][PYSPARK][SQL] Add Catalog.refreshTable into python APIWeichenXu2016-06-302-1/+6
* [SPARK-16071][SQL] Checks size limit when doubling the array size in BufferHo...Sean Zhong2016-06-302-2/+53
* [SPARK-12177][TEST] Removed test to avoid compilation issue in scala 2.10Tathagata Das2016-06-301-4/+4
* [SPARK-16241][ML] model loading backward compatibility for ml NaiveBayeszlpmichelle2016-06-301-4/+7
* [SPARK-16256][DOCS] Minor fixes on the Structured Streaming Programming GuideTathagata Das2016-06-291-21/+23
* [SPARK-12177][STREAMING][KAFKA] Update KafkaDStreams to new Kafka 0.10 Consum...cody koeninger2016-06-2922-6/+3359
* [SPARK-16294][SQL] Labelling support for the include_example Jekyll pluginCheng Lian2016-06-295-43/+43
* [SPARK-16274][SQL] Implement xpath_booleanpetermaxlee2016-06-305-1/+154
* [SPARK-16267][TEST] Replace deprecated `CREATE TEMPORARY TABLE ... USING` fro...Dongjoon Hyun2016-06-297-18/+18
* [SPARK-16134][SQL] optimizer rules for typed filterWenchen Fan2016-06-308-91/+162
* [SPARK-16228][SQL] HiveSessionCatalog should return `double`-param functions ...Dongjoon Hyun2016-06-292-1/+22
* [SPARK-16238] Metrics for generated method and class bytecode sizeEric Liang2016-06-293-1/+55
* [SPARK-16006][SQL] Attemping to write empty DataFrame with no fields throws n...Dongjoon Hyun2016-06-292-2/+3
* [SPARK-16301] [SQL] The analyzer rule for resolving using joins should respec...Yin Huai2016-06-292-7/+49
* [TRIVIAL] [PYSPARK] Clean up orc compression option as wellhyukjinkwon2016-06-291-2/+1
* [SPARK-16256][SQL][STREAMING] Added Structured Streaming Programming GuideTathagata Das2016-06-298-0/+1157
* [SPARK-14480][SQL] Remove meaningless StringIteratorReader for CSV data source.hyukjinkwon2016-06-294-291/+33
* [SPARK-16236][SQL][FOLLOWUP] Add Path Option back to Load API in DataFrameReadergatorsmile2016-06-291-1/+3
* [SPARK-16140][MLLIB][SPARKR][DOCS] Group k-means method in generated R docXin Ren2016-06-292-39/+35
* [MINOR][SPARKR] Fix arguments of survreg in SparkRYanbo Liang2016-06-291-2/+2
* [SPARK-15990][YARN] Add rolling log aggregation support for Spark on yarnjerryshao2016-06-293-0/+67
* [SPARK-15858][ML] Fix calculating error by tree stack over flow prob…Mahmoud Rawas2016-06-292-43/+34
* [SPARK-16261][EXAMPLES][ML] Fixed incorrect appNames in ML ExamplesBryan Cutler2016-06-294-4/+4
* [SPARK-16157][SQL] Add New Methods for comments in StructField and StructTypegatorsmile2016-06-2910-21/+125
* [SPARK-16291][SQL] CheckAnalysis should capture nested aggregate functions th...Cheng Lian2016-06-293-5/+12
* [TRIVIAL][DOCS][STREAMING][SQL] The return type mentioned in the Javadoc is i...Holden Karau2016-06-291-2/+2