How to programmatically retrieve the name node hostname?

120 views Asked by At

The IBM Analytics Engine docs have the following instructions for getting the name node hostname:

Go to Manage Cluster in IBM® Cloud and click the nodes tab to get the name node host name. It's the host name of the management-slave1 node type.

How can I programmatically retrieve the name node host name? Can I retrieve it via an API, or maybe I can get it by running a command over ssh. Failing that, can I derive it from one of the host names on vcap services?

Maybe this information should be provided to users in the vcap info?

1

There are 1 answers

0
Chris Snow On BEST ANSWER

In the end, I solved this using ambari. The solution that worked for me is captured here: https://stackoverflow.com/a/47844056/1033422