aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-10082][MLLIB] minor style updates for matrix indexing after #8271Xiangrui Meng2015-10-202-8/+8
* [SPARK-11153][SQL] Disables Parquet filter push-down for string and binary co...Cheng Lian2015-10-212-2/+31
* [SPARK-10767][PYSPARK] Make pyspark shared params codegen more consistentHolden Karau2015-10-203-65/+65
* [SPARK-10082][MLLIB] Validate i, j in apply DenseMatrices and SparseMatricesMechCoder2015-10-202-0/+15
* [SPARK-10269][PYSPARK][MLLIB] Add @since annotation to pyspark.mllib.classifi...noelsmith2015-10-201-4/+66
* [SPARK-10261][DOCUMENTATION, ML] Fixed @Since annotation to ml.evaluationTijo Thomas2015-10-204-7/+43
* [SPARK-10272][PYSPARK][MLLIB] Added @since tags to pyspark.mllib.evaluationnoelsmith2015-10-201-0/+41
* [SPARK-11149] [SQL] Improve cache performance for primitive typesDavies Liu2015-10-209-122/+265
* [SPARK-11111] [SQL] fast null-safe joinDavies Liu2015-10-205-15/+105
* [SPARK-6740] [SQL] correctly parse NOT operator with comparison operationsWenchen Fan2015-10-203-8/+21
* [SPARK-11105] [YARN] Distribute log4j.properties to executorsvundela2015-10-202-1/+17
* [SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9Holden Karau2015-10-2017-66/+34
* [SPARK-10463] [SQL] remove PromotePrecision during optimizationDaoyuan Wang2015-10-201-3/+4
* [SPARK-11110][BUILD] Remove transient annotation for parameters.Jakob Odersky2015-10-202-4/+4
* [SPARK-10876] Display total uptime for completed applicationsJean-Baptiste Onofré2015-10-202-8/+17
* [SPARK-11088][SQL] Merges partition values using UnsafeProjectionCheng Lian2015-10-191-49/+24
* [SPARK-11120] Allow sane default number of executor failures when dynamically...Ryan Williams2015-10-193-13/+29
* [SPARK-9708][MESOS] Spark should create local temporary directories in Mesos ...Chris Bannister2015-10-191-3/+14
* [SPARK-11114][PYSPARK] add getOrCreate for SparkContext/SQLContext in PythonDavies Liu2015-10-194-2/+59
* [SPARK-11051][CORE] Do not allow local checkpointing after the RDD is materia...Liang-Chi Hsieh2015-10-192-7/+32
* [SPARK-11131][CORE] Fix race in worker registration protocol.Marcelo Vanzin2015-10-196-56/+86
* [SPARK-11063] [STREAMING] Change preferredLocations of Receiver's RDD to host...zsxwing2015-10-193-2/+29
* [SPARK-11180][SQL] Support BooleanType in DataFrame.na.fillRishabh Bhardwaj2015-10-192-16/+27
* [SPARK-11119] [SQL] cleanup for unsafe array and mapWenchen Fan2015-10-1910-192/+174
* [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L…lewuathe2015-10-1910-494/+640
* [SPARK-9643] Upgrade pyrolite to 4.9Alex Angelini2015-10-191-1/+1
* [SPARK-10921][YARN] Completely remove the use of SparkContext.prefer…Jacek Laskowski2015-10-194-19/+9
* [SPARK-11126][SQL] Fix the potential flaky testzsxwing2015-10-191-0/+2
* [SPARK-7018][BUILD] Refactor dev/run-tests-jenkins into PythonBrennon York2015-10-188-269/+285
* [SPARK-11126][SQL] Fix a memory leak in SQLListener._stageIdToStageMetricszsxwing2015-10-182-3/+23
* [SPARK-11158][SQL] Modified _verify_type() to be more informative on Errors b...Mahmoud Lababidi2015-10-181-3/+3
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-10-180-0/+0
* [SPARK-11169] Remove the extra spaces in merge scriptReynold Xin2015-10-181-8/+8
* [SPARK-11174] [DOCS] Fix typo in the GraphX programming guideLukasz Piepiora2015-10-181-1/+1
* [SPARK-11172] Close JsonParser/Generator in testtedyu2015-10-181-6/+8
* [SPARK-11000] [YARN] Load `metadata.Hive` class only when `hive.metastore.uri...huangzhaowei2015-10-171-4/+4
* [SPARK-11129] [MESOS] Link Spark WebUI from Mesos WebUIph2015-10-172-2/+12
* [SPARK-10185] [SQL] Feat sql comma separated pathsKoert Kuipers2015-10-175-11/+81
* [SPARK-11165] Logging trait should be private - not DeveloperApi.Reynold Xin2015-10-171-3/+2
* [SPARK-9963] [ML] RandomForest cleanup: replace predictNodeIndex with predict...Luvsandondov Lkhamsuren2015-10-172-43/+38
* [SPARK-11029] [ML] Add computeCost to KMeansModel in spark.mlYuhao Yang2015-10-172-0/+13
* [SPARK-11084] [ML] [PYTHON] Check if index can contain non-zero value before ...zero3232015-10-162-2/+12
* [SPARK-10599] [MLLIB] Lower communication for block matrix multiplicationBurak Yavuz2015-10-162-22/+76
* [SPARK-11050] [MLLIB] PySpark SparseVector can return wrong index in e…Bhargav Mangipudi2015-10-161-2/+3
* [SPARK-11109] [CORE] Move FsHistoryProvider off deprecated AccessControlExcep...gweidner2015-10-161-1/+1
* [SPARK-11104] [STREAMING] Fix a deadlock in StreamingContex.stopzsxwing2015-10-161-24/+31
* [SPARK-10974] [STREAMING] Add progress bar for output operation column and us...zsxwing2015-10-1614-201/+258
* [SPARK-10581] [DOCS] Groups are not resolved in scaladoc in sql classesPravin Gadakh2015-10-163-6/+6
* [SPARK-11124] JsonParser/Generator should be closed for resource recyclenavis.ryu2015-10-164-52/+57
* [SPARK-11122] [BUILD] [WARN] Add tag to fatal warningsJakob Odersky2015-10-161-2/+9