You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2008/11/05 00:38:44 UTC

[jira] Updated: (HADOOP-4571) chukwa conf files are not cleaned up

     [ https://issues.apache.org/jira/browse/HADOOP-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated HADOOP-4571:
------------------------------

    Attachment: HADOOP-4571.patch

Added clean target for chukwa.

> chukwa conf files are not cleaned up
> ------------------------------------
>
>                 Key: HADOOP-4571
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4571
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/chukwa
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eric Yang
>            Priority: Minor
>         Attachments: HADOOP-4571.patch
>
>
> # ant
> # svn status
> {noformat}
> ?      src/contrib/chukwa/conf/initial_adaptors
> ?      src/contrib/chukwa/conf/alert.conf
> ?      src/contrib/chukwa/conf/chukwa-slaves
> {noformat}
> # ant clean
> # svn status
> {noformat}
> ?      src/contrib/chukwa/conf/initial_adaptors
> ?      src/contrib/chukwa/conf/alert.conf
> ?      src/contrib/chukwa/conf/chukwa-slaves
> {noformat}
> Should these files/directories be removed by "ant clean"?  Or add these items to the svn:ignore list?

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