aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6094] [MLLIB] Add MultilabelMetrics in PySpark/MLlibYanbo Liang2015-05-202-0/+125
* [SPARK-7654] [MLLIB] Migrate MLlib to the DataFrame reader/writer APIXiangrui Meng2015-05-2010-12/+12
* [SPARK-7533] [YARN] Decrease spacing between AM-RM heartbeats.ehnalis2015-05-202-10/+39
* [SPARK-7320] [SQL] Add Cube / Rollup for dataframeCheng Hao2015-05-203-28/+230
* [SPARK-7663] [MLLIB] Add requirement for word2vec modelXusen Yin2015-05-201-0/+3
* [SPARK-7656] [SQL] use CatalystConf in FunctionRegistryscwf2015-05-193-7/+9
* [SPARK-7744] [DOCS] [MLLIB] Distributed matrix" section in MLlib "Data Types"...Mike Dusenberry2015-05-191-64/+64
* [SPARK-6246] [EC2] fixed support for more than 100 nodesalyaxey2015-05-191-1/+5
* [SPARK-7662] [SQL] Resolve correct names for generator in projectionCheng Hao2015-05-193-4/+42
* [SPARK-7738] [SQL] [PySpark] add reader and writer API in PythonDavies Liu2015-05-196-92/+430
* [SPARK-7652] [MLLIB] Update the implementation of naive Bayes prediction with...Liang-Chi Hsieh2015-05-191-17/+24
* [SPARK-7586] [ML] [DOC] Add docs of Word2Vec in ml packageXusen Yin2015-05-192-0/+165
* [SPARK-7726] Fix Scaladoc false errorsIulian Dragos2015-05-196-3/+15
* [SPARK-7678] [ML] Fix default random seed in HasSeedJoseph K. Bradley2015-05-196-12/+14
* [SPARK-7047] [ML] ml.Model optional parent supportJoseph K. Bradley2015-05-193-1/+7
* [SPARK-7704] Updating Programming Guides per SPARK-4397Dice2015-05-191-6/+5
* [SPARK-7681] [MLLIB] remove mima excludes for 1.3Xiangrui Meng2015-05-191-8/+1
* [SPARK-7723] Fix string interpolation in pipeline examplesSaleem Ansari2015-05-191-2/+2
* [HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6"Patrick Wendell2015-05-192-3/+3
* Fixing a few basic typos in the Programming Guide.Mike Dusenberry2015-05-191-3/+3
* [SPARK-7581] [ML] [DOC] User guide for spark.ml PolynomialExpansionXusen Yin2015-05-192-0/+174
* [HOTFIX] Fixing style failures in Kinesis sourcePatrick Wendell2015-05-192-4/+6
* [HOTFIX]: Java 6 Build BreaksPatrick Wendell2015-05-192-15/+2
* [SPARK-7687] [SQL] DataFrame.describe() should cast all aggregates to StringJosh Rosen2015-05-183-14/+19
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-187-0/+189
* [SPARK-7681] [MLLIB] Add SparseVector support for gemvLiang-Chi Hsieh2015-05-184-33/+240
* [SPARK-7692] Updated Kinesis examplesTathagata Das2015-05-182-237/+268
* [SPARK-7621] [STREAMING] Report Kafka errors to StreamingListenersjerluc2015-05-182-2/+2
* [SPARK-7624] Revert #4147Davies Liu2015-05-181-21/+2
* [SQL] Fix serializability of ORC table scanMichael Armbrust2015-05-181-1/+1
* [SPARK-7063] when lz4 compression is used, it causes core dumpJihong MA2015-05-181-1/+1
* [SPARK-7501] [STREAMING] DAG visualization: show DStream operationsAndrew Or2015-05-1814-145/+484
* [HOTFIX] Fix ORC build breakMichael Armbrust2015-05-181-5/+6
* [SPARK-7658] [STREAMING] [WEBUI] Update the mouse behaviors for the timeline ...zsxwing2015-05-183-2/+47
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-1810-14/+26
* [SPARK-7673] [SQL] WIP: HadoopFsRelation and ParquetRelation2 performance opt...Cheng Lian2015-05-184-91/+117
* [SPARK-7567] [SQL] [follow-up] Use a new flag to set output committer based o...Yin Huai2015-05-184-9/+29
* [SPARK-7269] [SQL] Incorrect analysis for aggregation(use semanticEquals)Wenchen Fan2015-05-186-26/+48
* [SPARK-7631] [SQL] treenode argString should not print childrenscwf2015-05-181-0/+1
* [SPARK-2883] [SQL] ORC data source for Spark SQLZhan Zhang2015-05-1814-76/+1477
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-1816-261/+498
* [SQL] [MINOR] [THIS] use private for internal field in ScalaUdfWenchen Fan2015-05-181-4/+4
* [SPARK-7570] [SQL] Ignores _temporary during partition discoveryCheng Lian2015-05-182-19/+27
* [SPARK-6888] [SQL] Make the jdbc driver handling user-definableRene Treffer2015-05-186-126/+295
* [SPARK-7627] [SPARK-7472] DAG visualization: style skipped stagesAndrew Or2015-05-186-108/+352
* [SPARK-7272] [MLLIB] User guide for PMML model exportVincenzo Selvaggio2015-05-182-0/+87
* [SPARK-6657] [PYSPARK] Fix doc warningsXiangrui Meng2015-05-184-10/+11
* [SPARK-7299][SQL] Set precision and scale for Decimal according to JDBC metad...Liang-Chi Hsieh2015-05-181-4/+19
* [SPARK-7694] [MLLIB] Use getOrElse for getting the threshold of LR modelShuo Xiang2015-05-171-1/+1
* [SPARK-7693][Core] Remove "import scala.concurrent.ExecutionContext.Implicits...zsxwing2015-05-176-26/+58