[GitHub] spark pull request: [SPARK-14942][SQL][Streaming] First construct ...

2016-04-27 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/12725#issuecomment-215139594 This makes sense. Thanks for writing a very clear description! Perhaps a better title would be "Reduce delay between batch construction and execution" Is the

[GitHub] spark pull request: [SPARK-14942][SQL][Streaming] First construct ...

2016-04-26 Thread lw-lin
Github user lw-lin commented on the pull request: https://github.com/apache/spark/pull/12725#issuecomment-214979767 @marmbrus @tdas @zsxwing would you mind taking a look? Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-14942][SQL][Streaming] First construct ...

2016-04-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12725#issuecomment-214973570 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14942][SQL][Streaming] First construct ...

2016-04-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12725#issuecomment-214973566 Merged build finished. Test PASSed. --- 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 projec

[GitHub] spark pull request: [SPARK-14942][SQL][Streaming] First construct ...

2016-04-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12725#issuecomment-214973085 **[Test build #57084 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57084/consoleFull)** for PR 12725 at commit [`8c8d73a`](https://g

[GitHub] spark pull request: [SPARK-14942][SQL][Streaming] First construct ...

2016-04-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12725#issuecomment-214964435 **[Test build #57084 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57084/consoleFull)** for PR 12725 at commit [`8c8d73a`](https://gi

[GitHub] spark pull request: [SPARK-14942][SQL][Streaming] First construct ...

2016-04-26 Thread lw-lin
GitHub user lw-lin opened a pull request: https://github.com/apache/spark/pull/12725 [SPARK-14942][SQL][Streaming] First construct a batch then run the batch for continuous queries ## Problem Currently in `StreamExecution`, we first run the batch, then construct the next: