Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Apache Oozie UI: getting HTTP Status 401 - org.apache.hadoop.security.authentication.util.SignerException: Invalid signed text:
Labels:
- Labels:
-
Apache Oozie
Master Mentor
Created 03-09-2017 09:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
getting the following error on Oozie UI, cluster is kerborized, HDP 2.5.3, Ambari 2.5 (dev build):
- HTTP Status401- org.apache.hadoop.security.authentication.util.SignerException:Invalidsigned text:
1 ACCEPTED SOLUTION
Master Mentor
Created 03-10-2017 02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got rid off SPNEGO on this cluster and set
oozie.authentication.type=simple
as I'm accessing from Mac, I don't need SPNEGO. I'm able to access Oozie UI now.
1 REPLY 1
Master Mentor
Created 03-10-2017 02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got rid off SPNEGO on this cluster and set
oozie.authentication.type=simple
as I'm accessing from Mac, I don't need SPNEGO. I'm able to access Oozie UI now.
