Home
last modified time | relevance | path

Searched refs:HdfsConfiguration (Results 1 – 25 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/protocol/datatransfer/sasl/
H A DTestSaslDataTransfer.java35 import org.apache.hadoop.hdfs.HdfsConfiguration;
76 HdfsConfiguration clusterConf = createSecureConfig( in testAuthentication()
79 HdfsConfiguration clientConf = new HdfsConfiguration(clusterConf); in testAuthentication()
86 HdfsConfiguration clusterConf = createSecureConfig( in testIntegrity()
89 HdfsConfiguration clientConf = new HdfsConfiguration(clusterConf); in testIntegrity()
96 HdfsConfiguration clusterConf = createSecureConfig( in testPrivacy()
99 HdfsConfiguration clientConf = new HdfsConfiguration(clusterConf); in testPrivacy()
108 HdfsConfiguration clientConf = new HdfsConfiguration(clusterConf); in testClientAndServerDoNotHaveCommonQop()
117 HdfsConfiguration clusterConf = createSecureConfig( in testServerSaslNoClientSasl()
122 HdfsConfiguration clientConf = new HdfsConfiguration(clusterConf); in testServerSaslNoClientSasl()
[all …]
H A DSaslDataTransferTestCase.java37 import org.apache.hadoop.hdfs.HdfsConfiguration;
89 protected HdfsConfiguration createSecureConfig( in createSecureConfig()
91 HdfsConfiguration conf = new HdfsConfiguration(); in createSecureConfig()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/
H A DTestGetConf.java246 HdfsConfiguration conf = new HdfsConfiguration(false); in testEmptyConf()
269 HdfsConfiguration conf = new HdfsConfiguration(); in testInvalidArgument()
281 HdfsConfiguration conf = new HdfsConfiguration(false); in testNonFederation()
297 conf = new HdfsConfiguration(); in testNonFederation()
317 HdfsConfiguration conf = new HdfsConfiguration(false); in testFederation()
356 HdfsConfiguration conf = new HdfsConfiguration(); in testGetSpecificKey()
365 HdfsConfiguration conf = new HdfsConfiguration(); in testExtraArgsThrowsError()
378 HdfsConfiguration conf = new HdfsConfiguration(false); in testTool()
391 HdfsConfiguration conf = new HdfsConfiguration(); in TestGetConfExcludeCommand()
412 HdfsConfiguration conf = new HdfsConfiguration(); in TestGetConfIncludeCommand()
[all …]
H A DTestDFSHAAdmin.java88 private HdfsConfiguration getHAConf() { in getHAConf()
89 HdfsConfiguration conf = new HdfsConfiguration(); in getHAConf()
197 HdfsConfiguration conf = getHAConf(); in testMutativeOperationsWithAutoHaEnabled()
249 HdfsConfiguration conf = getHAConf(); in testMonitoringOperationsWithAutoHaEnabled()
275 HdfsConfiguration conf = getHAConf(); in testFailoverWithFencerConfigured()
284 HdfsConfiguration conf = getHAConf(); in testFailoverWithFencerAndNameservice()
293 HdfsConfiguration conf = getHAConf(); in testFailoverWithFencerConfiguredAndForce()
302 HdfsConfiguration conf = getHAConf(); in testFailoverWithForceActive()
311 HdfsConfiguration conf = getHAConf(); in testFailoverWithInvalidFenceArg()
326 HdfsConfiguration conf = getHAConf(); in testFailoverWithFenceAndBadFencer()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestDFSUtil.java147 HdfsConfiguration conf = new HdfsConfiguration(); in setupAddress()
159 HdfsConfiguration conf = new HdfsConfiguration(); in getNameServiceId()
204 HdfsConfiguration conf = new HdfsConfiguration(); in testGetNameServiceIdException()
219 HdfsConfiguration conf = new HdfsConfiguration(); in testGetNameServiceIds()
230 HdfsConfiguration conf = new HdfsConfiguration(); in testGetOnlyNameServiceIdOrNull()
246 HdfsConfiguration conf = new HdfsConfiguration(); in testMultipleNamenodes()
294 HdfsConfiguration conf = new HdfsConfiguration(); in testDefaultNamenode()
458 HdfsConfiguration conf = new HdfsConfiguration(); in testGetInfoServer()
477 HdfsConfiguration conf = new HdfsConfiguration(); in testHANameNodesWithFederation()
539 HdfsConfiguration conf = new HdfsConfiguration(); in getNameNodeServiceAddr()
[all …]
H A DTestHFlush.java57 doTheJob(new HdfsConfiguration(), fName, AppendTestUtil.BLOCK_SIZE, in hFlush_01()
69 Configuration conf = new HdfsConfiguration(); in hFlush_02()
88 Configuration conf = new HdfsConfiguration(); in hFlush_03()
105 Configuration conf = new HdfsConfiguration(); in hSyncUpdateLength_00()
133 Configuration conf = new HdfsConfiguration(); in hSyncEndBlock_00()
229 Configuration conf = new HdfsConfiguration(); in hSyncUpdateLength_02()
242 Configuration conf = new HdfsConfiguration(); in hSyncEndBlock_02()
263 Configuration conf = new HdfsConfiguration(); in hSyncUpdateLength_03()
276 Configuration conf = new HdfsConfiguration(); in hSyncEndBlock_03()
387 Configuration conf = new HdfsConfiguration(); in testPipelineHeartbeat()
[all …]
H A DTestBlockReaderLocalLegacy.java55 private static HdfsConfiguration getConfiguration( in getConfiguration()
57 HdfsConfiguration conf = new HdfsConfiguration(); in getConfiguration()
87 HdfsConfiguration conf = getConfiguration(null); in testStablePositionAfterCorruptRead()
137 HdfsConfiguration conf = getConfiguration(socketDir); in testBothOldAndNewShortCircuitConfigured()
165 final HdfsConfiguration conf = getConfiguration(null); in testBlockReaderLocalLegacyWithAppend()
H A DTestDatanodeRegistration.java76 HdfsConfiguration conf = new HdfsConfiguration(); in testDNSLookups()
117 HdfsConfiguration conf = new HdfsConfiguration(); in testChangeIpcPort()
164 Configuration conf = new HdfsConfiguration(); in testChangeStorageID()
213 Configuration conf = new HdfsConfiguration(); in testRegistrationWithDifferentSoftwareVersions()
263 Configuration conf = new HdfsConfiguration(); in testRegistrationWithDifferentSoftwareVersionsDuringUpgrade()
H A DTestMiniDFSCluster.java61 Configuration conf = new HdfsConfiguration(); in testClusterWithoutSystemProperties()
82 Configuration conf = new HdfsConfiguration(); in testDualClusters()
106 Configuration conf = new HdfsConfiguration(); in testIsClusterUpAfterShutdown()
126 Configuration conf = new HdfsConfiguration(); in testClusterSetDatanodeHostname()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/aop/org/apache/hadoop/hdfs/
H A DTestFiHFlush.java70 runDiskErrorTest(new HdfsConfiguration(), methodName, in hFlushFi01_a()
83 Configuration conf = new HdfsConfiguration(); in hFlushFi01_b()
98 Configuration conf = new HdfsConfiguration(); in hFlushFi01_c()
112 runDiskErrorTest(new HdfsConfiguration(), methodName, in hFlushFi02_a()
121 Configuration conf = new HdfsConfiguration(); in hFlushFi02_b()
135 Configuration conf = new HdfsConfiguration(); in hFlushFi02_c()
149 runDiskErrorTest(new HdfsConfiguration(), methodName, in hFlushFi03_a()
158 Configuration conf = new HdfsConfiguration(); in hFlushFi03_b()
172 Configuration conf = new HdfsConfiguration(); in hFlushFi03_c()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/mover/
H A DTestMover.java34 import org.apache.hadoop.hdfs.HdfsConfiguration;
65 final Configuration conf = new HdfsConfiguration(); in testScheduleSameBlock()
99 final Configuration conf = new HdfsConfiguration(); in testScheduleBlockWithinSameNode()
188 final Configuration conf = new HdfsConfiguration(); in testMoverCliWithHAConf()
190 .Builder(new HdfsConfiguration()) in testMoverCliWithHAConf()
212 .Builder(new HdfsConfiguration()) in testMoverCliWithFederation()
215 final Configuration conf = new HdfsConfiguration(); in testMoverCliWithFederation()
260 .Builder(new HdfsConfiguration()) in testMoverCliWithFederationHA()
263 final Configuration conf = new HdfsConfiguration(); in testMoverCliWithFederationHA()
287 final Configuration conf = new HdfsConfiguration(); in testTwoReplicaSameStorageTypeShouldNotSelect()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DHdfsConfiguration.java29 public class HdfsConfiguration extends Configuration { class
39 public HdfsConfiguration() { in HdfsConfiguration() method in HdfsConfiguration
43 public HdfsConfiguration(boolean loadDefaults) { in HdfsConfiguration() method in HdfsConfiguration
47 public HdfsConfiguration(Configuration conf) { in HdfsConfiguration() method in HdfsConfiguration
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestNameEditsConfigs.java39 import org.apache.hadoop.hdfs.HdfsConfiguration;
174 conf = new HdfsConfiguration(); in testNameEditsConfigs()
201 conf = new HdfsConfiguration(); in testNameEditsConfigs()
243 conf = new HdfsConfiguration(); in testNameEditsConfigs()
283 conf = new HdfsConfiguration(); in testNameEditsConfigs()
438 conf = new HdfsConfiguration(); in testNameEditsConfigsFailure()
466 conf = new HdfsConfiguration(); in testNameEditsConfigsFailure()
506 conf = new HdfsConfiguration(); in testNameEditsConfigsFailure()
531 conf = new HdfsConfiguration(); in testNameEditsConfigsFailure()
557 conf = new HdfsConfiguration(); in testNameEditsConfigsFailure()
[all …]
H A DTestAuditLogger.java28 import org.apache.hadoop.hdfs.HdfsConfiguration;
70 Configuration conf = new HdfsConfiguration(); in setup()
79 Configuration conf = new HdfsConfiguration(); in testAuditLogger()
103 Configuration conf = new HdfsConfiguration(); in testDisableTopAuditLogger()
123 Configuration conf = new HdfsConfiguration(); in testWebHdfsAuditLogger()
180 Configuration conf = new HdfsConfiguration(); in testAuditLoggerWithSetPermission()
204 final Configuration conf = new HdfsConfiguration(); in testAuditLogWithAclFailure()
260 Configuration conf = new HdfsConfiguration(); in testBrokenLogger()
H A DTestCheckpoint.java64 import org.apache.hadoop.hdfs.HdfsConfiguration;
179 Configuration conf = new HdfsConfiguration(); in testNameDirError()
250 Configuration conf = new HdfsConfiguration(); in testReloadOnEditReplayFailure()
304 Configuration conf = new HdfsConfiguration(); in testTooManyEditReplayFailures()
353 Configuration conf = new HdfsConfiguration(); in testSecondaryNamenodeError1()
424 Configuration conf = new HdfsConfiguration(); in testSecondaryNamenodeError2()
495 Configuration conf = new HdfsConfiguration(); in testSecondaryNamenodeError3()
585 Configuration conf = new HdfsConfiguration(); in doSecondaryFailsToReturnImage()
699 Configuration conf = new HdfsConfiguration();
756 Configuration conf = new HdfsConfiguration();
[all …]
H A DTestValidateConfigurationSettings.java25 import org.apache.hadoop.hdfs.HdfsConfiguration;
58 Configuration conf = new HdfsConfiguration(); in testThatMatchingRPCandHttpPortsThrowException()
86 Configuration conf = new HdfsConfiguration(); in testThatDifferentRPCandHttpPortsAreOK()
123 Configuration conf = new HdfsConfiguration(); in testGenericKeysForNameNodeFormat()
H A DTestNameNodeRespectsBindHostKeys.java40 import org.apache.hadoop.hdfs.HdfsConfiguration;
69 Configuration conf = new HdfsConfiguration(); in testRpcBindHostKey()
109 Configuration conf = new HdfsConfiguration(); in testServiceRpcBindHostKey()
151 Configuration conf = new HdfsConfiguration(); in testHttpBindHostKey()
218 Configuration conf = new HdfsConfiguration(); in testHttpsBindHostKey()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/
H A DGetGroups.java32 import org.apache.hadoop.hdfs.HdfsConfiguration;
51 HdfsConfiguration.init(); in HdfsConfiguration.init()
71 conf = new HdfsConfiguration(conf); in setConf()
96 int res = ToolRunner.run(new GetGroups(new HdfsConfiguration()), argv); in main()
H A DDFSHAAdmin.java32 import org.apache.hadoop.hdfs.HdfsConfiguration;
69 conf = new HdfsConfiguration(conf); in addSecurityConfiguration()
86 HdfsConfiguration conf = (HdfsConfiguration)getConf(); in resolveTarget()
/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/recovery/
H A DTestFSRMStateStore.java38 import org.apache.hadoop.hdfs.HdfsConfiguration;
153 HdfsConfiguration conf = new HdfsConfiguration(); in testFSRMStateStore()
190 final HdfsConfiguration conf = new HdfsConfiguration(); in testHDFSRMStateStore()
287 HdfsConfiguration conf = new HdfsConfiguration(); in testCheckMajorVersionChange()
370 HdfsConfiguration conf = new HdfsConfiguration(); in testFSRMStateStoreClientRetry()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/
H A DTestDataNodeMetrics.java45 import org.apache.hadoop.hdfs.HdfsConfiguration;
62 Configuration conf = new HdfsConfiguration(); in testDataNodeMetrics()
84 Configuration conf = new HdfsConfiguration(); in testSendDataPacketMetrics()
116 Configuration conf = new HdfsConfiguration(); in testReceivePacketMetrics()
156 Configuration conf = new HdfsConfiguration(); in testRoundTripAckMetric()
208 final Configuration conf = new HdfsConfiguration(); in testTimeoutMetric()
260 Configuration conf = new HdfsConfiguration(); in testDataNodeTimeSpend()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/viewfs/
H A DTestViewFsHdfs.java30 import org.apache.hadoop.hdfs.HdfsConfiguration;
40 private static final HdfsConfiguration CONF = new HdfsConfiguration();
H A DTestViewFsAtHdfsRoot.java31 import org.apache.hadoop.hdfs.HdfsConfiguration;
44 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/server/balancer/
H A DTestBalancer.java59 import org.apache.hadoop.hdfs.HdfsConfiguration;
321 final Configuration conf = new HdfsConfiguration(); in testBalancerWithPinnedBlocks()
816 Configuration conf = new HdfsConfiguration(); in testUnknownDatanode()
901 testBalancer0Internal(new HdfsConfiguration()); in testBalancer0()
913 testBalancer1Internal(new HdfsConfiguration()); in testBalancer1()
926 Configuration conf = new HdfsConfiguration(); in testBalancerWithZeroThreadsForMove()
933 Configuration conf = new HdfsConfiguration(); in testBalancerWithNonZeroThreadsForMove()
940 testBalancer2Internal(new HdfsConfiguration()); in testBalancer2()
988 final Configuration conf = new HdfsConfiguration(); in testExitZeroOnSuccess()
1070 final Configuration conf = new HdfsConfiguration(); in testBalancerWithExcludeList()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/contract/hdfs/
H A DHDFSContract.java28 import org.apache.hadoop.hdfs.HdfsConfiguration;
52 HdfsConfiguration conf = new HdfsConfiguration(); in createCluster()

12345678910>>...14