Home
last modified time | relevance | path

Searched refs:SERVICE_NAME_KEY (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/security/token/delegation/
H A DDelegationTokenSelector.java38 private static final String SERVICE_NAME_KEY = "hdfs.service.host_"; field in DelegationTokenSelector
50 final String key = SERVICE_NAME_KEY + SecurityUtil.buildTokenService(nnAddr); in selectHdfsDelegationToken()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/security/token/delegation/
H A DDelegationTokenSelector.java38 public static final String SERVICE_NAME_KEY = "hdfs.service.host_"; field in DelegationTokenSelector
58 final String nnServiceName = conf.get(SERVICE_NAME_KEY + serviceName); in selectToken()