File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public void initializeOnMaster(ClassLoader loader) throws Exception {
8787 setInputSplitSource (inputFormat );
8888 }
8989
90- // configure input formats and invoke initializeGlobal()
90+ // configure output formats and invoke initializeGlobal()
9191 Map <OperatorID , UserCodeWrapper <? extends OutputFormat <?>>> outputFormats =
9292 formatContainer .getOutputFormats ();
9393 for (Map .Entry <OperatorID , UserCodeWrapper <? extends OutputFormat <?>>> entry :
@@ -125,7 +125,7 @@ public void finalizeOnMaster(ClassLoader loader) throws Exception {
125125 // set user classloader before calling user code
126126 Thread .currentThread ().setContextClassLoader (loader );
127127
128- // configure input formats and invoke finalizeGlobal()
128+ // configure output formats and invoke finalizeGlobal()
129129 Map <OperatorID , UserCodeWrapper <? extends OutputFormat <?>>> outputFormats =
130130 formatContainer .getOutputFormats ();
131131 for (Map .Entry <OperatorID , UserCodeWrapper <? extends OutputFormat <?>>> entry :
You can’t perform that action at this time.
0 commit comments