104105106107108109110111
String msg = "File system needs to be upgraded. Run " + "the '${HBASE_HOME}/bin/hbase migrate' script."; if (message) { System.out.println("WARNING! " + msg); } throw new FileSystemVersionException(msg); } }
102103104105106107108109