aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARKR] add csv testsFelix Cheung2016-06-281-0/+18
* [MINOR][DOCS][STRUCTURED STREAMING] Minor doc fixes around `DataFrameWriter` ...Burak Yavuz2016-06-288-17/+17
* [SPARK-16114][SQL] structured streaming network word count examplesJames Thomas2016-06-283-0/+234
* [SPARK-16100][SQL] fix bug when use Map as the buffer type of AggregatorWenchen Fan2016-06-292-11/+32
* [SPARK-16236][SQL] Add Path Option back to Load API in DataFrameReadergatorsmile2016-06-282-1/+29
* [SPARK-16175] [PYSPARK] handle None for UDTDavies Liu2016-06-282-2/+16
* [SPARK-16259][PYSPARK] cleanup options in DataFrame read/write APIDavies Liu2016-06-281-99/+20
* [SPARK-16148][SCHEDULER] Allow for underscores in TaskLocation in the Executo...Tom Magrino2016-06-282-7/+9
* [MINOR][SPARKR] update sparkR DataFrame.R commentWeichenXu2016-06-281-2/+2
* [SPARK-15643][DOC][ML] Update spark.ml and spark.mllib migration guide from 1...Yanbo Liang2016-06-282-19/+68
* [SPARK-16181][SQL] outer join with isNull filter may return wrong resultWenchen Fan2016-06-282-0/+17
* [SPARK-16224] [SQL] [PYSPARK] SparkSession builder's configs need to be set t...Yin Huai2016-06-284-1/+59
* [SPARK-16242][MLLIB][PYSPARK] Conversion between old/new matrix columns in a ...Yanbo Liang2016-06-282-0/+94
* [SPARK-16128][SQL] Allow setting length of characters to be truncated to, in ...Prashant Sharma2016-06-287-17/+97
* [SPARK-16202][SQL][DOC] Correct The Description of CreatableRelationProvider'...gatorsmile2016-06-271-3/+3
* [SPARK-15863][SQL][DOC][FOLLOW-UP] Update SQL programming guide.Yin Huai2016-06-271-18/+16
* [SPARK-16221][SQL] Redirect Parquet JUL logger via SLF4J for WRITE operationsDongjoon Hyun2016-06-281-5/+12
* [SPARK-16111][SQL][DOC] Hide SparkOrcNewRecordReader in API docsDongjoon Hyun2016-06-271-1/+3
* [SPARK-16143][R] group AFT survival regression methods docs in a single RdJunyang Qian2016-06-271-46/+42
* [SPARK-16220][SQL] Add scope to show functionsHerman van Hovell2016-06-279-24/+70
* [SPARK-16106][CORE] TaskSchedulerImpl should properly track executors added t...Imran Rashid2016-06-272-65/+111
* [SPARK-16136][CORE] Fix flaky TaskManagerSuiteImran Rashid2016-06-271-25/+43
* [SPARK-16231][PYSPARK][ML][EXAMPLES] dataframe_example.py fails to convert ML...Bryan Cutler2016-06-271-1/+3
* [SPARK-16187][ML] Implement util method for ML Matrix conversion in scala/javaYuhao Yang2016-06-274-7/+187
* [SPARK-16220][SQL] Revert Change to Bring Back SHOW FUNCTIONS FunctionalityBill Chambers2016-06-275-9/+22
* [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapDataTakeshi YAMAMURO2016-06-276-23/+76
* [SPARK-10591][SQL][TEST] Add a testcase to ensure if `checkAnswer` handles ma...Dongjoon Hyun2016-06-271-0/+7
* [MINOR][CORE] Fix display wrong free memory size in the logjerryshao2016-06-271-1/+2
* [SPARK-16214][EXAMPLES] fix the denominator of SparkPi杨浩2016-06-271-1/+1
* [SPARK-16184][SPARKR] conf API for SparkSessionFelix Cheung2016-06-264-10/+57
* [SPARK-16193][TESTS] Address flaky ExternalAppendOnlyMapSuite spilling testsSean Owen2016-06-251-1/+12
* [SPARK-1301][WEB UI] Added anchor links to Accumulators and Tasks on StagePageAlex Bozarth2016-06-254-4/+64
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-254-7/+15
* [MLLIB] org.apache.spark.mllib.util.SVMDataGenerator generates ArrayIndexOutO...José Antonio2016-06-251-1/+1
* [SPARK-16186] [SQL] Support partition batch pruning with `IN` predicate in In...Dongjoon Hyun2016-06-242-1/+26
* [SPARK-16192][SQL] Add type checks in CollectSetTakeshi YAMAMURO2016-06-243-2/+21
* [SPARK-16195][SQL] Allow users to specify empty over clause in window express...Dilip Biswal2016-06-243-1/+30
* [SPARK-16173] [SQL] Can't join describe() of DataFrame in Scala 2.10Dongjoon Hyun2016-06-241-1/+2
* Revert "[SPARK-16186] [SQL] Support partition batch pruning with `IN` predica...Davies Liu2016-06-242-26/+1
* [SPARK-16186] [SQL] Support partition batch pruning with `IN` predicate in In...Dongjoon Hyun2016-06-242-1/+26
* [SPARK-16179][PYSPARK] fix bugs for Python udf in generateDavies Liu2016-06-242-2/+9
* [SQL][MINOR] Simplify data source predicate filter translation.Reynold Xin2016-06-241-44/+25
* [SPARK-16077] [PYSPARK] catch the exception from pickle.whichmodule()Davies Liu2016-06-241-2/+12
* [SPARK-15963][CORE] Catch `TaskKilledException` correctly in Executor.TaskRunnerLiwei Lin2016-06-242-1/+145
* [SPARK-15997][DOC][ML] Update user guide for HashingTF, QuantileVectorizer an...GayathriMurali2016-06-244-18/+38
* [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favo...Sean Owen2016-06-2413-48/+44
* [SPARK-16125][YARN] Fix not test yarn cluster mode correctly in YarnClusterSuitepeng.zhang2016-06-244-8/+3
* [SPARK-13709][SQL] Initialize deserializer with both table and partition prop...Cheng Lian2016-06-232-1/+97
* [SPARK-16133][ML] model loading backward compatibility for ml.featureYuhao Yang2016-06-233-5/+11
* [SPARK-16142][R] group naiveBayes method docs in a single RdXiangrui Meng2016-06-231-48/+42