aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3573][MLLIB] Make MLlib's Vector compatible with SQL's SchemaRDDXiangrui Meng2014-11-038-6/+353
* [SPARK-4192][SQL] Internal API for Python UDTXiangrui Meng2014-11-037-5/+375
* [FIX][MLLIB] fix seed in BaggedPointSuiteXiangrui Meng2014-11-031-5/+5
* [SPARK-611] Display executor thread dumps in web UIJosh Rosen2014-11-0313-7/+247
* [SPARK-4168][WebUI] web statges number should show correctly when stages are ...Zhang, Liye2014-11-032-4/+15
* [SQL] Convert arguments to Scala UDFsMichael Armbrust2014-11-032-262/+316
* SPARK-4178. Hadoop input metrics ignore bytes read in RecordReader insta...Sandy Ryza2014-11-033-25/+53
* [SQL] More aggressive defaultsMichael Armbrust2014-11-034-14/+22
* [SPARK-4152] [SQL] Avoid data change in CTAS while table already existedCheng Hao2014-11-034-3/+46
* [SPARK-4202][SQL] Simple DSL support for Scala UDFCheng Lian2014-11-032-4/+72
* [SPARK-3594] [PySpark] [SQL] take more rows to infer schema or samplingDavies Liu2014-11-033-69/+148
* [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Sp...ravipesala2014-11-032-0/+6
* [SPARK-4211][Build] Fixes hive.version in Maven profile hive-0.13.1fi2014-11-031-1/+1
* [SPARK-4148][PySpark] fix seed distribution and add some tests for rdd.sampleXiangrui Meng2014-11-033-9/+20
* [EC2] Factor out Mesos spark-ec2 branchNicholas Chammas2014-11-031-2/+9
* [SPARK-4163][Core][WebUI] Send the fetch failure message back to Web UIzsxwing2014-11-0212-65/+92
* [SPARK-4177][Doc]update build doc since JDBC/CLI support hive 13 nowwangfei2014-11-021-10/+7
* Close #2971.Reynold Xin2014-11-020-0/+0
* [SPARK-4183] Enable NettyBlockTransferService by defaultAaron Davidson2014-11-021-0/+10
* [SPARK-3572] [SQL] Internal API for User-Defined TypesJoseph K. Bradley2014-11-0224-146/+620
* [SPARK-4183] Close transport-related resources between SparkContextsAaron Davidson2014-11-0212-32/+78
* [SPARK-2189][SQL] Adds dropTempTable APICheng Lian2014-11-023-0/+46
* [SPARK-4185][SQL] JSON schema inference failed when dealing with type conflic...Yin Huai2014-11-023-9/+20
* [SPARK-4191][SQL]move wrapperFor to HiveInspectors to reuse itwangfei2014-11-022-43/+48
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-027-112/+173
* [SQL] Fixes race condition in CliSuiteCheng Lian2014-11-021-20/+15
* [SPARK-4182][SQL] Fixes ColumnStats classes for boolean, binary and complex d...Cheng Lian2014-11-026-19/+82
* [SPARK-3247][SQL] An API for adding data sources to Spark SQLMichael Armbrust2014-11-0226-42/+1074
* [HOTFIX][SQL] hive test missing some golden fileswangfei2014-11-0215-0/+8
* [SPARK-4166][Core][WebUI] Display the executor ID in the Web UI when Executor...zsxwing2014-11-025-8/+13
* [SPARK-3466] Limit size of results that a driver collects for each actionDavies Liu2014-11-028-22/+104
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-0155-232/+1636
* [SPARK-3161][MLLIB] Adding a node Id caching mechanism for training deci...Sung Chung2014-11-016-41/+405
* [SPARK-4121] Set commons-math3 version based on hadoop profiles, instead of s...Xiangrui Meng2014-11-013-5/+12
* Revert "[SPARK-4183] Enable NettyBlockTransferService by default"Patrick Wendell2014-11-012-11/+1
* [SPARK-4037][SQL] Removes the SessionState instance created in HiveThriftServer2Cheng Lian2014-11-014-45/+44
* [SPARK-3796] Create external service which can serve shuffle filesAaron Davidson2014-11-0165-312/+2216
* [SPARK-3569][SQL] Add metadata field to StructFieldXiangrui Meng2014-11-0120-56/+573
* [SPARK-4183] Enable NettyBlockTransferService by defaultAaron Davidson2014-11-012-1/+11
* [SPARK-2759][CORE] Generic Binary File Support in SparkKevin Mader2014-11-0110-5/+892
* [SPARK-4115][GraphX] Add overrided count for edge counting of EdgeRDD.luluorta2014-11-011-1/+6
* [SPARK-4142][GraphX] Default numEdgePartitionsJoseph E. Gonzalez2014-11-012-6/+12
* Upgrading to roaring 0.4.5 (bug fix release)Daniel Lemire2014-11-011-1/+1
* Streaming KMeans [MLLIB][SPARK-3254]freeman2014-10-314-1/+597
* [MLLIB] SPARK-1547: Add Gradient Boosting to MLlibManish Amde2014-10-3120-267/+1331
* [SPARK-3838][examples][mllib][python] Word2Vec example in pythonAnant2014-10-312-0/+67
* [MLLIB] SPARK-2329 Add multi-label evaluation metricsAlexander Ulanov2014-10-312-0/+260
* SPARK-4175. Exception on stage pageSandy Ryza2014-10-311-1/+1
* [HOT FIX] Yarn stable tests don't compileandrewor142014-10-312-15/+19
* [SPARK-3870] EOL character enforcementKousuke Saruta2014-10-315-366/+369