You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by hsaputra <gi...@git.apache.org> on 2014/02/10 20:59:03 UTC

[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

GitHub user hsaputra opened a pull request:

    https://github.com/apache/incubator-spark/pull/577

    SPARK-1075 Fix doc in the Spark Streaming custom receiver closing bracket in the class constructor

    The closing parentheses in the constructor in the first code block example is reversed:
    diff --git a/docs/streaming-custom-receivers.md b/docs/streaming-custom-receivers.md
    index 4e27d65..3fb540c 100644
    — a/docs/streaming-custom-receivers.md
    +++ b/docs/streaming-custom-receivers.md
    @@ -14,7 +14,7 @@ This starts with implementing NetworkReceiver(api/streaming/index.html#org.apa
    The following is a simple socket text-stream receiver.
    {% highlight scala %}
    class SocketTextStreamReceiver(host: String, port: Int(
    + class SocketTextStreamReceiver(host: String, port: Int)
    extends NetworkReceiverString
    {
    protected lazy val blocksGenerator: BlockGenerator =

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

    $ git pull https://github.com/apache/incubator-spark fix_simple_streaming_doc

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

    https://github.com/apache/incubator-spark/pull/577.patch

----
commit 6508341372193428616a5cc70eaec87616a8d78f
Author: Henry Saputra <he...@platfora.com>
Date:   2014-02-10T19:57:22Z

    SPARK-1075 Fix doc in the Spark Streaming custom receiver.

----


[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

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

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


[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

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

    https://github.com/apache/incubator-spark/pull/577


[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

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

    https://github.com/apache/incubator-spark/pull/577#issuecomment-34678626
  
    Merged build finished.


[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

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

    https://github.com/apache/incubator-spark/pull/577#issuecomment-34675686
  
     Merged build triggered.


[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

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

    https://github.com/apache/incubator-spark/pull/577#issuecomment-34817976
  
    Thanks. I've merged this.


[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

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

    https://github.com/apache/incubator-spark/pull/577#issuecomment-34675689
  
    Merged build started.