Home
last modified time | relevance | path

Searched refs:nnport (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestRenameWhileOpen.java59 final int nnport = cluster.getNameNodePort(); in testWhileOpenRenameParent() local
99 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testWhileOpenRenameParent()
107 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testWhileOpenRenameParent()
142 final int nnport = cluster.getNameNodePort(); in testWhileOpenRenameParentToNonexistentDir() local
170 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testWhileOpenRenameParentToNonexistentDir()
178 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testWhileOpenRenameParentToNonexistentDir()
214 final int nnport = cluster.getNameNodePort(); in testWhileOpenRenameToExistentDirectory() local
234 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testWhileOpenRenameToExistentDirectory()
242 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testWhileOpenRenameToExistentDirectory()
276 final int nnport = cluster.getNameNodePort(); in testWhileOpenRenameToNonExistentDirectory() local
[all …]
H A DTestFileCreationDelete.java52 final int nnport = cluster.getNameNodePort(); in testFileCreationDeleteParent() local
78 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testFileCreationDeleteParent()
86 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testFileCreationDeleteParent()
H A DTestSetTimes.java89 final int nnport = cluster.getNameNodePort(); in testTimes() local
162 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in testTimes()
H A DTestFileCreation.java619 final int nnport = cluster.getNameNodePort(); in xxxtestFileCreationNamenodeRestart() local
685 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in xxxtestFileCreationNamenodeRestart()
696 cluster = new MiniDFSCluster(nnport, conf, 1, false, true, in xxxtestFileCreationNamenodeRestart()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestRenameWhileOpen.java75 final int nnport = cluster.getNameNodePort(); in testWhileOpenRenameParent() local
118 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testWhileOpenRenameParent()
127 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testWhileOpenRenameParent()
164 final int nnport = cluster.getNameNodePort(); in testWhileOpenRenameParentToNonexistentDir() local
192 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testWhileOpenRenameParentToNonexistentDir()
201 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testWhileOpenRenameParentToNonexistentDir()
239 final int nnport = cluster.getNameNodePort(); in testWhileOpenRenameToExistentDirectory() local
259 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testWhileOpenRenameToExistentDirectory()
268 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testWhileOpenRenameToExistentDirectory()
304 final int nnport = cluster.getNameNodePort(); in testWhileOpenRenameToNonExistentDirectory() local
[all …]
H A DTestFileCreationDelete.java49 final int nnport = cluster.getNameNodePort(); in testFileCreationDeleteParent() local
75 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testFileCreationDeleteParent()
84 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testFileCreationDeleteParent()
H A DTestSetTimes.java104 final int nnport = cluster.getNameNodePort(); in testTimes() local
195 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testTimes()
H A DTestFileCreation.java621 final int nnport = cluster.getNameNodePort(); in testFileCreationNamenodeRestart() local
682 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testFileCreationNamenodeRestart()
694 cluster = new MiniDFSCluster.Builder(conf).nameNodePort(nnport) in testFileCreationNamenodeRestart()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/
H A Dminicluster.sh24 $HADOOP_HOME/bin/hadoop jar $MINICLUSTER_JAR minicluster -nnport $NN_PORT -datanodes 3 -nomr -forma…
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/tests/
H A Dtest-libhdfs.sh123 -format -nnport 20300 -writeConfig $HDFS_TEST_CONF_DIR/core-site.xml \
/dports/cad/electric/electric-7.00/src/io/
H A Dioedifi.c796 EDNETPORT_PTR nport, nnport; in io_freeedifinmemory() local
799 for (nport = io_edifgbl.free_netports; nport != NOEDNETPORT; nport = nnport) in io_freeedifinmemory()
801 nnport = nport->next; in io_freeedifinmemory()