aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16120][STREAMING] getCurrentLogFiles in ReceiverSuite WAL generating a...Ahmed Mahran2016-06-221-1/+1
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-225-150/+314
* [MINOR][MLLIB] DefaultParamsReadable/Writable should be DeveloperApiXiangrui Meng2016-06-221-8/+5
* [SPARK-16127][ML][PYPSARK] Audit @Since annotations related to ml.linalgNick Pentreath2016-06-2214-37/+41
* [SPARK-16107][R] group glm methods in documentationJunyang Qian2016-06-221-44/+36
* [SPARK-15783][CORE] Fix Flakiness in BlacklistIntegrationSuiteImran Rashid2016-06-224-26/+76
* [SPARK-16097][SQL] Encoders.tuple should handle null object correctlyWenchen Fan2016-06-222-13/+42
* [SPARK-16121] ListingFileCatalog does not list in parallel anymoreYin Huai2016-06-223-9/+101
* [SPARK-15162][SPARK-15164][PYSPARK][DOCS][ML] update some pydocsHolden Karau2016-06-223-5/+39
* [SPARK-15644][MLLIB][SQL] Replace SQLContext with SparkSession in MLlibgatorsmile2016-06-2131-81/+100
* [SPARK-16104] [SQL] Do not creaate CSV writer object for every flush when wri...hyukjinkwon2016-06-212-11/+10
* [MINOR][MLLIB] deprecate setLabelCol in ChiSqSelectorModelXiangrui Meng2016-06-211-0/+1
* [SQL][DOC] SQL programming guide add deprecated methods in 2.0.0Felix Cheung2016-06-221-1/+5
* [SPARK-16118][MLLIB] add getDropLast to OneHotEncoderXiangrui Meng2016-06-212-1/+7
* [SPARK-16117][MLLIB] hide LibSVMFileFormat and move its doc to LibSVMDataSourceXiangrui Meng2016-06-212-38/+59
* [SPARK-16096][SPARKR] add union and deprecate unionAllFelix Cheung2016-06-215-13/+47
* [MINOR][MLLIB] move setCheckpointInterval to non-expert settersXiangrui Meng2016-06-211-1/+1
* [SPARK-16002][SQL] Sleep when no new data arrives to avoid 100% CPU usageShixiong Zhu2016-06-217-7/+42
* [SPARK-16037][SQL] Follow-up: add DataFrameWriter.insertInto() test cases for...Cheng Lian2016-06-211-0/+48
* [SPARK-15741][PYSPARK][ML] Pyspark cleanup of set default seed to NoneBryan Cutler2016-06-214-7/+7
* [SPARK-16109][SPARKR][DOC] R more doc fixesFelix Cheung2016-06-215-23/+40
* [SPARK-16086] [SQL] [PYSPARK] create Row without any fieldsDavies Liu2016-06-212-6/+12
* [SPARK-16080][YARN] Set correct link name for conf archive in executors.Marcelo Vanzin2016-06-212-4/+18
* [SPARK-13792][SQL] Addendum: Fix Python APIReynold Xin2016-06-211-21/+33
* [SPARK-15177][.1][R] make SparkR model params and default values consistent w...Xiangrui Meng2016-06-214-46/+44
* [SPARK-16084][SQL] Minor comments update for "DESCRIBE" tablebomeng2016-06-211-3/+3
* [SPARK-16045][ML][DOC] Spark 2.0 ML.feature: doc update for stopwords and bin...Yuhao Yang2016-06-211-6/+10
* [SPARK-10258][DOC][ML] Add @Since annotations to ml.featureNick Pentreath2016-06-2128-68/+362
* Revert "[SPARK-16086] [SQL] fix Python UDF without arguments (for 1.6)"Xiangrui Meng2016-06-212-8/+6
* [SPARK-15319][SPARKR][DOCS] Fix SparkR doc layout for corr and other DataFram...Felix Cheung2016-06-212-23/+17
* [SPARKR][DOCS] R code doc cleanupFelix Cheung2016-06-208-84/+70
* [SPARK-15894][SQL][DOC] Update docs for controlling #partitionsTakeshi YAMAMURO2016-06-211-0/+17
* [SPARK-15863][SQL][DOC][SPARKR] sql programming guide updates to include spar...Felix Cheung2016-06-212-19/+17
* [SPARK-16025][CORE] Document OFF_HEAP storage level in 2.0Eric Liang2016-06-201-0/+5
* [SPARK-16044][SQL] input_file_name() returns empty strings in data sources ba...hyukjinkwon2016-06-203-3/+40
* [SPARK-16074][MLLIB] expose VectorUDT/MatrixUDT in a public APIXiangrui Meng2016-06-203-0/+93
* [SPARK-16056][SPARK-16057][SPARK-16058][SQL] Fix Multiple Bugs in Column Part...gatorsmile2016-06-202-15/+98
* [SPARK-13792][SQL] Limit logging of bad records in CSV data sourceReynold Xin2016-06-205-15/+44
* [SPARK-15294][R] Add `pivot` to SparkRDongjoon Hyun2016-06-204-0/+73
* [SPARK-16086] [SQL] fix Python UDF without arguments (for 1.6)Davies Liu2016-06-202-6/+8
* remove duplicated docs in dapplyNarine Kokhlikyan2016-06-202-2/+4
* [SPARK-16079][PYSPARK][ML] Added missing import for DecisionTreeRegressionMod...Bryan Cutler2016-06-202-2/+6
* [SPARK-16061][SQL][MINOR] The property "spark.streaming.stateStore.maintenanc...Kousuke Saruta2016-06-201-1/+1
* [SPARK-15982][SPARK-16009][SPARK-16007][SQL] Harmonize the behavior of DataFr...Tathagata Das2016-06-203-56/+420
* [SPARK-15863][SQL][DOC] Initial SQL programming guide update for Spark 2.0Cheng Lian2016-06-201-288/+317
* [SPARK-14995][R] Add `since` tag in Roxygen documentation for SparkR API methodsDongjoon Hyun2016-06-2014-34/+340
* [MINOR] Closing stale pull requests.Sean Owen2016-06-200-0/+0
* [SPARK-15159][SPARKR] SparkSession roxygen2 doc, programming guide, example u...Felix Cheung2016-06-209-239/+162
* [SPARK-16053][R] Add `spark_partition_id` in SparkRDongjoon Hyun2016-06-204-0/+27
* [SPARKR] fix R roxygen2 doc for count on GroupedDataFelix Cheung2016-06-201-1/+3