Inline. J-D
On Wed, Sep 7, 2011 at 8:02 PM, Tom Goren <[email protected]> wrote: > It completed successfully on server A as destination and as source, however > only after I created the table with all the correlating column families > (specified by "--new.name=new_table_name"). Without that step being done > manually it failed as well. That's currently how it works, eg it doesn't create the table for you. > > When running: > > hbase org.apache.hadoop.hbase.mapreduce.CopyTable > --peer.adr=serverB:2181:/hbase table_name That's not the format, the last part of the peer address is zookeeper.znode.parent which by default is /hbase (that's the root znode where you can find the bootstrap information to contact hbase, not a table name).
