aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [MINOR][SQL][DOCS] Update `sql/README.md` and remove some unused imports in `...Dongjoon Hyun2016-03-2213-23/+9
* [SPARK-13401][SQL][TESTS] Fix SQL test warnings.Yong Tang2016-03-226-0/+6
* [SPARK-14072][CORE] Show JVM/OS version information when we run a benchmark p...Kazuaki Ishizaki2016-03-221-1/+17
* [SPARK-13806] [SQL] fix rounding mode of negative float/doubleDavies Liu2016-03-222-33/+19
* [HOTFIX][SQL] Add a timeout for 'cq.stop'Shixiong Zhu2016-03-221-1/+9
* [SPARK-13449] Naive Bayes wrapper in SparkRXusen Yin2016-03-226-7/+228
* [SPARK-14060][SQL] Move StringToColumn implicit class into SQLImplicitsReynold Xin2016-03-223-19/+11
* [SPARK-13951][ML][PYTHON] Nested Pipeline persistenceJoseph K. Bradley2016-03-229-175/+300
* [SPARK-14063][SQL] SQLContext.range should return Dataset[java.lang.Long]Reynold Xin2016-03-223-7/+16
* [SPARK-13985][SQL] Deterministic batches with idsMichael Armbrust2016-03-2219-241/+319
* [SPARK-14029][SQL] Improve BooleanSimplification optimization by implementing...Dongjoon Hyun2016-03-223-0/+43
* [SPARK-13774][SQL] - Improve error message for non-existent paths and add testsSunitha Kambhampati2016-03-224-48/+78
* [SPARK-13953][SQL] Specifying the field name for corrupted record via option ...hyukjinkwon2016-03-225-7/+50