[GitHub] spark pull request #21057: [MINOR][PYTHON] 2 Improvements to Pyspark docs

2018-04-17 Thread aviv-ebates
Github user aviv-ebates closed the pull request at: https://github.com/apache/spark/pull/21057 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark issue #21057: [MINOR][PYTHON] 2 Improvements to Pyspark docs

2018-04-17 Thread aviv-ebates
Github user aviv-ebates commented on the issue: https://github.com/apache/spark/pull/21057 If you're not clear about what I've done here, ask away. I don't wish to create a jira account in addition; Feel free to create whatever tickets you think are required. I've already paid my

[GitHub] spark issue #21057: [MINOR][PYTHON] 2 Improvements to Pyspark docs

2018-04-16 Thread aviv-ebates
Github user aviv-ebates commented on the issue: https://github.com/apache/spark/pull/21057 1. Updated title 2. Updated text to one suggested by @HyukjinKwon 3. I don't have a reasonable way to make a test. Test scenario is "Configure pythong listener, run actual

[GitHub] spark pull request #21057: 2 Improvements to Pyspark docs

2018-04-13 Thread aviv-ebates
Github user aviv-ebates commented on a diff in the pull request: https://github.com/apache/spark/pull/21057#discussion_r181460539 --- Diff: python/pyspark/streaming/kafka.py --- @@ -104,7 +104,7 @@ def createDirectStream(ssc, topics, kafkaParams, fromOffsets=None

[GitHub] spark pull request #21057: 2 Improvements to Pyspark docs

2018-04-12 Thread aviv-ebates
GitHub user aviv-ebates opened a pull request: https://github.com/apache/spark/pull/21057 2 Improvements to Pyspark docs Each of these 2 items has cost me a few hours of debugging. Hopefully, this will stop others from having to debug the same thing. 1. Describe