You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Terence Kwan (JIRA)" <ji...@apache.org> on 2009/04/17 05:15:14 UTC

[jira] Created: (CHUKWA-147) collector configuration file parsing problem

collector configuration file parsing problem
--------------------------------------------

                 Key: CHUKWA-147
                 URL: https://issues.apache.org/jira/browse/CHUKWA-147
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: data collection
    Affects Versions: 0.1.2
            Reporter: Terence Kwan
             Fix For: 0.1.2


First problem:

1. put http://localhost:8080 and an empty line in the "collectors" file, it will not skip the empty line.
2. it should skip the empty line

Second problem:
1. put http://localhost:8080 in the "collectors" file. It will append the port number in it as: http://localhost:8080/:4080/

Third problem:
1. put http://localhost in "collectors" file. It will think that it has 2 collectors, one is http://localhost and one is http://localhost:8080/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-147) collector configuration file parsing problem

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-147:
-----------------------------

    Fix Version/s:     (was: 0.1.2)

> collector configuration file parsing problem
> --------------------------------------------
>
>                 Key: CHUKWA-147
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-147
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>    Affects Versions: 0.1.2
>            Reporter: Terence Kwan
>
> First problem:
> 1. put http://localhost:8080 and an empty line in the "collectors" file, it will not skip the empty line.
> 2. it should skip the empty line
> Second problem:
> 1. put http://localhost:8080 in the "collectors" file. It will append the port number in it as: http://localhost:8080/:4080/
> Third problem:
> 1. put http://localhost in "collectors" file. It will think that it has 2 collectors, one is http://localhost and one is http://localhost:8080/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CHUKWA-147) collector configuration file parsing problem

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ari Rabkin resolved CHUKWA-147.
-------------------------------

       Resolution: Duplicate
    Fix Version/s: 0.2.0
         Assignee: Ari Rabkin

This was fixed as CHUKWA-273

> collector configuration file parsing problem
> --------------------------------------------
>
>                 Key: CHUKWA-147
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-147
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>    Affects Versions: 0.1.2
>            Reporter: Terence Kwan
>            Assignee: Ari Rabkin
>             Fix For: 0.2.0
>
>
> First problem:
> 1. put http://localhost:8080 and an empty line in the "collectors" file, it will not skip the empty line.
> 2. it should skip the empty line
> Second problem:
> 1. put http://localhost:8080 in the "collectors" file. It will append the port number in it as: http://localhost:8080/:4080/
> Third problem:
> 1. put http://localhost in "collectors" file. It will think that it has 2 collectors, one is http://localhost and one is http://localhost:8080/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.