Hyungu Roh created ZEPPELIN-108:
-----------------------------------
Summary: Error from Tutorial with Streaming Data
Key: ZEPPELIN-108
URL: https://issues.apache.org/jira/browse/ZEPPELIN-108
Project: Zeppelin
Issue Type: Bug
Components: Core
Affects Versions: 0.5.0
Environment: CentOS 6.6
Reporter: Hyungu Roh
Priority: Minor
Fix For: 0.5.0
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))
^
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)