Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.