Re: Conflicting mkdirs() behavior in abstract test classes from Hadoop Common

2012-10-23 Thread Harsh J
Hi Ion, If you're looking at developing something, I recommend doing it on trunk :) Onto your confusion, there are two FS interaction APIs: FileSystem (older, stable) and FileContext (new, supports a lot of the new HDFS features, but not yet popular as of today). The FileSystem.mkdirs, as seen a

Conflicting mkdirs() behavior in abstract test classes from Hadoop Common

2012-10-23 Thread Ion Barcan
Hi, I have a question related to 2 tests classes found in Hadoop Common (both 1.0.4 and 1.1.0): FileSystemContractBaseTest.java and FSMainOperationsBaseTest.java - which (as I understand) one could use to verify that a specific FileSystem implementation does what it's supposed to do. I'm a bit pu