- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NIFI : listHDFS processor Keytab issue
- Labels:
-
Apache NiFi
Created ‎03-13-2017 03:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I'm running in a strange effect, i've running a listHDFS processor with this config keytab and principal :
My user is "ute"
ute.keytab ute@FTI.NET
but i've got this message error :
nifi-app_2017-03-13_15.0.log:2017-03-13 15:59:59,670 ERROR [Timer-Driven Process Thread-8] o.apache.nifi.processors.hadoop.ListHDFS ListHDFS[id=93843bce-d367-108a-953c-19690d75dccf] Failed to perform listing of HDFS due to org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: polis@PSA.NET is not allowed to impersonate ute@PSA.NET: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: polis@PSA.NET is not allowed to impersonate ute@PSA.NET nifi-app_2017-03-13_15.0.log:org.apache.hadoop.ipc.RemoteException: User: polis@PSA.NET is not allowed to impersonate ute@PSA.NET
Why my processor try to use another user in my case (polis) user ?
Thanks
Created ‎03-13-2017 04:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is a known issue when there are multiple processors with different principals, the JIRA is here and just got merged to master: https://issues.apache.org/jira/browse/NIFI-3520
Created ‎03-13-2017 04:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is a known issue when there are multiple processors with different principals, the JIRA is here and just got merged to master: https://issues.apache.org/jira/browse/NIFI-3520
