You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/29 12:46:20 UTC

[jira] [Commented] (EAGLE-404) Updating configuration format check at the front end

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

ASF GitHub Bot commented on EAGLE-404:
--------------------------------------

GitHub user qingwen220 opened a pull request:

    https://github.com/apache/incubator-eagle/pull/287

    EAGLE-404: Updating configuration format check at the front end

    https://issues.apache.org/jira/browse/EAGLE-404

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/qingwen220/incubator-eagle EAGLE-404

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/287.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #287
    
----
commit b90448983cf43d71961ec52797802b2bf3d4ecea
Author: Zhao, Qingwen <qi...@ebay.com>
Date:   2016-07-29T12:43:44Z

    Updating configuration format check at the front end

----


> Updating configuration format check at the front end
> ----------------------------------------------------
>
>                 Key: EAGLE-404
>                 URL: https://issues.apache.org/jira/browse/EAGLE-404
>             Project: Eagle
>          Issue Type: Bug
>    Affects Versions: v0.4.0
>            Reporter: Zhao, Qingwen
>            Assignee: Zhao, Qingwen
>             Fix For: v0.4.0
>
>
> Since Eagle 0.4.0, we change the configuration format of applications from json format to java properties. 
> For example: 
> key1=value1
> key2=value2
> ...
> During the format checking, eagle allows key string consisting of letter, digits, and dot. This does not work for some properties containing '-'. For example, namenode host may be 'host1.domain-1'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)