davidradl commented on code in PR #27818:
URL: https://github.com/apache/flink/pull/27818#discussion_r2989677070
##########
docs/content/docs/deployment/advanced/historyserver.md:
##########
@@ -52,20 +52,24 @@ The configuration keys `jobmanager.archive.fs.dir` and
`historyserver.archive.fs
**JobManager**
-The archiving of completed jobs happens on the JobManager, which uploads the
archived job information to a file system directory. You can configure the
directory to archive completed jobs in [Flink configuration file]({{< ref
"docs/deployment/config#flink-configuration-file" >}}) by setting a directory
via `jobmanager.archive.fs.dir`.
+The archiving of completed jobs and applications happens on the JobManager,
which uploads the archived job and application information to a file system
directory. You can configure the directory to archive completed jobs and
applications in [Flink configuration file]({{< ref
"docs/deployment/config#flink-configuration-file" >}}) by setting a directory
via `jobmanager.archive.fs.dir`.
Review Comment:
is this different from the application results store - as these are archives
- it would be worth contrasting the two if they are different or referring to
them in the same way if they are the same.
--
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]