You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Harsh J (Created) (JIRA)" <ji...@apache.org> on 2012/01/06 10:51:39 UTC

[jira] [Created] (HBASE-5135) TableMapReduceUtil should be using the DistributedCache API, not the 'tmpjars' config directly.

TableMapReduceUtil should be using the DistributedCache API, not the 'tmpjars' config directly.
-----------------------------------------------------------------------------------------------

                 Key: HBASE-5135
                 URL: https://issues.apache.org/jira/browse/HBASE-5135
             Project: HBase
          Issue Type: Improvement
            Reporter: Harsh J


The jar adding methods of TableMapReduceUtil seem to be bypassing the DistributedCache API by plugging in the jar lists themselves to the actual property. This is not a good practice and must be avoided if possible.

_Observed during HBASE-3274_.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira