Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Unable to use the Spark Conecxt Variable in the Spark-Shell (Scala) in CDH5.1

avatar
Explorer

Hi,

 

I am using Spark 1.0.0 in a CDH 5.1 VM.  I am trying to use the Spark-Shell (Scala). But I am getting the below error regularly and not able to use thecontect variable

 

Please assist.

 

Using Scala version 2.10.4 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_55)
Type in expressions to have them evaluated.
Type :help for more information.
Spark context available as sc.

scala> val text = sc.textfile("/user/cloudera/test1")
<console>:12: error: value textfile is not a member of org.apache.spark.SparkContext
val text = sc.textfile("/user/cloudera/test1")

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator
1 REPLY 1

avatar
Master Collaborator