You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2014/06/19 18:06:24 UTC

[jira] [Created] (HBASE-11378) TableMapReduceUtil overwrites user supplied options for multiple tables/scaners job

Jimmy Xiang created HBASE-11378:
-----------------------------------

             Summary: 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


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)