Skip to content

Commit 9633779

Browse files
committed
more errors!
1 parent caaa6ea commit 9633779

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sections/errors.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,18 @@ Possible causes
243243
1. You are trying to connect to a different KDC than the one you thought you were using.
244244
1. You aren't who you thought you were.
245245

246+
### `SIMPLE authentication is not enabled. Available:[TOKEN]"`
247+
248+
This surfaces on RPC connections when the client is trying to use "SIMPLE" (i.e. unauthenticated)
249+
RPC, when the service is set to only support Kerberos ("TOKEN")
250+
251+
in the client configuration, set `hadoop.security.authentication` to `kerberos`.
252+
253+
(There is a configuration option to tell clients that they can support downgrading to simple, but
254+
as it shouldn't be used, this document doesn't list it.
255+
256+
257+
246258
# Hadoop Web/REST APIs
247259

248260
## AuthenticationToken ignored

0 commit comments

Comments
 (0)