简体   繁体   中英

Browsing Hdfs cluster from web application

I want to browse Hdfs cluster from a Web application . How can I do that. Thanks.

you can type in browser

 http://namenode:50070/ 

where namenode==ip address of machine at where namenode is runing...

so if you have single node cluster, you can just use

http://localhost:50070/

More Info - http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-manage-view-web-interfaces.html

NOTE: these links will only work when hadoop cluster(namenode, datanode atleast) is up and running...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM