MonsterChenzhuo commented on code in PR #3771:
URL:
https://github.com/apache/incubator-seatunnel/pull/3771#discussion_r1102224131
##########
seatunnel-core/seatunnel-starter/src/main/bin/seatunnel-cluster.sh:
##########
@@ -84,8 +84,12 @@ if [ -e "${CONF_DIR}/log4j2.properties" ]; then
JAVA_OPTS="${JAVA_OPTS} -Dseatunnel.logs.file_name=seatunnel-engine-server"
fi
-echo "JAVA_OPTS: ${JAVA_OPTS}"
-
CLASS_PATH=${APP_DIR}/lib/*:${APP_JAR}
+ST_TMPDIR=`java -cp ${CLASS_PATH}
org.apache.seatunnel.core.starter.seatunnel.jvm.TempDirectory`
Review Comment:
@TyrantLucifer Is the latter engine considered for deployment in a windows
environment?
If the future expectation is compatible with windows need this class, so
that the logic of .sh and .bat files will be the same
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]