spark git commit: docs: fix typo

2018-06-12 Thread srowen
Repository: spark Updated Branches: refs/heads/master 01452ea9c -> 1d7db65e9 docs: fix typo no => no[t] ## What changes were proposed in this pull request? Fixing a typo. ## How was this patch tested? Visual check of the docs. Please review http://spark.apache.org/contributing.html

spark git commit: [DOCS] Fix typo in docs

2017-01-24 Thread srowen
Repository: spark Updated Branches: refs/heads/master f27e02476 -> 7c61c2a1c [DOCS] Fix typo in docs ## What changes were proposed in this pull request? Fix typo in docs ## How was this patch tested? Author: uncleGen Closes #16658 from uncleGen/typo-issue. Project:

spark git commit: [DOCS] Fix typo for Python section on unifying Kafka streams

2015-11-09 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 7b4d7abfc -> 006d73a74 [DOCS] Fix typo for Python section on unifying Kafka streams 1) kafkaStreams is a list. The list should be unpacked when passing it into the streaming context union method, which accepts a variable number of

spark git commit: [DOCS] Fix typo for Python section on unifying Kafka streams

2015-11-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master cd174882a -> 874cd66d4 [DOCS] Fix typo for Python section on unifying Kafka streams 1) kafkaStreams is a list. The list should be unpacked when passing it into the streaming context union method, which accepts a variable number of

spark git commit: [DOCS] Fix typo for Python section on unifying Kafka streams

2015-11-09 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.5 6b314fe9e -> a33fd737c [DOCS] Fix typo for Python section on unifying Kafka streams 1) kafkaStreams is a list. The list should be unpacked when passing it into the streaming context union method, which accepts a variable number of

spark git commit: [DOCS] Fix typo in documentation for Java UDF registration

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master bd11b01eb - 35410614d [DOCS] Fix typo in documentation for Java UDF registration This contribution is my original work and I license the work to the project under the project's open source license Author: Matt Wise mw...@quixey.com

spark git commit: [DOCS] Fix typo in documentation for Java UDF registration

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 7c342bdd9 - 63be026da [DOCS] Fix typo in documentation for Java UDF registration This contribution is my original work and I license the work to the project under the project's open source license Author: Matt Wise mw...@quixey.com

spark git commit: [DOCS] Fix typo in API for custom InputFormats based on the “new” MapReduce API

2015-02-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 76e3e6527 - c5a5c6f61 [DOCS] Fix typo in API for custom InputFormats based on the “new” MapReduce API This looks like a simple typo ```SparkContext.newHadoopRDD``` instead of ```SparkContext.newAPIHadoopRDD``` as in actual

spark git commit: [DOCS] Fix typo in API for custom InputFormats based on the “new” MapReduce API

2015-02-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master 46462ff25 - a7f903902 [DOCS] Fix typo in API for custom InputFormats based on the “new” MapReduce API This looks like a simple typo ```SparkContext.newHadoopRDD``` instead of ```SparkContext.newAPIHadoopRDD``` as in actual

spark git commit: [DOCS] Fix typo in return type of cogroup

2015-01-16 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master e200ac8e5 - f6b852aad [DOCS] Fix typo in return type of cogroup This fixes a simple typo in the cogroup docs noted in

spark git commit: [DOCS] Fix typo in return type of cogroup

2015-01-16 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.1 810a2248f - c411182c6 [DOCS] Fix typo in return type of cogroup This fixes a simple typo in the cogroup docs noted in

spark git commit: [DOCS] Fix typo in return type of cogroup

2015-01-16 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.0 b530bc92a - a1425db96 [DOCS] Fix typo in return type of cogroup This fixes a simple typo in the cogroup docs noted in