Skip to content

Commit

Permalink
changing environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jan 6, 2025
1 parent 40e7b1c commit 7c95362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ USER gen3
COPY . /gen3spark
WORKDIR /gen3spark

ENV HADOOP_NAMENODE_USER=gen3
ENV HADOOP_DATANODE_USER=gen3
ENV HADOOP_RESOURCEMANAGER_USER=gen3
ENV HADOOP_NODEMANAGER_USER=gen3
ENV HDFS_NAMENODE_USER=gen3
ENV HDFS_DATANODE_USER=gen3
ENV HDFS_RESOURCEMANAGER_USER=gen3
ENV HDFS_NODEMANAGER_USER=gen3


# ENV TINI_VERSION v0.18.0
Expand Down

0 comments on commit 7c95362

Please sign in to comment.