Brandon Li created HDFS-3629: -------------------------------- Summary: fix the typo in the error message about inconsistent storage layout version Key: HDFS-3629 URL: https://issues.apache.org/jira/browse/HDFS-3629 Project: Hadoop HDFS Issue Type: Bug Components: name-node Reporter: Brandon Li Assignee: Brandon Li Priority: Trivial
Brahma Reddy Battula pointed out a typo in the following error message: {noformat} if (multipleLV) { throw new IOException( "Storage directories containe multiple layout versions: " + layoutVersions); {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira