Hi Max,
You are right the problem is related to Hadoop configuration, both HADOOP_HOME
and HADOOP_CONF_DIR environment variables were empty
Executing export HADOOP_CONF_DIR=/etc/hadoop/conf solved the problem, and
everything works fine now!
Many thanks for help :)
Best regards,
Hanen
Hi Hanen,
It appears that the environment variables are not set. Thus, Flink cannot
pick up the Hadoop configuration. Could you please paste the output of
"echo $HADOOP_HOME" and "echo $HADOOP_CONF_DIR" here?
In any case, your problem looks similar to the one discussed here:
http://stackoverflow.