/HDFS-file-tree-traversal

In Java using Hadoop FileSystem API, This program makes a depth first search file tree traversal in Hadoop's HDFS

This java program performs File Tree Traversal in Hadoop's HDFS, the algorithm being used
is recursive Depth First search.