ankit created ZEPPELIN-90:
------------------------------
Summary: value toDF is not a member of
org.apache.spark.rdd.RDD[Bank]
Key: ZEPPELIN-90
URL: https://issues.apache.org/jira/browse/ZEPPELIN-90
Project: Zeppelin
Issue Type: Bug
Components: Core
Affects Versions: 0.5.0
Environment: Amazon Web services
Reporter: ankit
Fix For: 0.5.0
While I am trying to load the data in the Zeppelin ,I am facing the following
issue
"value toDF is not a member of org.apache.spark.rdd.RDD[Bank]"
so, I am using (import sqlContext.implicits._) which converts rdd to dataframe,
it starts throwing other error which says
"error: value implicits is not a member of org.apache.spark.sql.SQLContext"
Thus, I have done this coding locally on AWS environment and it went successful
while error is coming in Zeppelin.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)