Skip to content

Commit

Permalink
Adding /result to gen3 user
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Jan 7, 2025
1 parent f82f818 commit 444249a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN mkdir -p /var/run/sshd ${HADOOP_HOME}/hdfs ${HADOOP_HOME}/hdfs/data ${HADOOP
&& ssh-keygen -A

# # Change owner to gen3 user
RUN chown -R gen3:gen3 ${SPARK_HOME} ${HADOOP_HOME} ${SCALA_HOME} ${JAVA_HOME} "/etc/ssh/"
RUN chown -R gen3:gen3 ${SPARK_HOME} ${HADOOP_HOME} ${SCALA_HOME} ${JAVA_HOME} "/etc/ssh/" "/result"

USER gen3

Expand Down

0 comments on commit 444249a

Please sign in to comment.