wangyang0918 commented on a change in pull request #18450:
URL: https://github.com/apache/flink/pull/18450#discussion_r800374864
##########
File path: docs/content.zh/docs/deployment/resource-providers/yarn.md
##########
@@ -237,7 +237,14 @@ The configuration parameter for specifying the REST
endpoint port is [rest.bind-
### User jars & Classpath
-By default Flink will include the user jars into the system classpath when
running a single job. This behavior can be controlled with the
[yarn.per-job-cluster.include-user-jar]({{< ref "docs/deployment/config"
>}}#yarn-per-job-cluster-include-user-jar) parameter.
+**Session Mode & Application Mode**
+
+When deploying Flink with Session/Application Mode on Yarn, only the JAR file
specified in startup command will be recognized as user-jars and included into
user classpath.
Review comment:
For YARN application mode, the JAR file specified in startup command
will be added to system classpath by default. It could also be controlled by
`yarn.per-job-cluster.include-user-jar` although the name is misleading.
--
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]