Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sections/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ unhappy. (See ["The Principal With No Realm"](terrors.html))
1. The program you are running may be trying to log in with a keytab, but it's got a Hadoop
`FileSystem` instance *before that login took place*. Even if the service is not logged in. that
FS instance is unauthenticated.
1. You may need to set the system property javax.security.auth.useSubjectCredsOnly=false, see also JAAS

[Apache HBase](https://hbase.apache.org) also has an unintentionally aggravating addition to the
generic GSSException which is likely to further drive the user into madness.
Expand Down