[GitHub] spark pull request: [SPARK-13794][SQL] Rename DataFrameWriter.stre...

2016-03-09 Thread rxin
Github user rxin commented on the pull request:

https://github.com/apache/spark/pull/11627#issuecomment-194669186
  
Thanks - merging in master.



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13794][SQL] Rename DataFrameWriter.stre...

2016-03-09 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/11627


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13794][SQL] Rename DataFrameWriter.stre...

2016-03-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/11627#issuecomment-194667169
  
Test PASSed.
Refer to this link for build results (access rights to CI server needed): 
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/52811/
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13794][SQL] Rename DataFrameWriter.stre...

2016-03-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/11627#issuecomment-194667168
  
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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13794][SQL] Rename DataFrameWriter.stre...

2016-03-09 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/11627#issuecomment-19424
  
**[Test build #52811 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52811/consoleFull)**
 for PR 11627 at commit 
[`a3d0e26`](https://github.com/apache/spark/commit/a3d0e263c24706d1fe3bc01f9ed3175f96994a09).
 * This patch passes all tests.
 * This patch merges cleanly.
 * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13794][SQL] Rename DataFrameWriter.stre...

2016-03-09 Thread tdas
Github user tdas commented on the pull request:

https://github.com/apache/spark/pull/11627#issuecomment-194642962
  
LGTM.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13794][SQL] Rename DataFrameWriter.stre...

2016-03-09 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/11627#issuecomment-194642951
  
**[Test build #52811 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52811/consoleFull)**
 for PR 11627 at commit 
[`a3d0e26`](https://github.com/apache/spark/commit/a3d0e263c24706d1fe3bc01f9ed3175f96994a09).


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13794][SQL] Rename DataFrameWriter.stre...

2016-03-09 Thread rxin
GitHub user rxin opened a pull request:

https://github.com/apache/spark/pull/11627

[SPARK-13794][SQL] Rename DataFrameWriter.stream() 
DataFrameWriter.startStream()

## What changes were proposed in this pull request?
The new name makes it more obvious with the verb "start" that we are 
actually starting some execution.

## How was this patch tested?
This is just a rename. Existing unit tests should cover it.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rxin/spark SPARK-13794

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/11627.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #11627


commit a3d0e263c24706d1fe3bc01f9ed3175f96994a09
Author: Reynold Xin 
Date:   2016-03-10T03:25:22Z

[SPARK-13794][SQL] Rename DataFrameWriter.stream DataFrameWriter.startStream




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org