Description
Was originally filed here: https://jira.cloudera.com/browse/CDH-1538
I've copied the description was the previous Jira too :
When using the flume web-app ( ...:35871/flumeconfig.jsp) on a remote machine and submit query through the Submit Query Button, the following page opens up :
Command received
You entered
Node: node1
Source: null
Sink: null
Please wait for a few seconds, and we'll redirect you back to the "Master overview".
When you click on the "Master overview" link, it takes you to http://localhost:35872/, instead of http://ip-of-the-remote-machine:35872.
Note that this issue arises when/because the config file at the master and the node side are different; config file at the node might have a list of servers but the master might not know about them. So the call FlumeConfiguration.get().getMasterServers ( ) at the master end will simply return "localhost" instead of the full list of servers.