aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Minor Hot Fix] Move a line in SparkSubmit to the right placeAndrew Or2014-09-181-1/+1
* [SPARK-3560] Fixed setting spark.jars system property in yarn-cluster modeVictsm2014-09-182-1/+3
* [SPARK-3589][Minor]remove redundant codeWangTaoTheTonic2014-09-181-1/+1
* [SPARK-3566] [BUILD] .gitignore and .rat-excludes should consider Windows cmd...Kousuke Saruta2014-09-182-0/+4
* SPARK-3579 Jekyll doc generation is different across environments.Patrick Wendell2014-09-182-6/+15
* [SPARK-3547]Using a special exit code instead of 1 to represent ClassNotFound...WangTaoTheTonic2014-09-185-6/+6
* [Minor] rat exclude dependency-reduced-pom.xmlGuoQiang Li2014-09-171-0/+1
* [SPARK-3534] Add hive-thriftserver to SQL testsNicholas Chammas2014-09-171-1/+1
* [SPARK-3565]Fix configuration item not consistent with documentWangTaoTheTonic2014-09-174-5/+7
* [SPARK-3567] appId field in SparkDeploySchedulerBackend should be volatileKousuke Saruta2014-09-171-1/+1
* [SPARK-3564][WebUI] Display App ID on HistoryPageKousuke Saruta2014-09-171-1/+3
* [SPARK-3571] Spark standalone cluster mode doesn't work.Kousuke Saruta2014-09-171-5/+6
* [SPARK-3534] Fix expansion of testing arguments to sbtNicholas Chammas2014-09-171-4/+7
* Docs: move HA subsections to a deeper indentation levelAndrew Ash2014-09-171-2/+2
* [SPARK-1455] [SPARK-3534] [Build] When possible, run SQL tests only.Nicholas Chammas2014-09-171-50/+106
* [SQL][DOCS] Improve table caching sectionMichael Armbrust2014-09-171-4/+4
* [Docs] minor grammar fixNicholas Chammas2014-09-171-1/+1
* SPARK-3177 (on Master Branch)chesterxgchen2014-09-171-3/+16
* [Docs] Correct spark.files.fetchTimeout default valueviper-kun2014-09-171-2/+2
* [Minor]ignore all config files in confwangfei2014-09-161-6/+4
* [SPARK-3555] Fix UISuite race conditionAndrew Or2014-09-161-9/+5
* Add a Community Projects pageEvan Chan2014-09-162-1/+3
* [SPARK-787] Add S3 configuration parameters to the EC2 deploy scriptsDan Osipov2014-09-163-1/+13
* [SPARK-3430] [PySpark] [Doc] generate PySpark API docs using SphinxDavies Liu2014-09-1613-5/+944
* [SPARK-3546] InputStream of ManagedBuffer is not closed and causes running ou...Kousuke Saruta2014-09-162-3/+11
* [SQL][DOCS] Improve section on thrift-serverMichael Armbrust2014-09-161-18/+40
* [Docs] minor punctuation fixNicholas Chammas2014-09-161-1/+1
* [SPARK-2314][SQL] Override collect and take in python library, and count in j...Aaron Staple2014-09-164-17/+71
* [SPARK-2890][SQL] Allow reading of data when case insensitive resolution coul...Michael Armbrust2014-09-162-27/+44
* [SPARK-3308][SQL] Ability to read JSON Arrays as tablesYin Huai2014-09-163-3/+31
* [SPARK-3519] add distinct(n) to PySparkMatthew Farrellee2014-09-163-4/+24