Remove empty packages
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf53013be5
commit
af5cc602ce
|
@ -1,35 +0,0 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
|
||||||
this work for additional information regarding copyright ownership.
|
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
(the "License"); you may not use this file except in compliance with
|
|
||||||
the License. You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<head />
|
|
||||||
<body bgcolor="white">
|
|
||||||
Package of classes used instantiating objects written with an older
|
|
||||||
version of HBase.
|
|
||||||
|
|
||||||
Under the <code>hbase.rootdir</code>, a file named
|
|
||||||
<code>hbase.version</code> 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 <code>4</code>. This
|
|
||||||
package holds classes from version 4 to version 5 used during the
|
|
||||||
migration of an HBase instance up to version 5. See <a
|
|
||||||
href="http://wiki.apache.org/hadoop/Hbase/HowToMigrate">How To
|
|
||||||
Migrate</a> for more on the migration of HBase across versions and for
|
|
||||||
notes on design of the HBase migration system. </body> </html>
|
|
Loading…
Reference in New Issue