I want to get a running instance of FSNamesystem of HDFS. However, it is somewhat complicated than I expected.
If I can get NameNode instance of running cluster, then it can be solved because there is a method "getNamespace()". Is there anyone who know about this stuff? I thought that using Servlet stuff is not normal way to do this because my program is not web-application. Thanks!