"Failed while trying to construct the redirect URL to the log server. Log server url may not be configured"
To resolve this issue, follow the steps below:
1. Open /etc/gphd/hadoop/conf/yarn-site.xml in a text editor.
2. Add the following entry into yarn-site.xml:
<property> <name>yarn.log.server.url</name> <value>http://<LOG_SERVER_HOSTNAME>:19888/jobhistory/logs</value> </property>
3. Restart the yarn node manager and resource manager:
sudo /etc/init.d/hadoop-yarn-nodemanager restart sudo /etc/init.d/hadoop-yarn-resourcemanager restart