Home
last modified time | relevance | path

Searched refs:HdfsConfiguration (Results 51 – 75 of 347) sorted by relevance

12345678910>>...14

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/conf/
H A DNfsConfiguration.java22 import org.apache.hadoop.hdfs.HdfsConfiguration;
29 public class NfsConfiguration extends HdfsConfiguration {
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestParallelShortCircuitRead.java38 HdfsConfiguration conf = new HdfsConfiguration(); in setupCluster()
H A DTestHDFSServerPorts.java99 config = new HdfsConfiguration(); in startNameNode()
262 Configuration conf2 = new HdfsConfiguration(config); in runTestNameNodePorts()
306 Configuration conf2 = new HdfsConfiguration(config); in testDataNodePorts()
342 Configuration conf2 = new HdfsConfiguration(config); in testSecondaryNodePorts()
370 Configuration backup_config = new HdfsConfiguration(config); in testBackupNodePorts()
H A DTestClientProtocolForPipelineRecovery.java49 Configuration conf = new HdfsConfiguration(); in testGetNewStamp()
134 Configuration conf = new HdfsConfiguration(); in testPipelineRecoveryForLastBlock()
182 Configuration conf = new HdfsConfiguration(); in testPacketTransmissionDelay()
236 Configuration conf = new HdfsConfiguration(); in testPipelineRecoveryOnOOB()
274 Configuration conf = new HdfsConfiguration(); in testPipelineRecoveryOnRestartFailure()
H A DTestParallelShortCircuitReadUnCached.java40 HdfsConfiguration conf = new HdfsConfiguration(); in setupCluster()
H A DTestPersistBlocks.java81 final Configuration conf = new HdfsConfiguration(); in testRestartDfs()
137 final Configuration conf = new HdfsConfiguration(); in testRestartDfsWithAbandonedBlock()
199 final Configuration conf = new HdfsConfiguration(); in testRestartWithPartialBlockHflushed()
248 final Configuration conf = new HdfsConfiguration(); in testRestartWithAppend()
302 final Configuration conf = new HdfsConfiguration(); in testEarlierVersionEditLog()
H A DBlockReaderTestUtil.java71 private HdfsConfiguration conf = null;
78 this(replicationFactor, new HdfsConfiguration()); in BlockReaderTestUtil()
81 public BlockReaderTestUtil(int replicationFactor, HdfsConfiguration config) throws Exception { in BlockReaderTestUtil()
101 public HdfsConfiguration getConf() { in getConf()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/
H A DTestEnhancedByteBufferAccess.java50 import org.apache.hadoop.hdfs.HdfsConfiguration;
122 HdfsConfiguration conf = new HdfsConfiguration(); in initZeroCopyTest()
140 HdfsConfiguration conf = initZeroCopyTest(); in testZeroCopyReads()
187 HdfsConfiguration conf = initZeroCopyTest(); in testShortZeroCopyReads()
243 HdfsConfiguration conf = initZeroCopyTest(); in testZeroCopyReadsNoFallback()
331 HdfsConfiguration conf = initZeroCopyTest(); in testZeroCopyMmapCache()
436 HdfsConfiguration conf = initZeroCopyTest(); in testHdfsFallbackReads()
520 HdfsConfiguration conf = initZeroCopyTest(); in testFallbackRead()
599 HdfsConfiguration conf = initZeroCopyTest(); in testZeroCopyReadOfCachedData()
717 HdfsConfiguration conf = initZeroCopyTest(); in testClientMmapDisable()
[all …]
H A DTestFcHdfsCreateMkdir.java27 import org.apache.hadoop.hdfs.HdfsConfiguration;
50 Configuration conf = new HdfsConfiguration(); in clusterSetupAtBegining()
H A DTestFcHdfsPermission.java28 import org.apache.hadoop.hdfs.HdfsConfiguration;
58 Configuration conf = new HdfsConfiguration(); in clusterSetupAtBegining()
H A DTestSymlinkHdfsDisable.java27 import org.apache.hadoop.hdfs.HdfsConfiguration;
36 Configuration conf = new HdfsConfiguration(); in testSymlinkHdfsDisable()
/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 DTestDatanodeRestart.java35 import org.apache.hadoop.hdfs.HdfsConfiguration;
54 Configuration conf = new HdfsConfiguration(); in testFinalizedReplicas()
78 Configuration conf = new HdfsConfiguration(); in testRbwReplicas()
142 Configuration conf = new HdfsConfiguration(); in testRecoverReplicas()
218 Configuration conf = new HdfsConfiguration(); in testWaitForRegistrationOnRestart()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DTestUnderReplicatedBlocks.java29 import org.apache.hadoop.hdfs.HdfsConfiguration;
40 Configuration conf = new HdfsConfiguration(); in testSetrepIncWithUnderReplicatedBlocks()
90 Configuration conf = new HdfsConfiguration(); in testNumberOfBlocksToBeReplicated()
H A DTestOverReplicatedBlocks.java34 import org.apache.hadoop.hdfs.HdfsConfiguration;
56 Configuration conf = new HdfsConfiguration(); in testProcesOverReplicateBlock()
152 Configuration conf = new HdfsConfiguration(); in testChooseReplicaToDelete()
207 Configuration conf = new HdfsConfiguration(); in testInvalidateOverReplicatedBlock()
H A DTestSequentialBlockId.java30 import org.apache.hadoop.hdfs.HdfsConfiguration;
60 Configuration conf = new HdfsConfiguration(); in testBlockIdGeneration()
96 Configuration conf = new HdfsConfiguration(); in testTriggerBlockIdCollision()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestNNThroughputBenchmark.java28 import org.apache.hadoop.hdfs.HdfsConfiguration;
45 Configuration conf = new HdfsConfiguration(); in testNNThroughput()
H A DTestLeaseManager.java25 import org.apache.hadoop.hdfs.HdfsConfiguration;
32 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/datanode/
H A DTestCachingStrategy.java34 import org.apache.hadoop.hdfs.HdfsConfiguration;
215 Configuration conf = new HdfsConfiguration(); in testFadviseAfterWriteThenRead()
256 Configuration conf = new HdfsConfiguration(); in testClientDefaults()
297 Configuration conf = new HdfsConfiguration(); in testFadviseSkippedForSmallReads()
343 Configuration conf = new HdfsConfiguration(); in testNoFadviseAfterWriteThenRead()
377 Configuration conf = new HdfsConfiguration(); in testSeekAfterSetDropBehind()
H A DTestDatanodeStartupOptions.java21 import org.apache.hadoop.hdfs.HdfsConfiguration;
74 conf = new HdfsConfiguration(); in initConfiguration()
H A DTestDataNodeInitStorage.java27 import org.apache.hadoop.hdfs.HdfsConfiguration;
77 Configuration conf = new HdfsConfiguration(); in testDataNodeInitStorage()
H A DTestDataNodeMultipleRegistrations.java36 import org.apache.hadoop.hdfs.HdfsConfiguration;
56 conf = new HdfsConfiguration(); in setUp()
306 Configuration conf = new HdfsConfiguration(); in testMiniDFSClusterWithMultipleNN()
326 conf = new HdfsConfiguration(); in testMiniDFSClusterWithMultipleNN()
346 conf = new HdfsConfiguration(); in testMiniDFSClusterWithMultipleNN()
/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 DTestHarFileSystemWithHA.java28 import org.apache.hadoop.hdfs.HdfsConfiguration;
43 Configuration conf = new HdfsConfiguration(); in testHarUriWithHaUriWithNoPort()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/metrics/
H A DTestNNMetricFilesInGetListingOps.java31 import org.apache.hadoop.hdfs.HdfsConfiguration;
42 private static 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/tools/
H A DTestStoragePolicyCommands.java26 import org.apache.hadoop.hdfs.HdfsConfiguration;
47 conf = new HdfsConfiguration(); in clusterSetUp()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DDfsServlet.java29 import org.apache.hadoop.hdfs.HdfsConfiguration;
78 Configuration conf = new HdfsConfiguration( in createNameNodeProxy()

12345678910>>...14