HBASE-13256 HBaseConfiguration#checkDefaultsVersion(Configuration) has spelling error (Josh Elser)
This commit is contained in:
parent
7b7b0bf9dd
commit
75b627c8ec
|
@ -71,7 +71,7 @@ public class HBaseConfiguration extends Configuration {
|
|||
String thisVersion = VersionInfo.getVersion();
|
||||
if (!thisVersion.equals(defaultsVersion)) {
|
||||
throw new RuntimeException(
|
||||
"hbase-default.xml file seems to be for and old version of HBase (" +
|
||||
"hbase-default.xml file seems to be for an older version of HBase (" +
|
||||
defaultsVersion + "), this version is " + thisVersion);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue