dangshazi commented on code in PR #21185:
URL: https://github.com/apache/flink/pull/21185#discussion_r1099957500
##########
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/history/HistoryServer.java:
##########
@@ -102,6 +106,9 @@ public class HistoryServer {
private static final Logger LOG =
LoggerFactory.getLogger(HistoryServer.class);
private static final ObjectMapper OBJECT_MAPPER =
JacksonMapperFactory.createObjectMapper();
+ private static final String ARCHIVED_JOBS_DIR = "archivedJobs";
+ private static final String JOBS_DIR = "jobs";
+ private static final String OVERVIEWS_DIR = "overviews";
Review Comment:
I have updated related comments.
--
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]