Gaurav Dasgupta
unread,Apr 2, 2013, 3:39:27 AM4/2/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spark...@googlegroups.com
Hi,
My CDH4 cluster is enable with Kerberos authentication. I have tested this successfully. But when I am trying to submit a Spark job which uses HDFS for input/output, I am getting the following error:
org.apache.hadoop.security.AccessControlException: Authorization (hadoop.security.authorization) is enabled but authentication (hadoop.security.authentication) is configured as simple. Please configure another method like kerberos or digest.
hadoop.security.authentication is configured as kerberos. The user which is trying to submit the Spark is have Kerberos credentials and I have tested this by running a Hadoop job by the same user for the same input and output directory.
Do, we need to specify something in the Spark conf so that it can use Kerberos authentication? How do I resolve this problem?
Thanks,
Gaurav