Home
last modified time | relevance | path

Searched refs:listingPath (Results 1 – 6 of 6) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/
H A DTestGlobbedCopyListing.java111 Path listingPath = new Path(fileSystemPath.toString() + "/tmp/META/fileList.seq"); in testRun() local
114 new GlobbedCopyListing(new Configuration(), CREDENTIALS).buildListing(listingPath, options); in testRun()
116 verifyContents(listingPath); in testRun()
119 private void verifyContents(Path listingPath) throws Exception { in verifyContents() argument
121 listingPath, new Configuration()); in verifyContents()
H A DTestDistCpSync.java218 final Path listingPath = new Path("/tmp/META/fileList.seq"); in testSync() local
220 listing.buildListing(listingPath, options); in testSync()
222 Map<Text, CopyListingFileStatus> copyListing = getListing(listingPath); in testSync()
243 private Map<Text, CopyListingFileStatus> getListing(Path listingPath) in getListing() argument
246 SequenceFile.Reader.file(listingPath)); in getListing()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/tools/distcp2/
H A DTestGlobbedCopyListing.java112 Path listingPath = new Path(fileSystemPath.toString() + "/tmp/META/fileList.seq"); in testRun() local
115 new GlobbedCopyListing(new Configuration(), CREDENTIALS).buildListing(listingPath, options); in testRun()
117 verifyContents(listingPath); in testRun()
120 private void verifyContents(Path listingPath) throws Exception { in verifyContents() argument
122 listingPath, new Configuration()); in verifyContents()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/lore/test/
H A Dtest_lore.py719 listingPath = FilePath(self.mktemp())
720 listingPath.setContent('def foo():\n pass\n')
724 listing.setAttribute('href', listingPath.basename())
728 tree.addPyListings(parent, listingPath.dirname())
746 listingPath = FilePath(self.mktemp())
747 listingPath.setContent('def foo():\n pass\n')
751 listing.setAttribute('href', listingPath.basename())
756 tree.addPyListings(parent, listingPath.dirname())
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/distcp2/mapred/lib/
H A DDynamicInputFormat.java124 Path listingPath = getListingFilePath(configuration); in splitCopyListingIntoChunksWithShuffle() local
126 listingPath.getFileSystem(configuration), listingPath, configuration); in splitCopyListingIntoChunksWithShuffle()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/mapred/lib/
H A DDynamicInputFormat.java135 Path listingPath = getListingFilePath(configuration); in splitCopyListingIntoChunksWithShuffle() local
138 SequenceFile.Reader.file(listingPath)); in splitCopyListingIntoChunksWithShuffle()