Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
【Precondition】:
1. Secure Federated cluster is available
2. Add the below configuration in Router and client core-site.xml
hadoop.security.authorization= true
3. Restart the router service
【Test step】:
1. Go to router client bin path and submit a MR PI job
2. Observe the client console screen
【Expect Output】:
No error should be thrown and Job should be successful
【Actual Output】:
Job failed prompting "Protocol interface org.apache.hadoop.yarn.api.ApplicationClientProtocolPB is not known.,"
【Additional Note】:
But on setting the parameter as false, job is submitted and success.