HBASE-1215 Migration. Pull in classes I need to read old file types. Removed old classes no longer needed from io package (e.g. SequenceFile and MapFile) -- revert file version change
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@795282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f68460276
commit
c3921a955d
|
@ -49,8 +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 = "6";
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue