Skip to content

Conversation

@CodingCat
Copy link
Contributor

Spark streaming requires at least two working threads, but the document gives the example like

import org.apache.spark.api.java.function._
import org.apache.spark.streaming._
import org.apache.spark.streaming.api._
// Create a StreamingContext with a local master
val ssc = new StreamingContext("local", "NetworkWordCount", Seconds(1))
http://spark.apache.org/docs/latest/streaming-programming-guide.html

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15308/

@CodingCat CodingCat changed the title SPARK-1976: update streaming docs SPARK-1976: fix the misleading part in streaming docs May 31, 2014
@rxin
Copy link
Contributor

rxin commented May 31, 2014

Thanks - merged in master & branch-1.0.

@asfgit asfgit closed this in 41bfdda May 31, 2014
asfgit pushed a commit that referenced this pull request May 31, 2014
Spark streaming requires at least two working threads, but the document gives the example like

import org.apache.spark.api.java.function._
import org.apache.spark.streaming._
import org.apache.spark.streaming.api._
// Create a StreamingContext with a local master
val ssc = new StreamingContext("local", "NetworkWordCount", Seconds(1))
http://spark.apache.org/docs/latest/streaming-programming-guide.html

Author: CodingCat <[email protected]>

Closes #924 from CodingCat/master and squashes the following commits:

bb89f20 [CodingCat] update streaming docs

(cherry picked from commit 41bfdda)
Signed-off-by: Reynold Xin <[email protected]>
pdeyhim pushed a commit to pdeyhim/spark-1 that referenced this pull request Jun 25, 2014
Spark streaming requires at least two working threads, but the document gives the example like

import org.apache.spark.api.java.function._
import org.apache.spark.streaming._
import org.apache.spark.streaming.api._
// Create a StreamingContext with a local master
val ssc = new StreamingContext("local", "NetworkWordCount", Seconds(1))
http://spark.apache.org/docs/latest/streaming-programming-guide.html

Author: CodingCat <[email protected]>

Closes apache#924 from CodingCat/master and squashes the following commits:

bb89f20 [CodingCat] update streaming docs
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
Spark streaming requires at least two working threads, but the document gives the example like

import org.apache.spark.api.java.function._
import org.apache.spark.streaming._
import org.apache.spark.streaming.api._
// Create a StreamingContext with a local master
val ssc = new StreamingContext("local", "NetworkWordCount", Seconds(1))
http://spark.apache.org/docs/latest/streaming-programming-guide.html

Author: CodingCat <[email protected]>

Closes apache#924 from CodingCat/master and squashes the following commits:

bb89f20 [CodingCat] update streaming docs
agirish pushed a commit to HPEEzmeral/apache-spark that referenced this pull request May 5, 2022
…message from mapr stream which was produced before application start (apache#924)
udaynpusa pushed a commit to mapr/spark that referenced this pull request Jan 30, 2024
…message from mapr stream which was produced before application start (apache#924)
mapr-devops pushed a commit to mapr/spark that referenced this pull request May 8, 2025
…message from mapr stream which was produced before application start (apache#924)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants