I am trying to run Azkaban Solo Server. Using the steps:Azkaban Solo Get Started
I am running the start-solo.sh, but can't get anything on localhost:8081. I am trying to figure the issue using the log generated at /azkaban/azkaban-solo-server/build/install/azkaban-solo-server , named like soloServerLog__2020-04-10+03:22:20.out.
It says "Error: HADOOP_HOME is not set. Hadoop job types will not run properly."
I already have hadoop installed in my system. Using the command hadoop version
gives Hadoop 3.0.3, also my HADOOP_HOME is set in .bash_profile . Do we need to add HADOOP_HOME variable somewhere else in azkaban to run.