[
https://issues.apache.org/jira/browse/FLINK-17676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Metzger updated FLINK-17676:
-----------------------------------
Component/s: Command Line Client
> Is there some way to rollback the .out file of TaskManager
> ----------------------------------------------------------
>
> Key: FLINK-17676
> URL: https://issues.apache.org/jira/browse/FLINK-17676
> Project: Flink
> Issue Type: Improvement
> Components: Command Line Client
> Reporter: JieFang.He
> Priority: Major
>
> When use .print() API, the result all write to the out file, But there is no
> way to rollback the out file.
>
> out in flink-daemon.sh
> {code:java}
> // $JAVA_RUN $JVM_ARGS ${FLINK_ENV_JAVA_OPTS} "${log_setting[@]}" -classpath
> "`manglePathList "$FLINK_TM_CLASSPATH:$INTERNAL_HADOOP_CLASSPATHS"`"
> ${CLASS_TO_RUN} "${ARGS[@]}" > "$out" 200<&- 2>&1 < /dev/null &
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)