TableMapReduceUtil.initTableReducerJob broken due to setConf method in 
TableOutputFormat
----------------------------------------------------------------------------------------

                 Key: HBASE-3497
                 URL: https://issues.apache.org/jira/browse/HBASE-3497
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.90.0
            Reporter: Amandeep Khurana


setConf() method in TableOutputFormat gets called and it replaces the 
hbase.zookeeper.quorum address in the job conf xml when you run a CopyTable job 
from one cluster to another. The conf gets set to the peer.addr that is 
specified, which makes the job read and write from/to the peer cluster instead 
of reading from the original cluster and writing to the peer.

Possibly caused due to the change in 
https://issues.apache.org/jira/browse/HBASE-3111

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to