Home > HDFS-file-tree-traversal

HDFS-file-tree-traversal

HDFS-file-tree-traversal is a project mainly written in ..., it's free.

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.