Error: F_JG0B15: Error While Inspecting URL
Issue
A location test fails with one of the following HDFS permission errors:
F_JG0B15: Error while inspecting url 'hdfs://hdm1.gphd.local//apps/g00004'. Error: Permission denied. F_JG0B00: The previous error occurred while trying to hdfs sense 'hdfs://lg396677:!{XOBUxbi/IwTmZYab5OPlVP8h}!@hdm1.gphd.local/apps/g00004'.
F_JT04A1: The previous error occurred between a child HVR version 4.7.3/41 executable and a parent HVR version 4.7.3/39 executable. On Linux prompt, create or read directories or files in /apps/g00004 or /user/lg396677 is working fine.
Environment
HVR 5
Resolution
This issue may occur if the system has a custom wrapper executable /usr/bin/hadoop
that first sourced a config file before running $HADOOP\_HOME/bin/hadoop
.
HVR expects the Hadoop executable $HADOOP\_HOME/bin/hadoop
to query information about the Hadoop installation. This executable does not use the config file that sets the correct environment for this Hadoop installation.
To resolve this issue, source the config file called by /usr/bin/hadoop
before running the hvrremotelistener. It will make sure that the hvrremotelistener has the correct Hadoop environment variables.