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:
parent
54d3670219
commit
935eb0fb1c
|
@ -49,7 +49,8 @@ public interface HConstants {
|
||||||
* Version 6 enables blockcaching on catalog tables.
|
* Version 6 enables blockcaching on catalog tables.
|
||||||
* Version 7 introduces hfile -- hbase 0.19 to 0.20..
|
* 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
|
// Configuration parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue