NNAnalytics icon indicating copy to clipboard operation
NNAnalytics copied to clipboard

NameNodeAnalytics is a self-help utility for scouting and maintaining the namespace of an HDFS instance.

Results 19 NNAnalytics issues
Sort by recently updated
recently updated
newest added

After having just experimented with a 3.x based cluster I have found that it may be required to run with `nna.support.bootstrap.overrides=false` if you are running security (Kerberos) and that you...

documentation

There is a feature request to open up the information that NNA produces to beyond files but also include some block information. On the main status page showing small files,...

enhancement

This is a massive sweeping issue that involves re-architecting NNA to allow it to run on top of a real Standby NameNode as a ServicePlugin implementation. Documentation available here: https://docs.google.com/document/d/1nlF7OrhGTqCFjSyAx3qf6sG0bXgzpvzS5jMO0IO-bKs/edit?usp=sharing

enhancement
help wanted
documentation

Please add one complete configuration, explaining how to add NNA to an existing hadoop cluster.

documentation

Today NNA only supports authentication support for LDAP. It would be nice to add Kerberos (SPNEGO) protocol support since majority of secure Hadoop clusters will likely already be utilizing Kerberos....

enhancement
security

Today NNA only supports authentication support for LDAP. It would be nice to add OAuth protocol support for those running SSO (Single-Sign-On). pac4j should support it: http://www.pac4j.org/docs/clients/oauth.html

enhancement
security

Does NNA support hadoop with versions 3.3.2? Can any one tell me? Thanks a lot.

support hadoop3.3.0 ### Checklist: - [ ] This pull request updates the documentation - [ ] This pull request changes the code - [ ] Title of the PR is...

need to add maven repo in build.grade maven { url = "https://plugins.gradle.org/m2/" } like as: buildscript { repositories { maven { url = "https://jcenter.bintray.com" } maven { url = "https://repo.maven.apache.org/maven2"...