nijel created HDFS-7883:
---------------------------
Summary: Move the Hadoop constants in HTTPServer.java to
CommonConfigurationKeys class
Key: HDFS-7883
URL: https://issues.apache.org/jira/browse/HDFS-7883
Project: Hadoop HDFS
Issue Type: Improvement
Reporter: nijel
Priority: Minor
These 2 configurations in HttpServer2.java is hadoop configurations.
{code}
static final String FILTER_INITIALIZER_PROPERTY
= "hadoop.http.filter.initializers";
public static final String HTTP_MAX_THREADS = "hadoop.http.max.threads";
{code}
It is better to keep it inside CommonConfigurationKeys
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)