Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 24211 invoked from network); 24 Mar 2011 21:04:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2011 21:04:48 -0000 Received: (qmail 39147 invoked by uid 500); 24 Mar 2011 21:04:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 39119 invoked by uid 500); 24 Mar 2011 21:04:46 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 39068 invoked by uid 99); 24 Mar 2011 21:04:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2011 21:04:46 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2011 21:04:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CBC7E4C255 for ; Thu, 24 Mar 2011 21:04:05 +0000 (UTC) Date: Thu, 24 Mar 2011 21:04:05 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <532783451.9554.1301000645831.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1136036605.3873.1296599609176.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HBASE-3497) TableMapReduceUtil.initTableReducerJob broken due to setConf method in TableOutputFormat MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-3497. --------------------------------------- Resolution: Fixed Fix Version/s: (was: 0.92.0) 0.90.2 Hadoop Flags: [Reviewed] Committed without the pollution to branch and trunk, thanks Stack! > 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 > Assignee: Jean-Daniel Cryans > Fix For: 0.90.2 > > Attachments: HBASE-3497.patch > > > 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