[ 
https://issues.apache.org/jira/browse/YARN-6771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jongyoul Lee updated YARN-6771:
-------------------------------
    Description: While running {{RpcClientFactoryPBImpl.getClient}}, 
{{RpcClientFactoryPBImpl}} uses {{localConf.getClassByName}}. But in case of 
using custom classloader, we have to use {{conf.getClassByName}} because custom 
classloader is already stored in {Configuration} class.  (was: While running 
{{RpcClientFactoryPBImpl.getClient}}, {{RpcClientFactoryPBImpl}} uses 
{{local.getClassByName}}. But in case of using custom classloader, we have to 
use {{conf.getClassByName}} because custom classloader is already stored in 
{Configuration} class.)

> Use classloader inside configuration class to make new classes 
> ---------------------------------------------------------------
>
>                 Key: YARN-6771
>                 URL: https://issues.apache.org/jira/browse/YARN-6771
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 2.8.1
>            Reporter: Jongyoul Lee
>
> While running {{RpcClientFactoryPBImpl.getClient}}, 
> {{RpcClientFactoryPBImpl}} uses {{localConf.getClassByName}}. But in case of 
> using custom classloader, we have to use {{conf.getClassByName}} because 
> custom classloader is already stored in {Configuration} class.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to