TyrantLucifer commented on code in PR #3771:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3771#discussion_r1101625640


##########
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:
   Do We need to write a class to generate a temporary directory? Why not using 
shell instead of this? cc @EricJoy2048 @Hisoka-X 



-- 
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]

Reply via email to