Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 236 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 236 Bytes

HDFS FSImage Parser - WIP

Python scripts to parse the FSImage

How to obtain an hdfs fsimage?

hdfs dfsadmin -fetchImage

how to parse to get the first 10 file names?

cd src
python fsimage.py <path to fsimage>