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

Fix log path #2012

Merged
merged 1 commit into from
Jan 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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