HBASE-4284 document permissions that need to be set on importtsv output before completebulkload

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-03-02 00:21:27 +00:00
parent ff0bc7c5ea
commit a6c813b97b
1 changed files with 4 additions and 0 deletions

View File

@ -244,6 +244,10 @@ row10 c1 c2
<programlisting>HADOOP_CLASSPATH=`${HBASE_HOME}/bin/hbase classpath` ${HADOOP_HOME}/bin/hadoop jar ${HBASE_HOME}/hbase-VERSION.jar completebulkload &lt;hdfs://storefileoutput&gt; &lt;tablename&gt;
</programlisting>
</para>
<section xml:id="completebulkload.warning"><title>CompleteBulkLoad Warning</title>
<para>Data generated via MapReduce is often created with file permissions that are not compatible with the running HBase process. Assuming you're running HDFS with permissions enabled, those permissions will need to be updated before you run CompleteBulkLoad.
</para>
</section>
<para>For more information about bulk-loading HFiles into HBase, see <xref linkend="arch.bulk.load"/>.
</para>
</section>