[GitHub] spark pull request: [SPARK-4535][Streaming] Fix the error in comme...

2014-11-25 Thread tdas
Github user tdas commented on the pull request:

https://github.com/apache/spark/pull/3400#issuecomment-64389631
  
@watermen Thanks these are great fixes.


---
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-4535][Streaming] Fix the error in comme...

2014-11-25 Thread tdas
Github user tdas commented on the pull request:

https://github.com/apache/spark/pull/3400#issuecomment-64389589
  
Jenkins, this is ok to test.


---
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-4535][Streaming] Fix the error in comme...

2014-11-25 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/3400#issuecomment-64390206
  
  [Test build #23838 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23838/consoleFull)
 for   PR 3400 at commit 
[`75d795c`](https://github.com/apache/spark/commit/75d795ce9f64ca1cde1e9c360987db7e2ca41337).
 * This patch merges cleanly.


---
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-4535][Streaming] Fix the error in comme...

2014-11-25 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/3400#issuecomment-64398984
  
  [Test build #23838 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23838/consoleFull)
 for   PR 3400 at commit 
[`75d795c`](https://github.com/apache/spark/commit/75d795ce9f64ca1cde1e9c360987db7e2ca41337).
 * 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-4535][Streaming] Fix the error in comme...

2014-11-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/3400#issuecomment-64398987
  
Test PASSed.
Refer to this link for build results (access rights to CI server needed): 
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23838/
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-4535][Streaming] Fix the error in comme...

2014-11-25 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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-4535][Streaming] Fix the error in comme...

2014-11-21 Thread watermen
GitHub user watermen opened a pull request:

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

[SPARK-4535][Streaming] Fix the error in comments

change `NetworkInputDStream` to `ReceiverInputDStream`
change `ReceiverInputTracker` to `ReceiverTracker`

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

$ git pull https://github.com/watermen/spark fix-comments

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

https://github.com/apache/spark/pull/3400.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 #3400


commit 1b1bda3536bfa0618884d1579a180ecf4a8ed7ff
Author: Yadong Qi qiyadong2...@gmail.com
Date:   2014-11-19T06:22:23Z

Update StreamingContext.scala

commit 97f07fae692d05f0c89268224ca9d04c17ea86ba
Author: Yadong Qi qiyadong2...@gmail.com
Date:   2014-11-19T06:23:17Z

Update JavaStreamingContext.scala

commit 4407575c6981d1974aab02a928ef76db36edc2a5
Author: Yadong Qi qiyadong2...@gmail.com
Date:   2014-11-19T06:41:09Z

Rename ReceiverInputTracker to ReceiverTracker

commit 1f2e765f38893abc4dfe63e2029f9487ab6bd9fa
Author: Yadong Qi qiyadong2...@gmail.com
Date:   2014-11-21T07:47:27Z

change network input stream to receiver input stream

commit fb239c98d682f3d80b22fcbe2cd3976755a99811
Author: Yadong Qi qiyadong2...@gmail.com
Date:   2014-11-21T08:55:45Z

change NetworkInputDStream to ReceiverInputDStream

commit 0a9a041d5d1d838e58267ec5dee3370a06cd20f8
Author: Yadong Qi qiyadong2...@gmail.com
Date:   2014-11-21T08:56:35Z

change NetworkInputDStream to ReceiverInputDStream

commit ab917314afc61b28a95f76ea64ae74f2a735fa40
Author: Yadong Qi qiyadong2...@gmail.com
Date:   2014-11-21T08:57:53Z

change NetworkInputDStream to ReceiverInputDStream




---
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-4535][Streaming] Fix the error in comme...

2014-11-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/3400#issuecomment-63943505
  
Can one of the admins verify this patch?


---
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