Skip to content

Error SparkSQLEngine : Failed to instantiate SparkSession:User: hadoop is not allowed to impersonate hadoop #3534

Answered by pan3793
woshiyaba asked this question in Q&A
Discussion options

You must be logged in to vote

Kyuubi uses Hadoop authentication mechanism, your error indicates that hadoop is not super user. please check core-site.xml has the following configurations

<property>
  <name>hadoop.proxyuser.<super-user-name>.hosts</name>
  <value>*</value>
</property>

<property>
  <name>hadoop.proxyuser.<super-user-name>.groups</name>
  <value>*</value>
</property>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@woshiyaba
Comment options

Answer selected by pan3793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants