aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3690] Closing shuffle writers we swallow more important exceptionepahomov2014-09-251-2/+7
* SPARK-2932 [STREAMING] Move MasterFailureTest out of "main" source directorySean Owen2014-09-252-36/+8
* [SPARK-2778] [yarn] Add yarn integration tests.Marcelo Vanzin2014-09-248-10/+229
* [SPARK-546] Add full outer join to RDD and DStream.Aaron Staple2014-09-2411-7/+250
* [SPARK-3615][Streaming]Fix Kafka unit test hard coded Zookeeper port issuejerryshao2014-09-242-14/+34
* [SPARK-3679] [PySpark] pickle the exact globals of functionsDavies Liu2014-09-242-6/+54
* [SPARK-3634] [PySpark] User's module should take precedence over system modulesDavies Liu2014-09-244-8/+48
* [SPARK-3659] Set EC2 version to 1.1.0 and update version mapShivaram Venkataraman2014-09-241-2/+2
* [Build] Diff from branch pointNicholas Chammas2014-09-241-2/+2
* [SPARK-1853] Show Streaming application code context (file, line number) in S...Mubarak Seyed2014-09-236-58/+153
* [SPARK-3653] Respect SPARK_*_MEMORY for cluster modeAndrew Or2014-09-231-0/+4
* SPARK-3612. Executor shouldn't quit if heartbeat message fails to reach ...Sandy Ryza2014-09-231-5/+11
* [SPARK-3647] Add more exceptions to Guava relocation.Marcelo Vanzin2014-09-233-1/+31
* [SPARK-3646][SQL] Copy SQL configuration from SparkConf when a SQLContext is ...Michael Armbrust2014-09-233-2/+20
* [SPARK-3268][SQL] DoubleType, FloatType and DecimalType modulus supportVenkata Ramana Gollamudi2014-09-235-0/+44
* [SPARK-3481][SQL] removes the evil MINOR HACKwangfei2014-09-231-2/+0
* SPARK-2745 [STREAMING] Add Java friendly methods to Duration classSean Owen2014-09-236-2/+425
* [SPARK-3536][SQL] SELECT on empty parquet table throws exceptionravipesala2014-09-232-2/+14
* [SPARK-3582][SQL] not limit argument type for hive simple udfDaoyuan Wang2014-09-232-22/+4
* [SPARK-3598][SQL]cast to timestamp should be the same as hiveDaoyuan Wang2014-09-2311-15/+50
* [SPARK-3304] [YARN] ApplicationMaster's Finish status is wrong when uncaught ...Kousuke Saruta2014-09-231-12/+54
* [SPARK-3477] Clean up code in Yarn Client / ClientBaseAndrew Or2014-09-239-662/+738
* [YARN] SPARK-2668: Add variable of yarn log directory for reference from the ...peng.zhang2014-09-233-0/+8
* [SPARK-3578] Fix upper bound in GraphGenerators.sampleLogNormalAnkur Dave2014-09-222-3/+6
* Update docs to use jsonRDD instead of wrong jsonRdd.Grega Kespret2014-09-221-3/+3
* [MLLib] Fix example code variable name misspelling in MLLib Feature Extractio...RJ Nowling2014-09-221-1/+1
* [Minor]ignore .idea_moduleswangfei2014-09-211-0/+1
* [SPARK-3595] Respect configured OutputCommitters when calling saveAsHadoopFileIan Hummel2014-09-213-25/+91
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-09-200-0/+0
* [SPARK-3599]Avoid loading properties file frequentlyWangTao2014-09-202-9/+10
* [SPARK-3414][SQL] Replace LowerCaseSchema with ResolverMichael Armbrust2014-09-2015-99/+125
* [SPARK-3609][SQL] Adds sizeInBytes statistics for Limit operator when all out...Cheng Lian2014-09-204-5/+45
* SPARK-3574. Shuffle finish time always reported as -1Sandy Ryza2014-09-204-12/+0
* [PySpark] remove unnecessary use of numSlices from pyspark testsMatthew Farrellee2014-09-201-2/+2
* Fix Java example in Streaming Programming GuideSantiago M. Mola2014-09-201-1/+1
* SPARK-3608 Break if the instance tag naming succeedsVida Ha2014-09-201-0/+1
* [Docs] Fix outdated docs for standalone clusterandrewor142014-09-191-2/+4
* [Build] Fix passing of args to sbtNicholas Chammas2014-09-191-1/+6
* [SPARK-3485][SQL] Use GenericUDFUtils.ConversionHelper for Simple UDF type co...Daoyuan Wang2014-09-192-39/+17
* SPARK-3605. Fix typo in SchemaRDD.Sandy Ryza2014-09-191-3/+2
* [SPARK-3592] [SQL] [PySpark] support applySchema to RDD of RowDavies Liu2014-09-192-4/+20
* [SPARK-2594][SQL] Support CACHE TABLE <name> AS SELECT ...ravipesala2014-09-196-13/+69
* [SPARK-3501] [SQL] Fix the bug of Hive SimpleUDF creates unnecessary type castCheng Hao2014-09-194-2/+14
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-1922-1267/+891
* [SPARK-1701] [PySpark] remove slice terminology from python examplesMatthew Farrellee2014-09-193-13/+13
* [SPARK-1701] Clarify slice vs partition in the programming guideMatthew Farrellee2014-09-191-4/+4
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-09-190-0/+0
* [SPARK-2062][GraphX] VertexRDD.apply does not use the mergeFuncLarry Xiao2014-09-183-7/+36
* [SPARK-3418] Sparse Matrix support (CCS) and additional native BLAS operation...Burak2014-09-188-10/+834
* [SPARK-3554] [PySpark] use broadcast automatically for large closureDavies Liu2014-09-184-3/+19