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.

Apache Oozie UI: getting HTTP Status 401 - org.apache.hadoop.security.authentication.util.SignerException: Invalid signed text:

avatar
Master Mentor

getting the following error on Oozie UI, cluster is kerborized, HDP 2.5.3, Ambari 2.5 (dev build):

  1. HTTP Status401- org.apache.hadoop.security.authentication.util.SignerException:Invalidsigned text:
1 ACCEPTED SOLUTION

avatar
Master Mentor

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.

View solution in original post

1 REPLY 1

avatar
Master Mentor

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.