You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by dm...@apache.org on 2012/04/11 14:30:20 UTC

svn commit: r1324736 - /hbase/trunk/src/docbkx/ops_mgt.xml

Author: dmeil
Date: Wed Apr 11 12:30:20 2012
New Revision: 1324736

URL: http://svn.apache.org/viewvc?rev=1324736&view=rev
Log:
hbase-5765 adding ImportTsv to Ops chapter

Modified:
    hbase/trunk/src/docbkx/ops_mgt.xml

Modified: hbase/trunk/src/docbkx/ops_mgt.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/ops_mgt.xml?rev=1324736&r1=1324735&r2=1324736&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/ops_mgt.xml (original)
+++ hbase/trunk/src/docbkx/ops_mgt.xml Wed Apr 11 12:30:20 2012
@@ -135,6 +135,13 @@
 </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>
     <section xml:id="rowcounter">
        <title>RowCounter</title>
        <para>RowCounter is a utility that will count all the rows of a table.  This is a good utility to use