aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SQL][DOCS] Clarify that the server is for JDBC and ODBCMichael Armbrust2014-09-261-5/+5
* [Build]remove spark-staging-1030wangfei2014-09-261-12/+0
* Slaves file is now a template.Sarah Gerweck2014-09-261-1/+0
* Close #2194.Reynold Xin2014-09-260-0/+0
* [SPARK-3543] Write TaskContext in Java and expose it through a static accessor.Prashant Sharma2014-09-267-131/+284
* Revert "[SPARK-3478] [PySpark] Profile the Python tasks"Josh Rosen2014-09-267-127/+7
* [SPARK-3393] [SQL] Align the log4j configuration for Spark & SparkSQLCLICheng Hao2014-09-261-17/+0
* [SPARK-3531][SQL]select null from table would throw a MatchErrorDaoyuan Wang2014-09-263-0/+5
* [SPARK-3476] Remove outdated memory checks in YarnAndrew Or2014-09-261-10/+3
* [SPARK-3695]shuffle fetch fail outputDaoyuan Wang2014-09-261-1/+1
* [SPARK-3614][MLLIB] Add minimumOccurence filtering to IDFRJ Nowling2014-09-264-5/+103
* SPARK-3639 | Removed settings master in examplesaniketbhatnagar2014-09-262-13/+9
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-267-7/+127
* [SPARK-3686][STREAMING] Wait for sink to commit the channel before check...Hari Shreedharan2014-09-254-10/+48
* SPARK-2634: Change MapOutputTrackerWorker.mapStatuses to ConcurrentHashMapzsxwing2014-09-251-1/+7
* [SPARK-3584] sbin/slaves doesn't work when we use password authentication for...Kousuke Saruta2014-09-255-10/+30
* [SPARK-1484][MLLIB] Warn when running an iterative algorithm on uncached data.Aaron Staple2014-09-257-30/+91
* [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