Description
Hello.
I try tutorial with streaming data. But it did not run.
I run the code is completely the same as in the tutorial with streaming data.
(https://zeppelin.incubator.apache.org/docs/tutorial/tutorial.html)
And I recieved this error message :
<console>:55: error: overloaded method constructor StreamingContext with alternatives:
(path: String,hadoopConf: org.apache.hadoop.conf.Configuration)org.apache.spark.streaming.StreamingContext <and>
(conf: org.apache.spark.SparkConf,batchDuration: org.apache.spark.streaming.Duration)org.apache.spark.streaming.StreamingContext <and>
(sparkContext: org.apache.spark.org.apache.spark.org.apache.spark.org.apache.spark.org.apache.spark.SparkContext,batchDuration: org.apache.spark.streaming.Duration)org.apache.spark.streaming.StreamingContext
cannot be applied to (org.apache.spark.org.apache.spark.org.apache.spark.org.apache.spark.org.apache.spark.SparkContext, org.apache.spark.streaming.Duration)
val ssc = new StreamingContext(sc, Seconds(2))
^