HBASE-1215 migration; putting file system version back to 6 from 7 for time being -- otherwise fellas like ryan will need to run a (non-existent) migration

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@794810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-07-16 19:45:45 +00:00
parent 54d3670219
commit 935eb0fb1c
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ public interface HConstants {
* Version 6 enables blockcaching on catalog tables.
* Version 7 introduces hfile -- hbase 0.19 to 0.20..
*/
public static final String FILE_SYSTEM_VERSION = "7";
public static final String FILE_SYSTEM_VERSION = "6";
// public static final String FILE_SYSTEM_VERSION = "7";
// Configuration parameters