[ https://issues.apache.org/jira/browse/HADOOP-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647145#action_12647145 ]
Eric Yang commented on HADOOP-4571: ----------------------------------- Copying template file to build directory only, would impact the behavior for all contrib directories. Instead of changing the directory structure, the right thing is to follow the existing structure, put the files in ignore list. Someone with commit access, please run: cd trunk/src/contrib/chukwa/conf svn propedit svn:ignore . Put these files in the ignore list: initial_adaptors alert.conf chukwa-slaves Thanks in advance. :) > 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 > > # 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.