TestDFSShellGenericOptions creates a sub-directory in conf/
-----------------------------------------------------------

                 Key: HADOOP-533
                 URL: http://issues.apache.org/jira/browse/HADOOP-533
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.6.1, 0.6.0, 0.5.0
            Reporter: Doug Cutting
            Priority: Minor


TestDFSShellGenericOptions creates a subdirectory of conf/.  This is not 
removed.

Generally, the build & test process should not create or modify files outside 
of the build/ directory.  So the best fix would be to create this directory 
somewhere under build/, perhaps build/test.  Then it will be naturally removed 
by 'ant clean', will not show up in 'svn stat', etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to