You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Surendra Singh Lilhore (JIRA)" <ji...@apache.org> on 2017/03/09 19:47:37 UTC

[jira] [Updated] (HADOOP-14167) UserIdentityProvider should use short user name in DecayRpcScheduler

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

Surendra Singh Lilhore updated HADOOP-14167:
--------------------------------------------
    Description: 
In secure cluster {{UserIdentityProvider}} use principal name for user, it should use short name of principal.

{noformat}
  {
    "name" : "Hadoop:service=NameNode,name=DecayRpcSchedulerMetrics2.ipc.8020",
     .
     .
     .
    "Caller(hdfs/hadoop@HADOOP.COM).Volume" : 436,
    "Caller(hdfs/hadoop@HADOOP.COM).Priority" : 3,
    .
    .
  }
{noformat}


  was:
In secure cluster {{UserIdentityProvider}} use principal name for user, it should use shot name of principal.

{noformat}
  {
    "name" : "Hadoop:service=NameNode,name=DecayRpcSchedulerMetrics2.ipc.8020",
     .
     .
     .
    "Caller(hdfs/hadoop@HADOOP.COM).Volume" : 436,
    "Caller(hdfs/hadoop@HADOOP.COM).Priority" : 3,
    .
    .
  }
{noformat}



> UserIdentityProvider should use short user name in DecayRpcScheduler
> --------------------------------------------------------------------
>
>                 Key: HADOOP-14167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14167
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: common
>            Reporter: Surendra Singh Lilhore
>            Assignee: Surendra Singh Lilhore
>
> In secure cluster {{UserIdentityProvider}} use principal name for user, it should use short name of principal.
> {noformat}
>   {
>     "name" : "Hadoop:service=NameNode,name=DecayRpcSchedulerMetrics2.ipc.8020",
>      .
>      .
>      .
>     "Caller(hdfs/hadoop@HADOOP.COM).Volume" : 436,
>     "Caller(hdfs/hadoop@HADOOP.COM).Priority" : 3,
>     .
>     .
>   }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org