Skip to content

NameNode Analytics 1.6.0

Compare
Choose a tag to compare
@pjeli pjeli released this 28 Feb 19:41
35706b0

The seventh release of NameNode Analytics.

[#188] Improvements to cached queries
[#184] Allow users to cache queries for report generation
[#185] Modify filesystem object size in memoryConsumed query
[#183] Make main method public for WebServerMain
[#181] Provide a filter for check if an inode is under a quota
[#179] Provide a way to get the raw timestamps from CSV output Histogram
[#177] Introduce new HTTP Server based on Hadoop web server
[#175] Remove com.paypal packages
[#173] Quota tables HTML page has wrong order

It is recommended to update to this version.

If you are upgrading from a 1.5.x or 1.4.x line, please be sure to modify your /usr/local/nn-analytics/bin/nna_env file to override the NNA_MAIN export to point to org.apache.hadoop.hdfs.server.namenode.analytics.WebServerMain as opposed to com.paypal.namenode.WebServerMain as the com.paypal packages were removed as part of #175.

We have dropped support for Hadoop versions 2.4.x, 2.5.x, and 2.6.x. If you need updates from the NNA 1.6.x line back-ported to support one of these Hadoop versions please raise an issue or message @pjeli on the NNA Gitter. We will be dropping support for 2.x entirely as NNA moves closer to Apache adoption.

Please checkout the new /setCachedQuery, /getCachedQuery, and /removeCachedQuery APIs via the ReadTheDocs link below. This API is highly encouraged to use over querying API repeatedly.

Supported OS:
-CentOS/RedHat
-Ubuntu

Supported Java:
-JDK8+

Documentation here: https://nnanalytics.readthedocs.io/en/release-1.6.0/