[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17219 --- 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 #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-22 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r107377804 --- Diff: python/pyspark/sql/streaming.py --- @@ -786,9 +798,8 @@ def queryName(self, queryName): self._jwrite = self._jwrite.queryName(queryName)

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-22 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r107377453 --- Diff: python/pyspark/sql/streaming.py --- @@ -786,9 +798,8 @@ def queryName(self, queryName): self._jwrite = self._jwrite.queryName(queryName)

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-20 Thread tcondie
Github user tcondie commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r107045633 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/Trigger.scala --- @@ -38,6 +38,51 @@ sealed trait Trigger /** * ::

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-19 Thread lw-lin
Github user lw-lin commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106800936 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/BatchCommitLog.scala --- @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798739 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -419,14 +441,44 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798726 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/Trigger.scala --- @@ -38,6 +38,26 @@ sealed trait Trigger /** * ::

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798676 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/Trigger.scala --- @@ -38,6 +38,51 @@ sealed trait Trigger /** * ::

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798581 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -419,14 +441,44 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798566 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -419,14 +441,44 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798671 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/Trigger.scala --- @@ -38,6 +38,51 @@ sealed trait Trigger /** * ::

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798546 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -419,14 +441,44 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798642 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -419,14 +441,44 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798664 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/Trigger.scala --- @@ -38,6 +38,51 @@ sealed trait Trigger /** * ::

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798601 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -419,14 +441,44 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798501 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -291,10 +299,13 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798526 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -392,12 +400,26 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798638 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -419,14 +441,44 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798639 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -419,14 +441,44 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106798289 --- Diff: python/pyspark/sql/streaming.py --- @@ -315,6 +315,18 @@ def _to_java_trigger(self, sqlContext): self.interval)

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106754000 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingAggregationSuite.scala --- @@ -277,7 +277,8 @@ class StreamingAggregationSuite

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106753921 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingAggregationSuite.scala --- @@ -327,7 +328,8 @@ class StreamingAggregationSuite

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106753234 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQueryListenerSuite.scala --- @@ -109,8 +109,9 @@ class StreamingQueryListenerSuite

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106752962 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/Trigger.scala --- @@ -38,6 +38,51 @@ sealed trait Trigger /** * ::

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106746638 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -373,22 +380,66 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106746291 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -373,22 +380,66 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106744878 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -373,22 +380,66 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106744796 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -373,22 +380,66 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106744430 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -373,22 +380,66 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106744000 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -373,22 +380,66 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106743849 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -373,22 +380,66 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106743832 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -373,22 +380,66 @@ class StreamExecution( *

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106739762 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/OffsetCommitLog.scala --- @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106738661 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/OffsetCommitLog.scala --- @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r106738370 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -206,6 +207,12 @@ class StreamExecution( */

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-08 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r105061613 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/OffsetCommitLog.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-08 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r105062302 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/Trigger.scala --- @@ -38,6 +38,26 @@ sealed trait Trigger /** * ::

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-08 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r105062818 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -377,17 +385,25 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-08 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r105062498 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -284,6 +291,7 @@ class StreamExecution(

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-08 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r105061689 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/OffsetCommitLog.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-08 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/17219#discussion_r105062343 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/OffsetCommitLog.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the

[GitHub] spark pull request #17219: [SPARK-19876][SS][WIP] OneTime Trigger Executor

2017-03-08 Thread tcondie
GitHub user tcondie opened a pull request: https://github.com/apache/spark/pull/17219 [SPARK-19876][SS][WIP] OneTime Trigger Executor ## What changes were proposed in this pull request? An additional trigger and trigger executor that will execute a single trigger only. One