Home
last modified time | relevance | path

Searched defs:ugi (Results 201 – 225 of 321) sorted by relevance

12345678910>>...13

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/security/
H A DTestBinaryTokenFile.java112 final UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in map() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DBlockReaderLocalLegacy.java102 UserGroupInformation ugi, final DatanodeInfo node, in getDatanodeProxy()
267 private static BlockLocalPathInfo getBlockPathInfo(UserGroupInformation ugi, in getBlockPathInfo()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/
H A DDelegationTokenManager.java158 UserGroupInformation ugi, String renewer) { in createToken()
H A DDelegationTokenAuthenticationHandler.java334 UserGroupInformation ugi = tokenManager.verifyToken(dt); in authenticate() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/logaggregation/
H A DTestAggregatedLogsBlock.java219 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in writeLog() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/system/java/org/apache/hadoop/mapred/
H A DTestJobSummary.java193 UserGroupInformation ugi = UserGroupInformation.getLoginUser(); in testJobSummaryInfoForDifferentUser() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/
H A DCluster.java59 private UserGroupInformation ugi; field in Cluster
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/
H A DSparkHadoopUtil.scala64 val ugi = UserGroupInformation.createRemoteUser(user) constant
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DJspHelper.java471 final UserGroupInformation ugi; in getUGI() local
539 final UserGroupInformation ugi; in initUGI() local
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/
H A DStatistics.java82 UserGroupInformation ugi = UserGroupInformation.getLoginUser(); in Statistics() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/security/
H A DTestAMRMTokens.java399 UserGroupInformation ugi = UserGroupInformation.createUserForTesting( in testAMRMMasterKeysUpdate() local
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/web/
H A DWebHdfsFileSystem.java141 private final UserGroupInformation ugi; field in WebHdfsFileSystem
225 public static String getHomeDirectoryString(final UserGroupInformation ugi) { in getHomeDirectoryString()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/
H A DWebHdfsHandler.java91 private UserGroupInformation ugi; field in WebHdfsHandler
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/
H A DTimelineDataManager.java98 final UserGroupInformation ugi; field in TimelineDataManager.CheckAclImpl
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DCachePool.java109 UserGroupInformation ugi = null; in createFromInfoAndDefaults() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/
H A DViewFs.java154 final UserGroupInformation ugi; // the user/group of user who created mtable field in ViewFs
734 final UserGroupInformation ugi; // the user/group of user who created mtable field in InternalDirOfViewFs
738 final long cTime, final UserGroupInformation ugi, final URI uri) in InternalDirOfViewFs()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/lib/service/hadoop/
H A DFileSystemAccessService.java332 UserGroupInformation ugi = getUGI(user); in execute() local
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/security/token/block/
H A DBlockTokenSecretManager.java191 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in generateToken() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestDistributedFileSystem.java474 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testStatistics() local
510 final UserGroupInformation ugi = UserGroupInformation.createUserForTesting( in testFileChecksum() local
H A DTestLeaseRecovery2.java365 UserGroupInformation ugi = in testSoftLeaseRecovery() local
H A DAppendTestUtil.java125 UserGroupInformation ugi = in createHdfsWithDifferentUsername() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/web/
H A DTestWebHdfsFileSystemContract.java57 private UserGroupInformation ugi; field in TestWebHdfsFileSystemContract
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/
H A DStatistics.java89 UserGroupInformation ugi = UserGroupInformation.getLoginUser(); in Statistics() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/
H A DSecureBulkLoadEndpoint.java228 final UserGroupInformation ugi = user.getUGI(); in secureBulkLoadHFiles() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/
H A DCommonJobTest.java367 UserGroupInformation ugi = UserGroupInformation.getLoginUser(); in doSubmission() local

12345678910>>...13