HuangZhenQiu commented on code in PR #22491:
URL: https://github.com/apache/flink/pull/22491#discussion_r1181389434


##########
flink-dist/src/main/flink-bin/bin/flink-console.sh:
##########
@@ -116,4 +117,5 @@ echo $$ >> "$pid" 2>/dev/null
 # Evaluate user options for local variable expansion
 FLINK_ENV_JAVA_OPTS=$(eval echo ${FLINK_ENV_JAVA_OPTS})
 
+exec 1>"${out}"

Review Comment:
   The file size of redirection is a concern from community. It makes sense to 
me. The lack of out file from web was reported by our internal users who use 
stream.print() to verify some execution result. Given stream.print() is a 
supported functionality, l feel it is a kind of lacking integrity if flink on 
k8s behaves differently with flink on yarn. Shall we revisit the problem 
together with Till and Zentol?



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