Hi all,

I have an RDD that I wish to write to HDFS.

data.saveAsTextFile("hdfs://path/vertices")

This returns: WARN RetryInvocationHandler: Exception while invoking 
ClientNamenodeProtocolTranslatorPB.getFileInfo over null. Not retrying because 
try once and fail.
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException):
 SIMPLE authentication is not enabled.  Available:[TOKEN, KERBEROS]

I have checked KERBEROS and it is properly authenticated. The Available:[TOKEN, 
KERBEROS] seems to show that the spark conf file is setup correctly. 

How do I fix this?! 

Thanks! 

Geroid

Reply via email to