Home
last modified time | relevance | path

Searched refs:HdfsConfiguration (Results 126 – 150 of 347) sorted by relevance

12345678910>>...14

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestAllowFormat.java39 import org.apache.hadoop.hdfs.HdfsConfiguration;
159 Configuration conf = new HdfsConfiguration(); in testFormatShouldBeIgnoredForNonFileBasedDirs()
H A DTestFsckWithMultipleNameNodes.java34 import org.apache.hadoop.hdfs.HdfsConfiguration;
89 final Configuration conf = new HdfsConfiguration(); in createConf()
H A DTestLargeDirectoryDelete.java30 import org.apache.hadoop.hdfs.HdfsConfiguration;
43 private static final Configuration CONF = new HdfsConfiguration();
H A DTestEditLogRace.java42 import org.apache.hadoop.hdfs.HdfsConfiguration;
177 Configuration conf = new HdfsConfiguration(); in testEditLogRolling()
259 Configuration conf = new HdfsConfiguration(); in testSaveNamespace()
323 Configuration conf = new HdfsConfiguration(); in getConf()
H A DTestCheckPointForSecurityTokens.java29 import org.apache.hadoop.hdfs.HdfsConfiguration;
69 Configuration conf = new HdfsConfiguration(); in testSaveNamespace()
H A DTestParallelImageWrite.java35 import org.apache.hadoop.hdfs.HdfsConfiguration;
51 final Configuration conf = new HdfsConfiguration(); in testRestartDFS()
H A DTestHostsFiles.java35 import org.apache.hadoop.hdfs.HdfsConfiguration;
53 Configuration conf = new HdfsConfiguration(); in getConf()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/tools/
H A DTestJMXGet.java44 import org.apache.hadoop.hdfs.HdfsConfiguration;
80 config = new HdfsConfiguration(); in setUp()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/
H A DTestResolveHdfsSymlink.java34 import org.apache.hadoop.hdfs.HdfsConfiguration;
58 Configuration conf = new HdfsConfiguration(); in setUp()
H A DTestHDFSFileContextMainOperations.java33 import org.apache.hadoop.hdfs.HdfsConfiguration;
49 private static final HdfsConfiguration CONF = new HdfsConfiguration();
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/
H A DTestNNWithQJM.java31 import org.apache.hadoop.hdfs.HdfsConfiguration;
42 final Configuration conf = new HdfsConfiguration();
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/
H A DTestEditLogTailer.java33 import org.apache.hadoop.hdfs.HdfsConfiguration;
61 Configuration conf = new HdfsConfiguration(); in testTailer()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DTestHeartbeatHandling.java27 import org.apache.hadoop.hdfs.HdfsConfiguration;
57 final Configuration conf = new HdfsConfiguration(); in testHeartbeat()
139 final Configuration conf = new HdfsConfiguration(); in testHeartbeatBlockRecovery()
H A DTestComputeInvalidateWork.java28 import org.apache.hadoop.hdfs.HdfsConfiguration;
59 conf = new HdfsConfiguration(); in setup()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/security/
H A DTestPermission.java39 import org.apache.hadoop.hdfs.HdfsConfiguration;
107 Configuration conf = new HdfsConfiguration(); in testCreate()
170 final Configuration conf = new HdfsConfiguration(); in testFilePermision()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/
H A DDFSck.java39 import org.apache.hadoop.hdfs.HdfsConfiguration;
75 HdfsConfiguration.init(); in HdfsConfiguration.init()
377 res = ToolRunner.run(new DFSck(new HdfsConfiguration()), args);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestCrcCorruption.java91 Configuration conf = new HdfsConfiguration(); in testCorruptionDuringWrt()
293 Configuration conf1 = new HdfsConfiguration(); in testCrcCorruption()
303 Configuration conf2 = new HdfsConfiguration(); in testCrcCorruption()
H A DTestGetBlocks.java90 HdfsConfiguration conf = new HdfsConfiguration(); in testReadSelectNonStaleDatanode()
180 final Configuration CONF = new HdfsConfiguration(); in testGetBlocks()
H A DTestDistributedFileSystem.java99 private HdfsConfiguration getTestConfiguration() { in getTestConfiguration()
100 HdfsConfiguration conf; in getTestConfiguration()
102 conf = new HdfsConfiguration(false); in getTestConfiguration()
107 conf = new HdfsConfiguration(); in getTestConfiguration()
959 Configuration conf = new HdfsConfiguration(); in testFileCloseStatus()
981 Configuration conf = new HdfsConfiguration(); in testListFiles()
1005 final Configuration conf = new HdfsConfiguration(); in testDFSClientPeerTimeout()
1035 Configuration conf = new HdfsConfiguration(); in testGetServerDefaults()
H A DTestDeprecatedKeys.java31 Configuration conf = new HdfsConfiguration(); in testDeprecatedKeys()
H A DTestDFSShell.java134 Configuration conf = new HdfsConfiguration(); in testZeroSizeFile()
177 Configuration conf = new HdfsConfiguration(); in testRecursiveRm()
203 Configuration conf = new HdfsConfiguration(); in testDu()
276 Configuration conf = new HdfsConfiguration(); in testPut()
375 Configuration conf = new HdfsConfiguration(); in testErrOutPut()
616 Configuration conf = new HdfsConfiguration(); in testText()
731 Configuration conf = new HdfsConfiguration(); in testCopyToLocal()
829 Configuration conf = new HdfsConfiguration(); in testCount()
1003 Configuration conf = new HdfsConfiguration(); in testFilePermissions()
1069 Configuration conf = new HdfsConfiguration(); in testDFSShell()
[all …]
H A DTestFSOutputSummer.java127 Configuration conf = new HdfsConfiguration(); in doTestFSOutputSummer()
150 Configuration conf = new HdfsConfiguration(); in TestDFSCheckSumType()
H A DTestSetTimes.java93 Configuration conf = new HdfsConfiguration(); in testTimes()
225 Configuration conf = new HdfsConfiguration(); in testTimesAtClose()
288 Configuration conf = new HdfsConfiguration(); in testGetBlockLocationsOnlyUsesReadLock()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/
H A DTestWriteToReplica.java23 import org.apache.hadoop.hdfs.HdfsConfiguration;
54 MiniDFSCluster cluster = new MiniDFSCluster.Builder(new HdfsConfiguration()).build(); in testClose()
76 MiniDFSCluster cluster = new MiniDFSCluster.Builder(new HdfsConfiguration()).build(); in testAppend()
96 MiniDFSCluster cluster = new MiniDFSCluster.Builder(new HdfsConfiguration()).build(); in testWriteToRbw()
116 MiniDFSCluster cluster = new MiniDFSCluster.Builder(new HdfsConfiguration()).build(); in testWriteToTemporary()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/
H A DMiniDFSClusterManager.java38 import org.apache.hadoop.hdfs.HdfsConfiguration;
214 conf = new HdfsConfiguration(); in parseArguments()

12345678910>>...14