aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Maven outputSean Owen2015-01-271-2/+8
* [SPARK-5321] Support for transposing local matricesBurak Yavuz2015-01-276-282/+436
* [SPARK-5419][Mllib] Fix the logic in Vectors.sqdistLiang-Chi Hsieh2015-01-271-7/+12
* [SPARK-3726] [MLlib] Allow sampling_rate not equal to 1.0 in RandomForestsMechCoder2015-01-263-11/+24
* [SPARK-5119] java.lang.ArrayIndexOutOfBoundsException on trying to train...lewuathe2015-01-263-0/+52
* [SPARK-5052] Add common/base classes to fix guava methods signatures.Elmer Garduno2015-01-262-0/+4
* SPARK-960 [CORE] [TEST] JobCancellationSuite "two jobs sharing the same stage...Sean Owen2015-01-261-8/+9
* Fix command spaces issue in make-distribution.shDavid Y. Ross2015-01-261-4/+7
* SPARK-4147 [CORE] Reduce log4j dependencySean Owen2015-01-261-9/+11
* [SPARK-5339][BUILD] build/mvn doesn't work because of invalid URL for maven's...Kousuke Saruta2015-01-261-4/+4
* [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMapDavies Liu2015-01-263-21/+23
* [SPARK-5384][mllib] Vectors.sqdist returns inconsistent results for sparse/de...Yuhao Yang2015-01-251-5/+6
* [SPARK-5268] don't stop CoarseGrainedExecutorBackend for irrelevant Disassoci...CodingCat2015-01-251-2/+6
* SPARK-4430 [STREAMING] [TEST] Apache RAT Checks fail spuriously on test filesSean Owen2015-01-251-7/+2
* [SPARK-5326] Show fetch wait time as optional metric in the UIKay Ousterhout2015-01-254-5/+45
* [SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress file was r...Kousuke Saruta2015-01-252-1/+26
* SPARK-4506 [DOCS] Addendum: Update more docs to reflect that standalone works...Sean Owen2015-01-251-2/+2
* SPARK-5382: Use SPARK_CONF_DIR in spark-class if it is definedJacek Lewandowski2015-01-251-2/+3
* SPARK-3782 [CORE] Direct use of log4j in AkkaUtils interferes with certain lo...Sean Owen2015-01-251-1/+1
* SPARK-3852 [DOCS] Document spark.driver.extra* configsSean Owen2015-01-251-0/+21
* [SPARK-5402] log executor ID at executor-construction timeRyan Williams2015-01-251-4/+7
* [SPARK-5401] set executor ID before creating MetricsSystemRyan Williams2015-01-252-2/+6