You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "nijel (JIRA)" <ji...@apache.org> on 2015/03/04 13:41:04 UTC

[jira] [Updated] (HADOOP-11669) Move the Hadoop constants in HTTPServer.java to CommonConfigurationKeys class

     [ https://issues.apache.org/jira/browse/HADOOP-11669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nijel updated HADOOP-11669:
---------------------------
    Attachment: 001-HADOOP-11669.patch

Missed the test and impacted files in the patch
Updated the patch.

> Move the Hadoop constants in HTTPServer.java to CommonConfigurationKeys class
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-11669
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11669
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: nijel
>            Assignee: nijel
>            Priority: Minor
>         Attachments: 0001-HDFS-7883.patch, 001-HADOOP-11669.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)