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:
parent
10f783bd56
commit
601f268006
|
@ -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 <tablename> <inputdir>
|
||||
</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 <tablename> <inputdir>
|
||||
</programlisting>
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue