I am following a guided course on Apache Airflow, I am building images but finding my Hadoop namenode container unhealthy. When checked docker logs I found this: Re-format filesystem in Storage Directory root= /hadoop/hdfs/name; location= null ? (Y or N)
When I went inside container in directory /hadoop/hdfs/name and appying the command hdfs namenode -format
I chose both options one by one Y and N but still unhealthy. What can I do