Skip to content

BogdanIrimie/HadoopNodeDiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HadoopNodeDiscovery

Discover Hadoop NameNodes and DataNodes for a cluster you have no prior information about.

#Buid

Requirements

##Build process

  • run 'mvn package' in the root directory of the project.

#Running ##Requirements

##Running java -jar <path/jarName.jar> <ips or ip ranges>

ip's can be specified as a list of ip or ip ranges.

#Examples java -jar HdfsDiscovery 192.168.56.102

java -jar HdfsDiscovery 192.168.56.0-255

About

Discover Hadoop nodes and their type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages