Hi All, I have a hadoop cluster configured with default file system as wasb(Windows Azure Storage Blob) storage.
When i upload a folder from local to HDFS through the hadoop commands it additionally create a file in same name for the folder which is uploaded. Example: *Here 'userdata' is a folder present in local filesystem which contains list of files which is going to copy into azure storage blob into folder /user.* Hadoop/bin> hadoop dfs -copyFromLocal C:\userdata /user Output: File created in corresponding storage container like below structure. file - /user/userdata folder- /user/userdata/stories.csv In the azure blob storage container, the path of '/user' contains 'userdata' in folder type, as well as 'userdata' in file type in same location. Please share the information about duplicate file creation in same name for created folders when it is created through hadoop commands. -- Thanks and regards D.Mallieswari