aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5153][Streaming][Test] Increased timeout to deal with flaky KafkaStrea...Tathagata Das2015-02-031-1/+1
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0349-125/+204
* [SPARK-5383][SQL] Support alias for udtfswangfei2015-02-037-8/+85
* [SPARK-5550] [SQL] Support the case insensitive for UDFCheng Hao2015-02-034-6/+72
* [SPARK-4987] [SQL] parquet timestamp type supportDaoyuan Wang2015-02-0311-26/+239
* [SQL] DataFrame API updateReynold Xin2015-02-036-270/+376
* Minor: Fix TaskContext deprecated annotations.Reynold Xin2015-02-031-3/+3
* [SPARK-5549] Define TaskContext interface in Scala.Reynold Xin2015-02-035-131/+183
* [SPARK-5551][SQL] Create type alias for SchemaRDD for source backward compati...Reynold Xin2015-02-031-0/+6
* [SQL][DataFrame] Remove DataFrameApi, ExpressionApi, and GroupedDataFrameApiReynold Xin2015-02-036-444/+200
* [minor] update streaming linear algorithmsXiangrui Meng2015-02-033-22/+24
* [SPARK-1405] [mllib] Latent Dirichlet Allocation (LDA) using EMJoseph K. Bradley2015-02-027-0/+1791
* [SPARK-5536] replace old ALS implementation by the new oneXiangrui Meng2015-02-026-622/+90
* [SPARK-5414] Add SparkFirehoseListener class for consuming all SparkListener ...Josh Rosen2015-02-021-0/+115
* [SPARK-5501][SPARK-5420][SQL] Write support for the data source APIYin Huai2015-02-0223-60/+1141
* [SPARK-5012][MLLib][PySpark]Python API for Gaussian Mixture ModelFlytxtRnD2015-02-026-6/+267
* [SPARK-3778] newAPIHadoopRDD doesn't properly pass credentials for secure hdfsThomas Graves2015-02-021-1/+6
* [SPARK-4979][MLLIB] Streaming logisitic regressionfreeman2015-02-027-27/+327
* [SPARK-5219][Core] Add locks to avoid scheduling race conditionszsxwing2015-02-022-3/+3
* [Doc] Minor: Fixes several formatting issuesCheng Lian2015-02-021-1/+4
* SPARK-3996: Add jetty servlet and continuations.Patrick Wendell2015-02-024-1/+33
* SPARK-5542: Decouple publishing, packaging, and tagging in release scriptPatrick Wendell2015-02-021-89/+99
* [SPARK-5543][WebUI] Remove unused import JsonUtil from from JsonProtocolnemccarthy2015-02-021-1/+0
* [SPARK-5472][SQL] A JDBC data source for Spark SQL.Tor Myklebust2015-02-0214-1/+1937
* [SPARK-5512][Mllib] Run the PIC algorithm with initial vector suggected by th...Liang-Chi Hsieh2015-02-022-4/+47
* [SPARK-5154] [PySpark] [Streaming] Kafka streaming support in PythonDavies Liu2015-02-0210-58/+313
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-0220-381/+896
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-0249-191/+112
* Spark 3883: SSL support for HttpServer and AkkaJacek Lewandowski2015-02-0236-73/+1145
* [SPARK-5540] hide ALS.solveLeastSquaresXiangrui Meng2015-02-022-1/+5
* [SPARK-5534] [graphx] Graph getStorageLevel fixJoseph K. Bradley2015-02-025-4/+71
* [SPARK-5514] DataFrame.collect should call executeCollectReynold Xin2015-02-021-1/+1
* [SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the MetastoreRela...seayi2015-02-022-0/+15
* [SPARK-2309][MLlib] Multinomial Logistic RegressionDB Tsai2015-02-025-61/+565
* [SPARK-5513][MLLIB] Add nonnegative option to ml's ALSXiangrui Meng2015-02-023-14/+96
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0249-112/+191
* SPARK-5500. Document that feeding hadoopFile into a shuffle operation wi...Sandy Ryza2015-02-023-36/+62
* [SPARK-5461] [graphx] Add isCheckpointed, getCheckpointedFiles methods to GraphJoseph K. Bradley2015-02-026-2/+51
* SPARK-5425: Use synchronised methods in system properties to create SparkConfJacek Lewandowski2015-02-025-7/+45
* Disabling Utils.chmod700 for WindowsMartin Weindel2015-02-021-1/+3
* Make sure only owner can read / write to directories created for the job.Marcelo Vanzin2015-02-027-55/+69
* [HOTFIX] Add jetty references to build for YARN module.Patrick Wendell2015-02-021-0/+24
* [SPARK-4631][streaming][FIX] Wait for a receiver to start before publishing t...Iulian Dragos2015-02-022-15/+46
* [SPARK-5212][SQL] Add support of schema-less, custom field delimiter and SerD...Liang-Chi Hsieh2015-02-0217-34/+5360
* [SPARK-5530] Add executor container to executorIdToContainerXutingjun2015-02-021-0/+1
* [Docs] Fix Building Spark link textNicholas Chammas2015-02-021-1/+1
* [SPARK-5173]support python application running on yarn cluster modelianhuiwang2015-02-028-32/+141
* SPARK-4585. Spark dynamic executor allocation should use minExecutors as...Sandy Ryza2015-02-025-29/+46
* [MLLIB] SPARK-5491 (ex SPARK-1473): Chi-square feature selectionAlexander Ulanov2015-02-022-0/+194
* SPARK-5492. Thread statistics can break with older Hadoop versionsSandy Ryza2015-02-021-2/+2