aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16485][ML][DOC] Fix privacy of GLM members, rename sqlDataTypes for ML...Joseph K. Bradley2016-07-136-14/+18
* [SPARK-16482][SQL] Describe Table Command for Tables Requiring Runtime Inferr...gatorsmile2016-07-132-22/+22
* [SPARKR][DOCS][MINOR] R programming guide to include csv data source exampleFelix Cheung2016-07-132-10/+19
* [SPARKR][MINOR] R examples and test updatesFelix Cheung2016-07-134-3/+6
* [SPARK-16114][SQL] updated structured streaming guideJames Thomas2016-07-131-26/+23
* [SPARK-16531][SQL][TEST] Remove timezone setting from DataFrameTimeWindowingS...Burak Yavuz2016-07-131-10/+0
* [SPARK-14812][ML][MLLIB][PYTHON] Experimental, DeveloperApi annotation audit ...Joseph K. Bradley2016-07-1373-468/+74
* [SPARK-16435][YARN][MINOR] Add warning log if initialExecutors is less than m...jerryshao2016-07-132-1/+21
* [SPARK-16343][SQL] Improve the PushDownPredicate rule to pushdown predicates ...蒋星博2016-07-142-19/+33
* [SPARK-16469] enhanced simulate multiplyoraviv2016-07-131-4/+9
* [SPARK-16440][MLLIB] Undeleted broadcast variables in Word2Vec causing OoM fo...Sean Owen2016-07-131-0/+3
* [MINOR][YARN] Fix code error in yarn-cluster unit testsharkd2016-07-131-1/+1
* [SPARK-16438] Add Asynchronous Actions documentationsandy2016-07-131-0/+3
* [SPARK-16439] Fix number formatting in SQL UIMaciej Brynski2016-07-131-1/+3
* [MINOR] Fix Java style errors and remove unused importsXin Ren2016-07-134-7/+4
* [SPARK-16375][WEB UI] Fixed misassigned var: numCompletedTasks was assigned t...Alex Bozarth2016-07-137-12/+12
* [SPARK-15889][STREAMING] Follow-up fix to erroneous condition in StreamTestSean Owen2016-07-131-1/+1
* [SPARK-16303][DOCS][EXAMPLES] Updated SQL programming guide and examplesaokolnychyi2016-07-139-806/+1228
* [SPARK-16514][SQL] Fix various regex codegen bugsEric Liang2016-07-122-15/+39
* [SPARK-16284][SQL] Implement reflect SQL functionpetermaxlee2016-07-136-25/+311
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-1222-109/+268
* [SPARK-16405] Add metrics and source for external shuffle serviceYangyang Liu2016-07-126-17/+150
* [SPARK-16414][YARN] Fix bugs for "Can not get user config when calling SparkH...sharkd2016-07-122-8/+54
* [SPARK-16489][SQL] Guard against variable reuse mistakes in expression code g...Reynold Xin2016-07-124-22/+68
* [SPARK-15752][SQL] Optimize metadata only query that has an aggregate whose c...Lianhui Wang2016-07-127-0/+420
* [SPARK-16470][ML][OPTIMIZER] Check linear regression training whether actuall...WeichenXu2016-07-121-0/+5
* [SPARK-16189][SQL] Add ExternalRDD logical plan for input with RDD to have a ...Takuya UESHIN2016-07-125-20/+81
* [MINOR][ML] update comment where is inconsistent with code in ml.regression.L...WeichenXu2016-07-121-1/+1
* [SPARK-16199][SQL] Add a method to list the referenced columns in data source...petermaxlee2016-07-113-16/+151
* [SPARK-12639][SQL] Mark Filters Fully Handled By Sources with *Russell Spitzer2016-07-113-11/+21
* [SPARK-16488] Fix codegen variable namespace collision in pmod and partitionBySameer Agarwal2016-07-112-12/+27
* [SPARK-16430][SQL][STREAMING] Fixed bug in the maxFilesPerTrigger in FileStre...Tathagata Das2016-07-112-5/+36
* [SPARK-16433][SQL] Improve StreamingQuery.explain when no data arrivesShixiong Zhu2016-07-113-5/+5
* [MINOR][STREAMING][DOCS] Minor changes on kinesis integrationXin Ren2016-07-111-13/+13
* [SPARK-16114][SQL] structured streaming event time window exampleJames Thomas2016-07-118-14/+415
* [SPARK-16349][SQL] Fall back to isolated class loader when classes not found.Marcelo Vanzin2016-07-111-3/+9
* [SPARK-16144][SPARKR] update R API doc for mllibFelix Cheung2016-07-112-8/+30
* [SPARKR][DOC] SparkR ML user guides update for 2.0Yanbo Liang2016-07-113-32/+41
* [SPARK-16458][SQL] SessionCatalog should support `listColumns` for temporary ...Dongjoon Hyun2016-07-115-10/+71
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-1135-36/+36
* [SPARK-16459][SQL] Prevent dropping current databaseDongjoon Hyun2016-07-114-7/+25
* [SPARK-16381][SQL][SPARKR] Update SQL examples and programming guide for R la...Xin Ren2016-07-114-144/+212
* [SPARK-16355][SPARK-16354][SQL] Fix Bugs When LIMIT/TABLESAMPLE is Non-foldab...gatorsmile2016-07-115-4/+118
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-119-128/+427
* [SPARK-16476] Restructure MimaExcludes for easier union excludesReynold Xin2016-07-101-1526/+744
* [SPARK-15467][BUILD] update janino version to 3.0.0Kazuaki Ishizaki2016-07-106-6/+6
* [SPARK-16401][SQL] Data Source API: Enable Extending RelationProvider and Cre...gatorsmile2016-07-092-3/+34
* [SPARK-11857][MESOS] Deprecate fine grainedMichael Gummelt2016-07-081-2/+7
* [SPARK-16432] Empty blocks fail to serialize due to assert in ChunkedByteBufferEric Liang2016-07-082-13/+8
* [SPARK-16376][WEBUI][SPARK WEB UI][APP-ID] HTTP ERROR 500 when using rest api...Sean Owen2016-07-081-1/+6