You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Aaron T. Myers (JIRA)" <ji...@apache.org> on 2011/09/06 02:23:09 UTC

[jira] [Created] (HDFS-2313) Rat excludes has a typo for excluding editsStored files

Rat excludes has a typo for excluding editsStored files
-------------------------------------------------------

                 Key: HDFS-2313
                 URL: https://issues.apache.org/jira/browse/HDFS-2313
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: test
    Affects Versions: 0.24.0
            Reporter: Aaron T. Myers
            Assignee: Aaron T. Myers
             Fix For: 0.24.0


In {{hadoop-hdfs-project/hadoop-hdfs/pom.xml}}, this:

{noformat}
<exclude>src/test/resources/editStored*</exclude>
{noformat}

Should be:

{noformat}
<exclude>src/test/resources/editsStored*</exclude>
{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira