HBASE-6056 Restore hbase-default version check
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1340344 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1a90a79658
commit
3172576c18
|
@ -65,7 +65,6 @@ public class HBaseConfiguration extends Configuration {
|
|||
}
|
||||
|
||||
private static void checkDefaultsVersion(Configuration conf) {
|
||||
if (true) return; // REMOVE
|
||||
if (conf.getBoolean("hbase.defaults.for.version.skip", Boolean.FALSE)) return;
|
||||
String defaultsVersion = conf.get("hbase.defaults.for.version");
|
||||
String thisVersion = VersionInfo.getVersion();
|
||||
|
|
Loading…
Reference in New Issue