[
https://issues.apache.org/jira/browse/HDFS-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nijel updated HDFS-7883:
------------------------
Status: Patch Available (was: Open)
> 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
> Assignee: nijel
> Priority: Minor
> Attachments: 0001-HDFS-7883.patch
>
>
> 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)