tillrohrmann commented on a change in pull request #11920:
URL: https://github.com/apache/flink/pull/11920#discussion_r426274597



##########
File path: flink-dist/src/main/assemblies/opt.xml
##########
@@ -75,6 +75,28 @@
                        <fileMode>0644</fileMode>
                </file>
 
+               <!-- External Resource -->
+               <file>
+                       
<source>../flink-external-resources/flink-external-resource-gpu/target/flink-external-resource-gpu-${project.version}.jar</source>
+                       
<outputDirectory>opt/external-resource-gpu/</outputDirectory>
+                       
<destName>flink-external-resource-gpu-${project.version}.jar</destName>
+                       <fileMode>0644</fileMode>
+               </file>
+
+               <file>
+                       
<source>../flink-external-resources/flink-external-resource-gpu/src/main/resources/gpu-discovery-common.sh</source>
+                       
<outputDirectory>opt/external-resource-gpu/</outputDirectory>
+                       <destName>gpu-discovery-common.sh</destName>
+                       <fileMode>0755</fileMode>
+               </file>
+
+               <file>
+                       
<source>../flink-external-resources/flink-external-resource-gpu/src/main/resources/nvidia-gpu-discovery.sh</source>
+                       
<outputDirectory>opt/external-resource-gpu/</outputDirectory>
+                       <destName>nvidia-gpu-discovery.sh</destName>
+                       <fileMode>0755</fileMode>
+               </file>

Review comment:
       I think we can do it at the moment. We might revisit this topic once we 
properly define what a slim and fat release is.




----------------------------------------------------------------
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]


Reply via email to