aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-5486] Added validate method to BlockMatrixBurak Yavuz2015-01-302-5/+84
* [SPARK-5496][MLLIB] Allow both classification and Classification in Algo for ...Xiangrui Meng2015-01-302-2/+7
* [MLLIB] SPARK-4846: throw a RuntimeException and give users hints to increase...Joseph J.C. Tang2015-01-301-0/+7
* SPARK-5393. Flood of util.RackResolver log messages after SPARK-1714Sandy Ryza2015-01-307-28/+18
* [SPARK-5457][SQL] Add missing DSL for ApproxCountDistinct.Takuya UESHIN2015-01-301-0/+5
* [SPARK-5094][MLlib] Add Python API for Gradient Boosted TreesKazuki Taniguchi2015-01-304-56/+318
* [SPARK-5322] Added transpose functionality to BlockMatrixBurak Yavuz2015-01-292-0/+38
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-297-29/+54
* [SPARK-5462] [SQL] Use analyzed query plan in DataFrame.apply()Josh Rosen2015-01-292-3/+9
* [SPARK-5395] [PySpark] fix python process leak while coalesce()Davies Liu2015-01-291-5/+8
* [SQL] DataFrame API improvementsReynold Xin2015-01-296-16/+209
* Revert "[WIP] [SPARK-3996]: Shade Jetty in Spark deliverables"Patrick Wendell2015-01-294-55/+15
* remove 'return'Yoshihiro Shimizu2015-01-291-1/+1
* [WIP] [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-01-294-15/+55
* [SPARK-5464] Fix help() for Python DataFrame instancesJosh Rosen2015-01-292-3/+13
* [SPARK-4296][SQL] Trims aliases when resolving and checking aggregate express...Yin Huai2015-01-291-0/+15
* [SPARK-5373][SQL] Literal in agg grouping expressions leads to incorrect resultwangfei2015-01-292-4/+14
* [SPARK-5367][SQL] Support star expression in udfwangfei2015-01-292-5/+15
* [SPARK-4786][SQL]: Parquet filter pushdown for castable typesYash Datta2015-01-292-2/+51
* [SPARK-5309][SQL] Add support for dictionaries in PrimitiveConverter for Stri...Michael Davies2015-01-292-12/+47
* [SPARK-5429][SQL] Use javaXML plan serialization for Hive golden answers on H...Liang-Chi Hsieh2015-01-291-0/+2
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-2924-141/+42
* [SPARK-5466] Add explicit guava dependencies where needed.Marcelo Vanzin2015-01-293-0/+12
* [SPARK-5477] refactor stat.pyXiangrui Meng2015-01-295-54/+97
* [SQL] Various DataFrame DSL update.Reynold Xin2015-01-2912-45/+114
* [SPARK-3977] Conversion methods for BlockMatrix to other Distributed MatricesBurak Yavuz2015-01-286-3/+127
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-2828-299/+325
* [SPARK-5430] move treeReduce and treeAggregate from mllib to coreXiangrui Meng2015-01-2814-75/+254
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-2819-17/+1212
* [SPARK-5441][pyspark] Make SerDeUtil PairRDD to Python conversions more robustMichael Nazario2015-01-282-4/+47
* [SPARK-4387][PySpark] Refactoring python profiling code to make it extensibleYandu Oppacher2015-01-289-71/+235
* [SPARK-5417] Remove redundant executor-id set() callRyan Williams2015-01-281-1/+0
* [SPARK-5434] [EC2] Preserve spaces in EC2 pathNicholas Chammas2015-01-281-1/+1
* [SPARK-5437] Fix DriverSuite and SparkSubmitSuite timeout issuesAndrew Or2015-01-283-68/+71
* [SPARK-4955]With executor dynamic scaling enabled,executor shoude be added or...lianhuiwang2015-01-281-14/+43
* [SPARK-5440][pyspark] Add toLocalIterator to pyspark rddMichael Nazario2015-01-281-0/+14
* SPARK-1934 [CORE] "this" reference escape to "selectorThread" during construc...Sean Owen2015-01-281-3/+4
* [SPARK-5188][BUILD] make-distribution.sh should support curl, not only wget t...Kousuke Saruta2015-01-284-25/+36
* SPARK-5458. Refer to aggregateByKey instead of combineByKey in docsSandy Ryza2015-01-282-3/+3
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-2833-203/+217
* [SPARK-5361]Multiple Java RDD <-> Python RDD conversions not working correctlyWinston Chen2015-01-283-1/+28
* [SPARK-5291][CORE] Add timestamp and reason why an executor is removed to Spa...Kousuke Saruta2015-01-286-19/+33
* [SPARK-3974][MLlib] Distributed Block Matrix AbstractionsBurak Yavuz2015-01-282-0/+351
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-01-280-0/+0
* [SPARK-5415] bump sbt to version to 0.13.7Ryan Williams2015-01-281-1/+1
* [SPARK-4809] Rework Guava library shading.Marcelo Vanzin2015-01-287-147/+81
* [SPARK-5097][SQL] Test cases for DataFrame expressions.Reynold Xin2015-01-277-73/+315
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-2782-1572/+3444
* SPARK-5199. FS read metrics should support CombineFileSplits and track bytes ...Sandy Ryza2015-01-276-32/+120
* [MLlib] fix python example of ALS in guideDavies Liu2015-01-271-6/+5