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.