# NNAnalytics **Repository Path**: mirrors_paypal/NNAnalytics ## Basic Information - **Project Name**: NNAnalytics - **Description**: NameNodeAnalytics is a self-help utility for scouting and maintaining the namespace of an HDFS instance. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![License](http://img.shields.io/:license-Apache%202-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![Build Status](https://github.com/paypal/NNAnalytics/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/paypal/NNAnalytics/actions/workflows/gradle.yml) [![Documentation Status](https://readthedocs.org/projects/nnanalytics/badge/?version=latest)](https://nnanalytics.readthedocs.io/en/latest/) [![codecov](https://codecov.io/gh/paypal/NNAnalytics/branch/master/graph/badge.svg)](https://codecov.io/gh/paypal/NNAnalytics) [![Join the chat at https://gitter.im/NNAnalytics/Lobby](https://badges.gitter.im/NNAnalytics/Lobby.svg)](https://gitter.im/NNAnalytics/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) # "A Standby read-only HDFS NameNode, with no RPC server, that services clients over a REST API, utilizes Java 8 Stream API, all for the purpose of performing large and complicated scans of the entire file system metadata for end users." Run a demo locally and instantly! Just run the following command on a workspace directory: ``` git clone https://github.com/paypal/NNAnalytics.git nna && cd ./nna && ./gradlew -PmainClass=org.apache.hadoop.hdfs.server.namenode.analytics.TestWithMiniClusterWithStreamEngine execute ``` Then go to http://localhost:4567 and you will have an NNA instance complete with a mini HA-enabled HDFS instance all updating in real time on your local machine! __________________________________________________________________________________________________________________ # Architecture: Legacy vs NNA __________________________________________________________________________________________________________________ # Documentation & Getting Started * [Click here to read the docs](http://nnanalytics.readthedocs.io/) __________________________________________________________________________________________________________________ # Presentations * [SlideShare](https://www2.slideshare.net/PlamenJeliazkov/namenode-analytics-querying-hdfs-namespace-in-real-time) * [DataWorks Summit](https://www.youtube.com/watch?v=9xlB5C88tbk) __________________________________________________________________________________________________________________