DOC: Add missing section, fix duplicate xml:id
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba653fb8e4
commit
2d4b220114
|
@ -744,6 +744,7 @@ Caused by: java.io.FileNotFoundException: File _partition.lst does not exist.
|
|||
<title>Zero size HLogs with data in them</title>
|
||||
<para>Problem: when getting a listing of all the files in a region server's .logs directory, one file has a size of 0 but it contains data.</para>
|
||||
<para>Answer: It's an HDFS quirk. A file that's currently being to will appear to have a size of 0 but once it's closed it will show its true size</para>
|
||||
</section>
|
||||
<section xml:id="trouble.namenode.uncompaction">
|
||||
<title>Use Cases</title>
|
||||
<para>Two common use-cases for querying HDFS for HBase objects is research the degree of uncompaction of a table. If there are a large number of StoreFiles for each ColumnFamily it could
|
||||
|
@ -1093,7 +1094,7 @@ in your Hadoop's <filename>lib</filename> directory. That should fix the above
|
|||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="trouble.versions.205">
|
||||
<section xml:id="trouble.wrong.version">
|
||||
<title>...cannot communicate with client version...</title>
|
||||
<para>If you see something like the following in your logs
|
||||
<computeroutput>...
|
||||
|
|
Loading…
Reference in New Issue