Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

how yarn knows AD user

avatar
Rising Star

Hi Folks,

I have 3 node cluster in my environment, where i have configured kerberos & ranger integrated with Active Directory. I have setup one way trust MIT KDC.

Now while i'm running hive query, i'm getting below logs:

Diagnostics: Application application_1528875723692_0001 initialization failed (exitCode=255) with output: main : command provided 0

main : run as user is asif

main : requested yarn user is asif

User asif not found

If i create user on OS server where yarn install, I'm able to run query. But i don't want to create user on OS because i have setup with AD.

How yarn understand about AD user?

1 ACCEPTED SOLUTION

avatar
Rising Star

Well , i find two solution. I hope it is correct

1. Either we have to create user on OS where ResourceManager installed.

Or

2. We have to configure ldap client example sssd which will integrate with AD server.

Let me know if anyone have query.

View solution in original post

1 REPLY 1

avatar
Rising Star

Well , i find two solution. I hope it is correct

1. Either we have to create user on OS where ResourceManager installed.

Or

2. We have to configure ldap client example sssd which will integrate with AD server.

Let me know if anyone have query.