hbase-5765 adding ImportTsv to Ops chapter

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1324736 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2012-04-11 12:30:20 +00:00
parent 10f783bd56
commit 601f268006
1 changed files with 7 additions and 0 deletions

View File

@ -132,6 +132,13 @@
<title>Import</title>
<para>Import is a utility that will load data that has been exported back into HBase. Invoke via:
<programlisting>$ bin/hbase org.apache.hadoop.hbase.mapreduce.Import &lt;tablename&gt; &lt;inputdir&gt;
</programlisting>
</para>
</section>
<section xml:id="importtsv">
<title>ImportTsv</title>
<para>Import is a utility that will load data in TSV format into HBase. Invoke via:
<programlisting>$ bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.columns=a,b,c &lt;tablename&gt; &lt;inputdir&gt;
</programlisting>
</para>
</section>