aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8289] Specify stack size for consistency with Java tests - resolves te...Adam Roberts2015-06-112-2/+2
* [HOTFIX] Fixing errors in name mappingsPatrick Wendell2015-06-101-4/+0
* [HOTFIX] Adding more contributor name bindingsPatrick Wendell2015-06-101-0/+42
* [SPARK-8217] [SQL] math function log2Daoyuan Wang2015-06-105-2/+54
* [SPARK-8248][SQL] string function: lengthCheng Hao2015-06-106-5/+82
* [SPARK-8164] transformExpressions should support nested expression sequenceWenchen Fan2015-06-106-30/+30
* [SPARK-8285] [SQL] CombineSum should be calculated as unlimited decimal firstnavis.ryu2015-06-101-2/+2
* [SPARK-8189] [SQL] use Long for TimestampType in SQLDavies Liu2015-06-1036-172/+272
* [SPARK-8200] [MLLIB] Check for empty RDDs in StreamingLinearAlgorithmPaavo2015-06-103-6/+43
* [SPARK-2774] Set preferred locations for reduce tasksShivaram Venkataraman2015-06-104-20/+177
* [SPARK-8273] Driver hangs up when yarn shutdown in client modeWangTaoTheTonic2015-06-101-0/+4
* [SPARK-8290] spark class command builder need read SPARK_JAVA_OPTS and SPARK_...WangTaoTheTonic2015-06-101-0/+3
* [SPARK-7261] [CORE] Change default log level to WARN in the REPLzsxwing2015-06-103-7/+32
* [SPARK-7527] [CORE] Fix createNullValue to return the correct null values and...zsxwing2015-06-103-29/+64
* [SPARK-7756] CORE RDDOperationScope fix for IBM JavaAdam Roberts2015-06-101-4/+3
* [SPARK-8282] [SPARKR] Make number of threads used in RBackend configurableHossein2015-06-102-2/+15
* [SPARK-5479] [YARN] Handle --py-files correctly in YARN.Marcelo Vanzin2015-06-108-208/+270
* [SQL] [MINOR] Fixes a minor Java example error in SQL programming guideCheng Lian2015-06-101-1/+1
* [SPARK-7996] Deprecate the developer api SparkEnv.actorSystemIlya Ganelin2015-06-101-1/+4
* [SPARK-8215] [SPARK-8212] [SQL] add leaf math expression for e and piDaoyuan Wang2015-06-105-0/+96
* [SPARK-7886] Added unit test for HAVING aggregate pushdown.Reynold Xin2015-06-102-1/+7
* [SPARK-7886] Use FunctionRegistry for built-in expressions in HiveContext.Reynold Xin2015-06-1010-105/+92
* [SPARK-7792] [SQL] HiveContext registerTempTable not thread safenavis.ryu2015-06-091-11/+17
* [SPARK-6511] [DOCUMENTATION] Explain how to use Hadoop provided buildsPatrick Wendell2015-06-092-3/+33
* [MINOR] [UI] DAG visualization: trim whitespace from inputAndrew Or2015-06-091-1/+1
* [SPARK-8274] [DOCUMENTATION-MLLIB] Fix wrong URLs in MLlib Frequent Pattern M...FavioVazquez2015-06-091-2/+2
* [SPARK-8140] [MLLIB] Remove construct to get weights in StreamingLinearAlgorithmMechCoder2015-06-091-6/+1
* [STREAMING] [DOC] Remove duplicated description about WALKousuke Saruta2015-06-091-1/+1
* [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