[GitHub] spark pull request #14830: [SPARK-16992][PYSPARK][DOCS] PEP8 on Pyspark docu...

2016-09-05 Thread Stibbons
Github user Stibbons commented on a diff in the pull request: https://github.com/apache/spark/pull/14830#discussion_r77530346 --- Diff: examples/src/main/python/ml/string_indexer_example.py --- @@ -22,6 +22,7 @@ # $example off$ from pyspark.sql import SparkSession

[GitHub] spark pull request #14830: [SPARK-16992][PYSPARK][DOCS] PEP8 on Pyspark docu...

2016-09-05 Thread Stibbons
Github user Stibbons commented on a diff in the pull request: https://github.com/apache/spark/pull/14830#discussion_r77530312 --- Diff: examples/src/main/python/ml/tf_idf_example.py --- @@ -18,7 +18,7 @@ from __future__ import print_function # $example on$ -from

[GitHub] spark pull request #14830: [SPARK-16992][PYSPARK][DOCS] PEP8 on Pyspark docu...

2016-09-05 Thread Stibbons
Github user Stibbons commented on a diff in the pull request: https://github.com/apache/spark/pull/14830#discussion_r77530245 --- Diff: docs/streaming-programming-guide.md --- @@ -1626,10 +1626,10 @@ See the full [source code]({{site.SPARK_GITHUB_URL}}/blob/v{{site.SPARK_VERSION_

[GitHub] spark pull request #14830: [SPARK-16992][PYSPARK][DOCS] PEP8 on Pyspark docu...

2016-09-05 Thread Stibbons
Github user Stibbons commented on a diff in the pull request: https://github.com/apache/spark/pull/14830#discussion_r77530186 --- Diff: docs/streaming-programming-guide.md --- @@ -1585,7 +1585,7 @@ public class JavaRow implements java.io.Serializable { /** DataFrame

[GitHub] spark pull request #14830: [SPARK-16992][PYSPARK][DOCS] PEP8 on Pyspark docu...

2016-09-05 Thread Stibbons
Github user Stibbons commented on a diff in the pull request: https://github.com/apache/spark/pull/14830#discussion_r77530179 --- Diff: docs/streaming-programming-guide.md --- @@ -1099,7 +1099,7 @@ joinedStream = stream1.join(stream2) {% endhighlight %} -Here,

[GitHub] spark pull request #14830: [SPARK-16992][PYSPARK][DOCS] PEP8 on Pyspark docu...

2016-09-05 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/14830#discussion_r77526706 --- Diff: examples/src/main/python/ml/binarizer_example.py --- @@ -17,9 +17,10 @@ from __future__ import print_function -from