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 "Chen Liang (JIRA)" <ji...@apache.org> on 2017/08/30 21:40:00 UTC

[jira] [Commented] (HADOOP-14804) correct wrong parameters format order in core-default.xml

    [ https://issues.apache.org/jira/browse/HADOOP-14804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16148096#comment-16148096 ] 

Chen Liang commented on HADOOP-14804:
-------------------------------------

Thanks [~Hongfei Chen] for the catch!

It seems there are several more places that have the same issue, such as (but not limited to)
{code}
hadoop.http.staticuser.user
hadoop.registry.rm.enabled
hadoop.registry.zk.root
{code}

> correct wrong parameters format order in core-default.xml
> ---------------------------------------------------------
>
>                 Key: HADOOP-14804
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14804
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 3.0.0-alpha3
>            Reporter: Chen Hongfei
>            Priority: Trivial
>             Fix For: 3.0.0-alpha3
>
>         Attachments: HADOOP-14804.001.patch
>
>
> descriptions of "HTTP CORS" parameters is before the names:  
> <property>
>    <description>Comma separated list of headers that are allowed for web
>     services needing cross-origin (CORS) support.</description>
>   <name>hadoop.http.cross-origin.allowed-headers</name>
>   <value>X-Requested-With,Content-Type,Accept,Origin</value>
> </property> 
> ..........
> but they should be following value as others.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org