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
There is another choice which you don't need to re-build your hadoop project.
Change the follwing line in bootstrap_hdfs.sh.tmpl
exec $java -cp $class_path $params $@
to
echo Y | exec $java -cp $class_path $params $@
Forks may find that when bootstraping ZKFC after cleaning up, it will hang forever, to fix this, you need to patch the following diff to your ZKFC:
The text was updated successfully, but these errors were encountered: