Browse Source

txprod add hdfs

liweiquan 1 year ago
parent
commit
4b558ccc62
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile.tx

+ 2 - 0
Dockerfile.tx

@@ -180,6 +180,7 @@ ADD confs/txprod/config.json .
 RUN mkdir -p $HOME/.sparkmagic && cp config.json $HOME/.sparkmagic
 ADD confs/txprod/user.keytab /
 COPY confs/txprod/ydtk /ydtk
+COPY confs/txprod /opt/cluster/conf
 RUN echo "\
 [program:jupyter]\n\
 directory=/workspace\n\
@@ -198,6 +199,7 @@ RUN /opt/conda/bin/pip install dist/*.whl  -i https://mirror.baidu.com/pypi/simp
 ADD confs/txprod/krb5.conf /etc/
 ADD confs/txprod/user.keytab /
 COPY confs/txprod/ydtk /ydtk
+COPY confs/txprod /opt/cluster/conf
 RUN echo "\
 [program:jupyter]\n\
 directory=/workspace\n\