[GitHub] spark pull request #15737: [SPARK-18212][SS][KAFKA] increase executor poll t...

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15737 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #15737: [SPARK-18212][SS][KAFKA] increase executor poll t...

2016-11-02 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/15737#discussion_r86255891 --- Diff: external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSource.scala --- @@ -88,7 +88,10 @@ private[kafka010] case class

[GitHub] spark pull request #15737: [SPARK-18212][SS][KAFKA] increase executor poll t...

2016-11-02 Thread koeninger
Github user koeninger commented on a diff in the pull request: https://github.com/apache/spark/pull/15737#discussion_r86254376 --- Diff: external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSource.scala --- @@ -88,7 +88,10 @@ private[kafka010] case class

[GitHub] spark pull request #15737: [SPARK-18212][SS][KAFKA] increase executor poll t...

2016-11-02 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/15737#discussion_r86250679 --- Diff: external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSource.scala --- @@ -88,7 +88,10 @@ private[kafka010] case class

[GitHub] spark pull request #15737: [SPARK-18212][SS][KAFKA] increase executor poll t...

2016-11-02 Thread koeninger
GitHub user koeninger opened a pull request: https://github.com/apache/spark/pull/15737 [SPARK-18212][SS][KAFKA] increase executor poll timeout ## What changes were proposed in this pull request? Increase poll timeout to try and address flaky test ## How was this