Minor edits to format
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1519234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a90a187d48
commit
fab1a84ab6
|
@ -249,6 +249,7 @@ mvn clean package -DskipTests
|
||||||
</settings>
|
</settings>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
<para>The <link xlink:href="http://wiki.apache.org/hadoop/HowToRelease">Hadoop How To Release</link> wiki page informs much of the below and may have more detail on particular sections so it is worth review.</para>
|
||||||
<para>Update CHANGES.txt with the changes since the last release (query JIRA, export to excel then hack w/ vim to format to suit CHANGES.txt TODO: Needs detail).
|
<para>Update CHANGES.txt with the changes since the last release (query JIRA, export to excel then hack w/ vim to format to suit CHANGES.txt TODO: Needs detail).
|
||||||
Adjust the version in all the poms appropriately; e.g. you may need to remove <emphasis>-SNAPSHOT</emphasis> from all versions.
|
Adjust the version in all the poms appropriately; e.g. you may need to remove <emphasis>-SNAPSHOT</emphasis> from all versions.
|
||||||
The <link xlink:href="http://mojo.codehaus.org/versions-maven-plugin/">Versions Maven Plugin</link> can be of use here. To
|
The <link xlink:href="http://mojo.codehaus.org/versions-maven-plugin/">Versions Maven Plugin</link> can be of use here. To
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
</para>
|
</para>
|
||||||
<para>To run the check step, run <programlisting>$ bin/hbase upgrade -check</programlisting>.
|
<para>To run the check step, run <programlisting>$ bin/hbase upgrade -check</programlisting>.
|
||||||
Here is sample output:
|
Here is sample output:
|
||||||
<computeroutput>
|
<programlisting>
|
||||||
Tables Processed:
|
Tables Processed:
|
||||||
hdfs://localhost:41020/myHBase/.META.
|
hdfs://localhost:41020/myHBase/.META.
|
||||||
hdfs://localhost:41020/myHBase/usertable
|
hdfs://localhost:41020/myHBase/usertable
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
hdfs://localhost:41020/myHBase/usertable/ecdd3eaee2d2fcf8184ac025555bb2af
|
hdfs://localhost:41020/myHBase/usertable/ecdd3eaee2d2fcf8184ac025555bb2af
|
||||||
|
|
||||||
There are some HFileV1, or corrupt files (files with incorrect major version)
|
There are some HFileV1, or corrupt files (files with incorrect major version)
|
||||||
</computeroutput>
|
</programlisting>
|
||||||
In the above sample output, there are two HFileV1 in two regions, and one corrupt file.
|
In the above sample output, there are two HFileV1 in two regions, and one corrupt file.
|
||||||
Corrupt files should probably be removed. The regions that have HFileV1s need to be major
|
Corrupt files should probably be removed. The regions that have HFileV1s need to be major
|
||||||
compacted. To major compact, start up the hbase shell and review how to compact an individual
|
compacted. To major compact, start up the hbase shell and review how to compact an individual
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
Then do as follows:
|
Then do as follows:
|
||||||
<programlisting>$ bin/hbase upgrade -execute</programlisting>
|
<programlisting>$ bin/hbase upgrade -execute</programlisting>
|
||||||
Here is some sample output
|
Here is some sample output
|
||||||
<computeroutput>
|
<programlisting>
|
||||||
Starting Namespace upgrade
|
Starting Namespace upgrade
|
||||||
Created version file at hdfs://localhost:41020/myHBase with version=7
|
Created version file at hdfs://localhost:41020/myHBase with version=7
|
||||||
Migrating table testTable to hdfs://localhost:41020/myHBase/.data/default/testTable
|
Migrating table testTable to hdfs://localhost:41020/myHBase/.data/default/testTable
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
Starting Log splitting
|
Starting Log splitting
|
||||||
…
|
…
|
||||||
Successfully completed Log splitting
|
Successfully completed Log splitting
|
||||||
</computeroutput>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If the output from the execute step looks good, start hbase-0.96.0.
|
If the output from the execute step looks good, start hbase-0.96.0.
|
||||||
|
|
Loading…
Reference in New Issue