Problem solved! Apparently, remote hbase config overrides "zookeeper.znode.parent" from its default value (/hbase). As a result the default master subnode (/hbase/master) is not found. Once I added the "zookeeper.znode.parent" with the updated value to the client's Configuration, it went through.
On 1/11/11, jason <[email protected]> wrote: > Here is the M/R job log: > > http://pastebin.com/pbwgKup4 > > And Zookeper messages during the job execution: > > http://pastebin.com/rxNZDD7x
