Part of HBASE-743 bin/hbase migrate upgrade fails when redo logs exists

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@678538 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-07-21 19:35:44 +00:00
parent 4f88dbf419
commit a44cb5bef8
1 changed files with 2 additions and 1 deletions

View File

@ -317,6 +317,7 @@ public class Migrate extends Configured implements Tool {
"shut it down cleanly, so that all region server logs are recovered" +
" and deleted. Or, if you are sure logs are vestige of old " +
"failures in hbase, remove them and then rerun the migration. " +
"See 'Redo Logs' in http://wiki.apache.org/hadoop/Hbase/HowToMigrate. " +
"Here are the problem log files: " + unrecoveredLogs);
}
}
@ -449,4 +450,4 @@ public class Migrate extends Configured implements Tool {
}
System.exit(status);
}
}
}