File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,18 @@ Possible causes
243
243
1 . You are trying to connect to a different KDC than the one you thought you were using.
244
244
1 . You aren't who you thought you were.
245
245
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
+
246
258
# Hadoop Web/REST APIs
247
259
248
260
## AuthenticationToken ignored
You can’t perform that action at this time.
0 commit comments