azagrebin commented on a change in pull request #8759: [FLINK-12868][yarn] Fix
yarn cluster can not be deployed if plugins dir does not exist
URL: https://github.com/apache/flink/pull/8759#discussion_r295873773
##########
File path: flink-dist/src/main/assemblies/bin.xml
##########
@@ -85,7 +85,14 @@ under the License.
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
</fileSet>
-
+
+ <!-- copy plugins directory -->
+ <fileSet>
+ <directory>src/main/flink-bin/plugins</directory>
Review comment:
Side note: this should go to the final user doc where to put the plugins
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services