HDFS-11555. Fix typos in class OfflineImageReconstructor. Contributed by Yiqun Lin.

This commit is contained in:
Yiqun Lin 2017-03-27 19:23:37 +08:00
parent 945b006fe8
commit 96e2ab8144
1 changed files with 2 additions and 2 deletions

View File

@ -1599,11 +1599,11 @@ private void readVersion() throws IOException {
} catch (IOException e) {
// Handle the case where <version> does not exist.
// Note: fsimage XML files which are missing <version> are also missing
// many other fields that ovi needs to accurately reconstruct the
// many other fields that oiv needs to accurately reconstruct the
// fsimage.
throw new IOException("No <version> section found at the top of " +
"the fsimage XML. This XML file is too old to be processed " +
"by ovi.", e);
"by oiv.", e);
}
Node version = new Node();
loadNodeChildren(version, "version fields");