aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14109][SQL] Fix HDFSMetadataLog to fallback from FileContext to FileSy...Tathagata Das2016-03-254-26/+288
* [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to SparkShixiong Zhu2016-03-2540-20/+3765
* [SPARK-14159][ML] Fixed bug in StringIndexer + related issue in RFormulaJoseph K. Bradley2016-03-253-13/+22
* [SPARK-14091][CORE] Improve performance of SparkContext.getCallSite()Rajesh Balamohan2016-03-251-1/+1
* [SPARK-14131][SQL] Add a workaround for HADOOP-10622 to fix DataFrameReaderWr...Shixiong Zhu2016-03-251-5/+80
* [SPARK-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullab...Sameer Agarwal2016-03-253-18/+33
* [SPARK-12443][SQL] encoderFor should support DecimalLiang-Chi Hsieh2016-03-255-4/+47
* [SQL][HOTFIX] Fix flakiness in StateStoreRDDSuiteTathagata Das2016-03-252-4/+8
* [SPARK-14144][SQL] Explicitly identify/catch UnsupportedOperationException du...Sameer Agarwal2016-03-251-7/+9
* [SPARK-14061][SQL] implement CreateMapWenchen Fan2016-03-2512-19/+277
* [SPARK-13919] [SQL] fix column pruning through filterDavies Liu2016-03-257-105/+124
* [SPARK-13887][PYTHON][TRIVIAL][BUILD] Make lint-python script fail fastHolden Karau2016-03-251-37/+6
* [SPARK-13456][SQL][FOLLOW-UP] lazily generate the outer pointer for case clas...Wenchen Fan2016-03-254-20/+48
* [SPARK-14149] Log exceptions in tryOrIOExceptionReynold Xin2016-03-252-22/+9
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-2461-816/+1043
* [SPARK-14145][SQL] Remove the untyped version of Dataset.groupByKeyReynold Xin2016-03-244-99/+1
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-2421-45/+45
* [SPARK-13010][ML][SPARKR] Implement a simple wrapper of AFTSurvivalRegression...Yanbo Liang2016-03-246-2/+231
* [SPARK-13957][SQL] Support Group By Ordinal in SQLgatorsmile2016-03-255-25/+156
* [SPARK-13949][ML][PYTHON] PySpark ml DecisionTreeClassifier, Regressor suppor...GayathriMurali2016-03-243-6/+66
* [SPARK-14107][PYSPARK][ML] Add seed as named argument to GBTs in pysparksethah2016-03-242-12/+13
* [SPARK-13980] Incrementally serialize blocks while unrolling them in MemoryStoreJosh Rosen2016-03-246-77/+392
* [SPARK-11871] Add save/load for MLPCXusen Yin2016-03-242-9/+103
* [SPARK-13017][DOCS] Replace example code in mllib-feature-extraction.md using...Xin Ren2016-03-2415-361/+861
* Revert "[SPARK-2208] Fix for local metrics tests can fail on fast machines". ...Sean Owen2016-03-241-25/+15
* [SPARK-2208] Fix for local metrics tests can fail on fast machinesJoan2016-03-241-15/+25
* [SPARK-13019][DOCS] fix for scala-2.10 build: Replace example code in mllib-s...Xin Ren2016-03-2419-382/+1076
* [SPARK-14030][MLLIB] Add parameter check to MLLIBRuifeng Zheng2016-03-2413-13/+83
* Fix typo in ALS.scalaJuarez Bochi2016-03-241-1/+1
* [SPARK-14110][CORE] PipedRDD to print the command ran on non zero exitTejas Patil2016-03-242-6/+22
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-2352-919/+783
* [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml oneJoseph K. Bradley2016-03-2315-1780/+541
* [SPARK-14085][SQL] Star Expansion for Hashgatorsmile2016-03-243-17/+50
* [SPARK-14025][STREAMING][WEBUI] Fix streaming job descriptions on the event t...Liwei Lin2016-03-233-23/+108
* [SPARK-13952][ML] Add random seed to GBTsethah2016-03-239-39/+66
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-2352-783/+919
* [SPARK-14078] Streaming Parquet Based FileSinkMichael Armbrust2016-03-2314-15/+430
* [SPARK-13325][SQL] Create a 64-bit hashcode expressionHerman van Hovell2016-03-237-110/+713
* [SPARK-13809][SQL] State store for streaming aggregationsTathagata Das2016-03-2311-0/+2052
* [SPARK-14015][SQL] Support TimestampType in vectorized parquet readerSameer Agarwal2016-03-236-53/+86
* [SPARK-14092] [SQL] move shouldStop() to end of while loopDavies Liu2016-03-233-7/+12
* [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark paramssethah2016-03-2310-176/+421
* [SPARK-14055] writeLocksByTask need to be update when removeBlockErnest2016-03-231-0/+1
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-2331-402/+555
* [SPARK-13549][SQL] Refactor the Optimizer Rule CollapseProjectgatorsmile2016-03-242-57/+70
* [SPARK-13817][SQL][MINOR] Renames Dataset.newDataFrame to Dataset.ofRowsCheng Lian2016-03-2422-44/+44
* [SPARK-14074][SPARKR] Specify commit sha1 ID when using install_github to ins...Sun Rui2016-03-231-1/+1
* [SPARK-14035][MLLIB] Make error message more verbose for mllib NaiveBayesSuiteJoseph K. Bradley2016-03-231-10/+18
* [HOTFIX][SQL] Don't stop ContinuousQuery in quietlyShixiong Zhu2016-03-232-25/+12
* [SPARK-14088][SQL] Some Dataset API touch-upReynold Xin2016-03-229-40/+56