Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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