aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor packagespackagesJakob Odersky2016-04-0812-376/+445
* [SPARK-14435][BUILD] Shade Kryo in our custom Hive 1.2.1 forkJosh Rosen2016-04-083-35/+12
* [SPARK-14394][SQL] Generate AggregateHashMap class for LongTypes during Tungs...Sameer Agarwal2016-04-082-3/+210
* [SPARK-14448] Improvements to ColumnVectortedyu2016-04-082-22/+36
* [SPARK-14298][ML][MLLIB] LDA should support disable checkpointYanbo Liang2016-04-082-3/+6
* [BUILD][HOTFIX] Download Maven from regular mirror network rather than archiv...Josh Rosen2016-04-081-1/+1
* [SPARK-12569][PYSPARK][ML] DecisionTreeRegressor: provide variance of predict...wm624@hotmail.com2016-04-083-7/+35
* [SPARK-14373][PYSPARK] PySpark RandomForestClassifier, Regressor support expo...Kai Jiang2016-04-082-4/+26
* [SPARK-14477][BUILD] Allow custom mirrors for downloading artifacts in build/mvnMark Grover2016-04-081-3/+7
* [SPARK-14470] Allow for overriding both httpclient and httpcore versionsAaron Tokhy2016-04-081-1/+2
* [SPARK-14402][HOTFIX] Fix ExpressionDescription annotationJacek Laskowski2016-04-081-3/+3
* [SPARK-14189][SQL] JSON data sources find compatible types even if inferred d...hyukjinkwon2016-04-082-0/+30
* [SPARK-14103][SQL] Parse unescaped quotes in CSV data source.hyukjinkwon2016-04-089-6/+21
* Replace getLocalizedMessage with just normal toString in exception handling i...Reynold Xin2016-04-071-1/+1
* [SPARK-13048][ML][MLLIB] keepLastCheckpoint option for LDA EM optimizerJoseph K. Bradley2016-04-078-32/+194
* [SPARK-14449][SQL] SparkContext should use SparkListenerInterfaceMichael Armbrust2016-04-074-8/+27
* [SPARK-14468] Always enable OutputCommitCoordinatorAndrew Or2016-04-073-12/+8
* [DOCS][MINOR] Remove sentence about Mesos not supporting cluster mode.Michael Gummelt2016-04-071-2/+1
* [SPARK-14270][SQL] whole stage codegen support for typed filterWenchen Fan2016-04-0711-15/+342
* [SPARK-14410][SQL] Push functions existence check into catalogAndrew Or2016-04-0713-114/+126
* [SPARK-12740] [SPARK-13932] support grouping()/grouping_id() in having/order ...Davies Liu2016-04-073-56/+211
* [SPARK-14456][SQL][MINOR] Remove unused variables and logics in DataSourceKousuke Saruta2016-04-071-10/+0
* [SQL][TESTS] Fix for flaky test in ContinuousQueryManagerSuiteTathagata Das2016-04-071-2/+2
* [SPARK-12384] Enables spark-clients to set the min(-Xms) and max(*.memory con...Dhruve Ashar2016-04-078-20/+35
* [SPARK-14245][WEB UI] Display the user in the application viewAlex Bozarth2016-04-073-0/+10
* Better host description for multi-master mesosMalte2016-04-071-1/+1
* [SPARK-10063][SQL] Remove DirectParquetOutputCommitterReynold Xin2016-04-076-224/+5
* [SPARK-14452][SQL] Explicit APIs in Scala for specifying encodersReynold Xin2016-04-073-236/+327
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-0619-28/+27
* [SPARK-12610][SQL] Left Anti JoinHerman van Hovell2016-04-0616-108/+231
* [SPARK-14446][TESTS] Fix ReplSuite for Scala 2.10.Marcelo Vanzin2016-04-061-1/+1
* [SPARK-12555][SQL] Result should not be corrupted after input columns are reo...Luciano Resende2016-04-071-0/+19
* [SPARK-12382][ML] Remove mllib GBT implementation and wrap mlsethah2016-04-066-226/+207
* [SPARK-14436][SQL] Make JavaDatasetAggregatorSuiteBase public.Marcelo Vanzin2016-04-062-53/+83
* [SPARK-13112][CORE] Make sure RegisterExecutorResponse arrive before LaunchTaskShixiong Zhu2016-04-064-10/+16
* [SPARK-14290][CORE][NETWORK] avoid significant memory copy in netty's transferToZhang, Liye2016-04-061-1/+29
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-0614-44/+59
* [SPARK-14424][BUILD][DOCS] Update the build docs to switch from assembly to p...Holden Karau2016-04-062-11/+4
* [SPARK-12133][STREAMING] Streaming dynamic allocationTathagata Das2016-04-068-3/+683
* [SPARK-14391][LAUNCHER] Increase test timeouts.Marcelo Vanzin2016-04-061-3/+3
* [SPARK-14224] [SPARK-14223] [SPARK-14310] [SQL] fix RowEncoder and parquet re...Davies Liu2016-04-0613-234/+267
* [SPARK-14382][SQL] QueryProgress should be post after committedOffsets is upd...Shixiong Zhu2016-04-062-12/+6
* [SPARK-13430][PYSPARK][ML] Python API for training summaries of linear and lo...Bryan Cutler2016-04-067-30/+602
* [SPARK-14320][SQL] Make ColumnarBatch.Row mutableSameer Agarwal2016-04-065-8/+135
* [SPARK-13538][ML] Add GaussianMixture to MLZheng RuiFeng2016-04-062-0/+444
* [SPARK-14322][MLLIB] Use treeAggregate instead of reduce in OnlineLDAOptimizerYuhao Yang2016-04-061-2/+3
* [SPARK-13786][ML][PYSPARK] Add save/load for pyspark.ml.tuningXusen Yin2016-04-066-111/+404
* [SPARK-14383][SQL] missing "|" in the g4 filebomeng2016-04-062-1/+8
* [SPARK-14429][SQL] Improve LIKE pattern in "SHOW TABLES / FUNCTIONS LIKE <pat...bomeng2016-04-065-24/+46
* [SPARK-14426][SQL] Merge PerserUtils and ParseUtilsKousuke Saruta2016-04-065-138/+144