Skip to content

Commit

Permalink
Merge branch 'flink-metadata-sync' of http://code.oppoer.me/idata/com…
Browse files Browse the repository at this point in the history
…pass into flink-metadata-sync
  • Loading branch information
zebozhuang committed Dec 29, 2023
2 parents 8d0322c + ede9f85 commit 4658feb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void pull(String ip, String clusterName) {
yarnAppMap.put(id, app.getYarnAppMap());
log.info("yarnApp-->{},{},{},{}", ip, app.getId(), app.getFinishedTime(), app.getFinalStatus());
}
// todo:保存flink数据
// todo:save flink metadata
log.info("saveYarnAppCount:{},{}", ip, yarnAppMap.size());
}

Expand Down

0 comments on commit 4658feb

Please sign in to comment.