[
https://issues.apache.org/jira/browse/HBASE-14821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15025857#comment-15025857
]
Hudson commented on HBASE-14821:
--------------------------------
SUCCESS: Integrated in HBase-1.2-IT #306 (See
[https://builds.apache.org/job/HBase-1.2-IT/306/])
HBASE-14821 Allow configuration overrides in TableOutputFormat (garyh: rev
3ce461f87cbbb10901208704e54536daf7f5c32e)
* hbase-common/src/test/java/org/apache/hadoop/hbase/TestHBaseConfiguration.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java
> CopyTable should allow overriding more config properties for peer cluster
> -------------------------------------------------------------------------
>
> Key: HBASE-14821
> URL: https://issues.apache.org/jira/browse/HBASE-14821
> Project: HBase
> Issue Type: Improvement
> Components: mapreduce
> Reporter: Gary Helmling
> Assignee: Gary Helmling
> Fix For: 2.0.0, 1.2.0, 1.3.0
>
> Attachments: HBASE-14821.patch
>
>
> When using CopyTable across two separate clusters, you can specify the ZK
> quorum for the destination cluster, but not much else in configuration
> overrides. This can be a problem when the cluster configurations differ,
> such as when using security with different configurations for server
> principals.
> We should provide a general way to override configuration properties for the
> peer / destination cluster. One option would be to allow use of a prefix for
> command line properties ("peer.property."). Properties matching this prefix
> will be stripped and merged to the peer configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)