aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7886] Add built-in expressions to FunctionRegistry.Reynold Xin2015-06-0912-93/+269
* [SPARK-8101] [CORE] Upgrade netty to avoid memory leak accord to netty #3837 ...Sean Owen2015-06-091-1/+1
* [SPARK-7990][SQL] Add methods to facilitate equi-join on multiple joining keysLiang-Chi Hsieh2015-06-083-19/+75
* [SPARK-6820] [SPARKR] Convert NAs to null type in SparkR DataFrameshqzizania2015-06-082-0/+45
* [SPARK-8168] [MLLIB] Add Python friendly constructor to PipelineModelXiangrui Meng2015-06-082-0/+25
* [SPARK-8162] [HOTFIX] Fix NPE in spark-shellAndrew Or2015-06-081-1/+1
* [SPARK-8148] Do not use FloatType in partition column inference.Reynold Xin2015-06-082-13/+15
* [SQL][minor] remove duplicated cases in `DecimalPrecision`Wenchen Fan2015-06-081-6/+0
* [SPARK-8121] [SQL] Fixes InsertIntoHadoopFsRelation job initialization for Ha...Cheng Lian2015-06-084-13/+65
* [SPARK-8158] [SQL] several fix for HiveShimDaoyuan Wang2015-06-081-10/+11
* [MINOR] change new Exception to IllegalArgumentExceptionDaoyuan Wang2015-06-081-3/+5
* [SMALL FIX] Return null if catch EOFExceptionMingfei2015-06-081-0/+1
* [SPARK-8140] [MLLIB] Remove empty model check in StreamingLinearAlgorithmMechCoder2015-06-084-8/+5
* [SPARK-8126] [BUILD] Use custom temp directory during build.Marcelo Vanzin2015-06-083-11/+41
* [SPARK-7939] [SQL] Add conf to enable/disable partition column type inferenceLiang-Chi Hsieh2015-06-085-24/+119
* [SPARK-7705] [YARN] Cleanup of .sparkStaging directory fails if application i...linweizhong2015-06-081-13/+21
* [SPARK-4761] [DOC] [SQL] kryo default setting in SQL Thrift serverDaoyuan Wang2015-06-081-2/+5
* [SPARK-8154][SQL] Remove Term/Code type aliases in code generation.Reynold Xin2015-06-0715-66/+69
* [SPARK-8149][SQL] Break ExpressionEvaluationSuite down to multiple filesReynold Xin2015-06-0723-1958/+2340
* [SPARK-8117] [SQL] Push codegen implementation into each ExpressionDavies Liu2015-06-0723-718/+1036
* [SPARK-2808] [STREAMING] [KAFKA] cleanup tests fromcody koeninger2015-06-075-27/+5
* [SPARK-7733] [CORE] [BUILD] Update build, code to use Java 7 for 1.5.0+Sean Owen2015-06-0710-51/+8
* [SPARK-7952][SQL] use internal Decimal instead of java.math.BigDecimalWenchen Fan2015-06-072-21/+43
* [SPARK-8004][SQL] Quote identifier in JDBC data source.Reynold Xin2015-06-073-22/+22
* [DOC] [TYPO] Fix typo in standalone deploy scripts descriptionYijie Shen2015-06-071-1/+1
* [SPARK-7042] [BUILD] use the standard akka artifacts with hadoop-2.xKonstantin Shaposhnikov2015-06-071-2/+4
* [SPARK-8118] [SQL] Mutes noisy Parquet log output reappeared after upgrading ...Cheng Lian2015-06-071-15/+20
* [SPARK-8146] DataFrame Python API: Alias replace in df.naReynold Xin2015-06-072-26/+22
* [SPARK-8141] [SQL] Precompute datatypes for partition columns and reuse itLiang-Chi Hsieh2015-06-071-1/+2
* [SPARK-8145] [WEBUI] Trigger a double click on the span to show full job desc...9799697862015-06-062-0/+13
* [SPARK-8004][SQL] Enclose column names by JDBC DialectLiang-Chi Hsieh2015-06-063-1/+27
* [SPARK-7955] [CORE] Ensure executors with cached RDD blocks are not re…Hari Shreedharan2015-06-065-6/+68
* [SPARK-8136] [YARN] Fix flakiness in YarnClusterSuite.Hari Shreedharan2015-06-061-7/+9
* [SPARK-7169] [CORE] Allow metrics system to be configured through SparkConf.Marcelo Vanzin2015-06-063-25/+115
* [SPARK-7639] [PYSPARK] [MLLIB] Python API for KernelDensityMechCoder2015-06-064-2/+75
* [SPARK-8079] [SQL] Makes InsertIntoHadoopFsRelation job/task abortion more ro...Cheng Lian2015-06-062-32/+76
* [SPARK-6973] remove skipped stage ID from completed set on the allJobsPageXu Tingjun2015-06-062-2/+8
* [SPARK-8114][SQL] Remove some wildcard import on TestSQLContext._ round 3.Reynold Xin2015-06-0514-138/+156
* [SPARK-6964] [SQL] Support Cancellation in the Thrift ServerDong Wang2015-06-055-16/+208
* [SPARK-8114][SQL] Remove some wildcard import on TestSQLContext._ cont'd.Reynold Xin2015-06-0515-245/+234
* [SPARK-7991] [PySpark] Adding support for passing lists to describe.amey2015-06-051-0/+12
* [SPARK-7747] [SQL] [DOCS] spark.sql.planner.externalSortLuca Martinetti2015-06-051-0/+7
* [SPARK-8112] [STREAMING] Fix the negative event count issuezsxwing2015-06-055-6/+10
* [SPARK-7699] [CORE] Lazy start the scheduler for dynamic allocationjerryshao2015-06-052-18/+89
* [SPARK-8099] set executor cores into system in yarn-cluster modeXutingjun2015-06-051-2/+1
* Revert "[MINOR] [BUILD] Use custom temp directory during build."Andrew Or2015-06-053-16/+11
* [SPARK-8085] [SPARKR] Support user-specified schema in read.dfShivaram Venkataraman2015-06-053-4/+38
* [SQL] Simplifies binary node pattern matchingCheng Lian2015-06-055-128/+119
* [SPARK-6324] [CORE] Centralize handling of script usage messages.Marcelo Vanzin2015-06-0515-192/+147
* [STREAMING] Update streaming-kafka-integration.mdAkhil Das2015-06-051-5/+5