You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Hi.. I noticed that the NameNode is not started properly in the Hadoop master log file, because it's not formatted.. I dug deeper.. turns out that in startup-script.sh, there's this:
if (( $FIRST_TIME_MOUNT )) ; then
run_as_hadoop "Failed to format HDFS"
"echo 'Y' | hadoop namenode -format"
fi
Where is FIRST_TIME_MOUNT set?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.. I noticed that the NameNode is not started properly in the Hadoop master log file, because it's not formatted.. I dug deeper.. turns out that in startup-script.sh, there's this:
if (( $FIRST_TIME_MOUNT )) ; then
run_as_hadoop "Failed to format HDFS"
"echo 'Y' | hadoop namenode -format"
fi
Where is FIRST_TIME_MOUNT set?
The text was updated successfully, but these errors were encountered: