Hi,

I connected my zeppelin to our spark cluster and try a simple hdfs file
access method:
var myRdd = sc.textFile("hdfs://mtnameNode01:8020/data/myFile.txt")
myRdd.first()

and the result is :
class
org.apache.hadoop.security.proto.SecurityProtos$GetDelegatetionTokenRequestProto
overrides final method getUnknownFields.

the same code work well on the same machine with spark-shell

Any idea?
Eran
-- 
Eran | "You don't need eyes to see, you need vision" (Faithless)

Reply via email to