HDFS-11555. Fix typos in class OfflineImageReconstructor. Contributed by Yiqun Lin.
This commit is contained in:
parent
945b006fe8
commit
96e2ab8144
|
@ -1599,11 +1599,11 @@ class OfflineImageReconstructor {
|
|||
} 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");
|
||||
|
|
Loading…
Reference in New Issue