Home
last modified time | relevance | path

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

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestDecommission.java448 Configuration hdfsConf = new HdfsConfiguration(conf); in testDecommissionOnStandby() local
449 hdfsConf.setInt(DFSConfigKeys.DFS_HA_TAILEDITS_PERIOD_KEY, 1); in testDecommissionOnStandby()
457 hdfsConf.getLong(DFSConfigKeys.DFS_HEARTBEAT_INTERVAL_KEY, in testDecommissionOnStandby()
462 cluster = new MiniDFSCluster.Builder(hdfsConf) in testDecommissionOnStandby()
485 hdfsConf.setLong(DFSConfigKeys.DFS_HEARTBEAT_INTERVAL_KEY, 30); in testDecommissionOnStandby()
486 cluster.startDataNodes(hdfsConf, 1, true, null, null, null); in testDecommissionOnStandby()
941 Configuration hdfsConf = new Configuration(conf); in testIncludeByRegistrationName() local
951 cluster = new MiniDFSCluster.Builder(hdfsConf) in testIncludeByRegistrationName()
960 refreshNodes(cluster.getNamesystem(0), hdfsConf); in testIncludeByRegistrationName()
964 final DFSClient client = getDfsClient(cluster.getNameNode(0), hdfsConf); in testIncludeByRegistrationName()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/lib/service/hadoop/
H A DTestFileSystemAccessService.java344 Configuration hdfsConf = fsAccess.getFileSystemConfiguration(); in fileSystemExecutorNoNameNode() local
345 hdfsConf.set(CommonConfigurationKeysPublic.FS_DEFAULT_NAME_KEY, ""); in fileSystemExecutorNoNameNode()
346 fsAccess.execute("u", hdfsConf, new FileSystemAccess.FileSystemExecutor<Void>() { in fileSystemExecutorNoNameNode()