Skip to content

Commit

Permalink
Meituan HDFS Access Without Proxy for Kerberos Authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
huangxu17 committed Apr 9, 2024
1 parent de2d61d commit d839cc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/scripts/sgx/run_trainer_ps_sgx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set -ex
source ~/.env
export CUDA_VISIBLE_DEVICES=
cp /app/sgx/gramine/CI-Examples/tensorflow_io.py ./
unset HTTPS_PROXY https_proxy http_proxy ftp_proxy
source /app/deploy/scripts/hdfs_common.sh || true
source /app/deploy/scripts/pre_start_hook.sh || true
source /app/deploy/scripts/env_to_args.sh
Expand Down Expand Up @@ -48,4 +49,4 @@ if [[ -z "${END_CPU_SN}" ]]; then
END_CPU_SN=3
fi

taskset -c $START_CPU_SN-$END_CPU_SN stdbuf -o0 gramine-sgx python -m fedlearner.trainer.parameter_server $POD_IP:${LISTEN_PORT}
taskset -c $START_CPU_SN-$END_CPU_SN stdbuf -o0 gramine-sgx python -m fedlearner.trainer.parameter_server $POD_IP:${LISTEN_PORT}

0 comments on commit d839cc9

Please sign in to comment.