diff --git a/src/java/org/apache/hadoop/hbase/util/migration/package.html b/src/java/org/apache/hadoop/hbase/util/migration/package.html deleted file mode 100644 index 5041ddfc2aa..00000000000 --- a/src/java/org/apache/hadoop/hbase/util/migration/package.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - -Package of classes used instantiating objects written with an older -version of HBase. - -Under the hbase.rootdir, a file named -hbase.version holds the version number for the data -persisted by HBase. The version number is upped every time a change -is made in HBase on-filesystem formats. Version 0.2.0 and 0.18.0 of -HBase shipped with an on-filesystem version of 4. This -package holds classes from version 4 to version 5 used during the -migration of an HBase instance up to version 5. See How To -Migrate for more on the migration of HBase across versions and for -notes on design of the HBase migration system.