Details
Description
KMS and HttpFS uses ConfigurationWithLogging instead of Configuration, which logs a configuration object each access. It's more like a development use.
2020-01-07 16:52:00,456 INFO org.apache.hadoop.conf.ConfigurationWithLogging: Got hadoop.security.instrumentation.requires.admin = 'false' 2020-01-07 16:52:00,456 INFO org.apache.hadoop.conf.ConfigurationWithLogging: Got hadoop.security.instrumentation.requires.admin = 'false' (default 'false') 2020-01-07 16:52:15,091 INFO org.apache.hadoop.conf.ConfigurationWithLogging: Got hadoop.security.instrumentation.requires.admin = 'false' 2020-01-07 16:52:15,091 INFO org.apache.hadoop.conf.ConfigurationWithLogging: Got hadoop.security.instrumentation.requires.admin = 'false' (default 'false')
Attachments
Attachments
Issue Links
- is caused by
-
HADOOP-13597 Switch KMS from Tomcat to Jetty
- Resolved