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
In the dockerfiles of /namenode and /datanode you use the following command:
RUN mkdir -p /hadoop/dfs/name. However, when I also use the same command in a same kind of approach I receive an error that mkdir command access denied. I can over pass the error only if I use the command USER root first. But I don't see any similar approach in your scripts
The text was updated successfully, but these errors were encountered:
In the dockerfiles of /namenode and /datanode you use the following command:
RUN mkdir -p /hadoop/dfs/name
. However, when I also use the same command in a same kind of approach I receive an error that mkdir command access denied. I can over pass the error only if I use the commandUSER root
first. But I don't see any similar approach in your scriptsThe text was updated successfully, but these errors were encountered: