The above file is the Hadoop-policy.xml in that file we have given the properties for enabling ACL for users when I am adding users like yarn mapred hdfs etc so it throws an
ERROR SparkContext: Error initializing SparkContext. org.apache.spark.SparkException: Application application_1699592375401_1753 failed 2 times due to Error launching appattempt_1699592375401_1753_000002. Got exception: org.apache.hadoop.security.authorize.AuthorizationException org. apache. Hadoop.security.authorize.AuthorizationException: User appattempt_1699592375401_1753_000002 (auth: TOKEN) is not authorized for protocol interface org. apache. Hadoop.yarn.api.ContainerManagementProtocolPB: denied by configured ACL
Not able to identify which user is running the container, due to which ACL blocking When put * it is working fine
Please help me with this