You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by tdas <gi...@git.apache.org> on 2014/05/05 21:32:49 UTC

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

GitHub user tdas opened a pull request:

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

    [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guide

    SPARK-1558: Updated custom receiver guide to match it with the new API
    SPARK-1504: Added deployment and monitoring subsection to streaming 
    SPARK-1505: Added migration guide for migrating from 0.9.x and below to Spark 1.0

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

    $ git pull https://github.com/tdas/spark doc-fix

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

    https://github.com/apache/spark/pull/652.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 #652
    
----
commit 14c6564ea63c49cda1aaa1134f1b894f9c8ed1c7
Author: Tathagata Das <ta...@gmail.com>
Date:   2014-05-03T23:25:39Z

    Updated custom receiver guide.

commit 4dc42e9aa16745db47e3d007f7c4a7e3b5944aa7
Author: Tathagata Das <ta...@gmail.com>
Date:   2014-05-04T01:17:40Z

    Added monitoring and other documentation in the streaming guide.

commit ff8097005240b5ec2a4d4fc9d017711e974ef486
Author: Tathagata Das <ta...@gmail.com>
Date:   2014-05-04T01:53:19Z

    More updates to streaming guide.

commit 11528d7e3a3536212b55e643ab0d4ef0c917e08e
Author: Tathagata Das <ta...@gmail.com>
Date:   2014-05-04T02:05:37Z

    Updated links on index page.

commit 49edd7ceb2d3eebe97cce69be59b2ce3941bc668
Author: Tathagata Das <ta...@gmail.com>
Date:   2014-05-04T07:43:03Z

    Change java doc links to use Java docs.

commit 7d171dff842cf8897c368fd555281977ff49defb
Author: Tathagata Das <ta...@gmail.com>
Date:   2014-05-04T08:17:42Z

    Added reference to JavaReceiverInputStream in examples and streaming guide.

commit 8d6ff9b8cf7ed7f30a23cd89f10f2aacb0b9ecb8
Author: Tathagata Das <ta...@gmail.com>
Date:   2014-05-04T09:33:31Z

    Addded migration guide to Spark Streaming.

commit ab71f7f92b76f279bc61dfd6729b4108e8e4d56f
Author: Tathagata Das <ta...@gmail.com>
Date:   2014-05-05T19:27:35Z

    Merge remote-tracking branch 'apache-github/master' into doc-fix
    
    Conflicts:
    	docs/streaming-programming-guide.md

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/652#issuecomment-42232257
  
    
    Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14676/


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/652#issuecomment-42228433
  
     Merged build triggered. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by tdas <gi...@git.apache.org>.
Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/652#discussion_r12309057
  
    --- Diff: streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala ---
    @@ -183,6 +183,7 @@ class StreamingContextSuite extends FunSuite with BeforeAndAfter with Timeouts w
             "Received records = " + TestReceiver.counter.get() + ", " +
               "processed records = " + runningCount
           )
    +      Thread.sleep(100)
    --- End diff --
    
    Added to address SPARK-1603



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/652#issuecomment-42240239
  
    All automated tests passed.
    Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14678/


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/652#issuecomment-42236228
  
    Merged build started. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/652#issuecomment-42236218
  
     Merged build triggered. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/652#issuecomment-42228456
  
    Merged build started. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/652#issuecomment-42240238
  
    Merged build finished. All automated tests 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updat...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/652#issuecomment-42232255
  
    Merged build finished. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---