[
https://issues.apache.org/jira/browse/CHUKWA-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Yang updated CHUKWA-460:
-----------------------------
Attachment: CHUKWA-460.patch
This patch will remove the reference of writer.hdfs.filesystem from demux and
archive, and use HADOOP_CONF_DIR instead.
> Demux depends on conf/chukwa-collector-conf.xml
> -----------------------------------------------
>
> Key: CHUKWA-460
> URL: https://issues.apache.org/jira/browse/CHUKWA-460
> Project: Hadoop Chukwa
> Issue Type: Bug
> Components: Data Processors
> Reporter: Eric Yang
> Assignee: Eric Yang
> Attachments: CHUKWA-460.patch
>
>
> We've packaged our own chukwa rpms to be able to deploy the collector, the
> agent and the data processor each separately. In doing so I realized that the
> data processor (i.e., Demux) has a dependency on
> conf/chukwa-collector-conf.xml as packaged in the distro, since that's the
> only place where where 'writer.hdfs.filesystem' is set.
> The workaround is straight forward enough (just add writer.hdfs.filesystem to
> chukwa-demux.xml), but I thought I'd point out the cross-dependency. Although
> it feels redundant, it seems the proper thing to do would be to include
> writer.hdfs.filesystem in both configs, since both processes have that dep.
> Thoughts?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.