>From the doc at http://hbase.apache.org/bulk-loads.html
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). It seems your hadoop doesn't know about hbase's configuration. J-D On Tue, May 24, 2011 at 9:41 PM, Geoff Hendrey <[email protected]> wrote: > Hi - > > > > How can I pass the zookeeper connectString to the completebulkoad > utility so that it will not try to use the default "localhost". > > > > -geof > >
