From 764a305cac317e7689f34a051df6c779be9ec0c4 Mon Sep 17 00:00:00 2001
From: Michael Stack completebulkload
tool simply takes the same output path where
importtsv
put its results, and the table name. For example:
$ hadoop jar hbase-VERSION.jar completebulkload /user/todd/myoutput mytable
+ $ hadoop jar hbase-VERSION.jar completebulkload [-c /path/to/hbase/config/hbase-site.xml] /user/todd/myoutput mytable
+ The -c config-file
option can be used to specify a file containing the
+ appropriate hbase parameters (e.g., hbase-site.xml) if not supplied already on
+ the CLASSPATH (In addition, the CLASSPATH must contain the directory that has
+ the zookeeper configuration file if zookeeper is NOT managed by HBase).
This tool will run quickly, after which point the new data will be visible in the cluster.