aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SQL][DataFrame] Minor cleanup.Reynold Xin2015-02-042-205/+2
* [SPARK-4520] [SQL] This pr fixes the ArrayIndexOutOfBoundsException as r...Sadhan Sood2015-02-044-14/+60
* [SPARK-5605][SQL][DF] Allow using String to specify colum name in DSL aggrega...Reynold Xin2015-02-046-16/+56
* [SPARK-5411] Allow SparkListeners to be specified in SparkConf and loaded whe...Josh Rosen2015-02-044-21/+106
* [SPARK-5577] Python udf for DataFrameDavies Liu2015-02-044-122/+157
* [SPARK-5118][SQL] Fix: create table test stored as parquet as select ..guowei22015-02-042-1/+29
* [SQL] Use HiveContext's sessionState in HiveMetastoreCatalog.hiveDefaultTable...Yin Huai2015-02-041-1/+2
* [SQL] Correct the default size of TimestampType and expose NumericTypeYin Huai2015-02-042-4/+4
* [SQL][Hiveconsole] Bring hive console code up to date and update README.mdOopsOutOfMemory2015-02-042-35/+11
* [SPARK-5367][SQL] Support star expression in udfswangfei2015-02-042-0/+8
* [SPARK-5426][SQL] Add SparkSQL Java API helper methods.kul2015-02-042-3/+62
* [SPARK-5587][SQL] Support change database ownerwangfei2015-02-041-0/+1
* [SPARK-5591][SQL] Fix NoSuchObjectException for CTASwangfei2015-02-041-6/+2
* [SPARK-4939] move to next locality when no pending tasksDavies Liu2015-02-042-8/+101
* [SPARK-4707][STREAMING] Reliable Kafka Receiver can lose data if the blo...Hari Shreedharan2015-02-041-4/+23
* [SPARK-4964] [Streaming] Exactly-once semantics for Kafkacody koeninger2015-02-0412-6/+1376
* [SPARK-5588] [SQL] support select/filter by SQL expressionDavies Liu2015-02-043-22/+53
* [SPARK-5585] Flaky test in MLlib pythonDavies Liu2015-02-041-1/+1
* [SPARK-5574] use given name prefix in dirImran Rashid2015-02-041-1/+1
* [Minor] Fix incorrect warning logLiang-Chi Hsieh2015-02-041-1/+1
* [SPARK-5379][Streaming] Add awaitTerminationOrTimeoutzsxwing2015-02-044-0/+59
* [SPARK-5341] Use maven coordinates as dependencies in spark-shell and spark-s...Burak Yavuz2015-02-039-10/+404
* [SPARK-4939] revive offers periodically in LocalBackendDavies Liu2015-02-031-1/+10
* [SPARK-4969][STREAMING][PYTHON] Add binaryRecords to streamingfreeman2015-02-037-7/+212
* [SPARK-5579][SQL][DataFrame] Support for project/filter using SQL expressionsReynold Xin2015-02-036-13/+67
* [FIX][MLLIB] fix seed handling in Python GMMXiangrui Meng2015-02-031-1/+1
* [SPARK-4795][Core] Redesign the "primitive type => Writable" implicit APIs to...zsxwing2015-02-038-33/+129
* [SPARK-5578][SQL][DataFrame] Provide a convenient way for Scala users to use ...Reynold Xin2015-02-0311-448/+279
* [SPARK-5520][MLlib] Make FP-Growth implementation take generic item types (WIP)Jacky Li2015-02-033-15/+170
* [SPARK-5554] [SQL] [PySpark] add more tests for DataFrame Python APIDavies Liu2015-02-036-482/+586
* [STREAMING] SPARK-4986 Wait for receivers to deregister and receiver job to t...Jesper Lundgren2015-02-033-4/+75
* [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