Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix_log_path (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmssg authored Jan 15, 2019
1 parent 266aee6 commit 9c39ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest-server/src/templates/yarnContainerScript.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ fi
# Prepare docker debug log
log_dir="tmp/pai-root/log"
mkdir -p $log_dir
ln -s $log_dir/DockerContainerDebug.log $LAUNCHER_LOG_DIR/DockerContainerDebug.log
ln -s /$LOCAL_DIRS/$CONTAINER_ID/$log_dir/DockerContainerDebug.log $LAUNCHER_LOG_DIR/DockerContainerDebug.log

# copy the hadoop configuration file
hadoop_config_dir="hadoop_config"
Expand Down

0 comments on commit 9c39ba8

Please sign in to comment.