Last Updated: February 25, 2016
·
844
· arrogantrobot

Secondary Namenode by Mistake

In hadoop land, if you find yourself facing this:
Operation category READ is not supported in state standby
You may be trying to hit the secondary namenode instead of the primary. Run the command:
hdfs getconf -namenodes
The first answer will be the primary namenode.