jacobstanley / hadoop-tools

Tools for working with Hadoop, written with performance in mind.
Other
37 stars 15 forks source link

Doesn't try alternate node unless first node is in Standby #19

Closed luke-clifton closed 7 years ago

luke-clifton commented 8 years ago

In particular, it doesn't try the secondary namenode if the primary namenode is completely down.

Instead it exits with a connection refused error.

$ hh ls
hh: connect: does not exist (Connection refused)