[
https://issues.apache.org/jira/browse/HBASE-11378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037820#comment-14037820
]
Hudson commented on HBASE-11378:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5219 (See
[https://builds.apache.org/job/HBase-TRUNK/5219/])
HBASE-11378 TableMapReduceUtil overwrites user supplied options for multiple
tables/scaners job (jxiang: rev 45bc13d87a08dd56c01a20e3b574f85882500810)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
> TableMapReduceUtil overwrites user supplied options for multiple
> tables/scaners job
> -----------------------------------------------------------------------------------
>
> Key: HBASE-11378
> URL: https://issues.apache.org/jira/browse/HBASE-11378
> Project: HBase
> Issue Type: Bug
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Fix For: 0.99.0, 0.98.4
>
> Attachments: hbase-11378.patch
>
>
> In TableMapReduceUtil#initTableMapperJob, we have
> HBaseConfiguration.addHbaseResources(job.getConfiguration());
> It should use merge instead. Otherwise, user supplied options are overwritten.
--
This message was sent by Atlassian JIRA
(v6.2#6252)