Class SystemOutRedirectionUtils
- java.lang.Object
-
- org.apache.flink.runtime.taskexecutor.SystemOutRedirectionUtils
-
public class SystemOutRedirectionUtils extends Object
Utility class for redirect theSystem.out
andSystem.err
.
-
-
Constructor Summary
Constructors Constructor Description SystemOutRedirectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
redirectSystemOutAndError(Configuration conf)
RedirectSystem.out
andSystem.err
based onTaskManagerOptions.TASK_MANAGER_SYSTEM_OUT_MODE
related options.
-
-
-
Method Detail
-
redirectSystemOutAndError
public static void redirectSystemOutAndError(Configuration conf)
RedirectSystem.out
andSystem.err
based onTaskManagerOptions.TASK_MANAGER_SYSTEM_OUT_MODE
related options.
-
-