Skip to content
Snippets Groups Projects
Commit af8738df authored by Tathagata Das's avatar Tathagata Das
Browse files

Moved Spark Streaming examples to examples sub-project.

parent 934ecc82
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 2 deletions
......@@ -4,7 +4,6 @@ import spark.util.IntParam
import spark.storage.StorageLevel
import spark.streaming._
import spark.streaming.StreamingContext._
import spark.streaming.util.RawTextHelper._
object GrepRaw {
......
......@@ -23,7 +23,7 @@ object SparkBuild extends Build {
lazy val repl = Project("repl", file("repl"), settings = replSettings) dependsOn (core)
lazy val examples = Project("examples", file("examples"), settings = examplesSettings) dependsOn (core)
lazy val examples = Project("examples", file("examples"), settings = examplesSettings) dependsOn (core) dependsOn (streaming)
lazy val bagel = Project("bagel", file("bagel"), settings = bagelSettings) dependsOn (core)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment