hequn8128 commented on a change in pull request #10061: [FLINK-14581][python]
Let python UDF execution no longer rely on the flink directory structure to
support running python UDFs on yarn.
URL: https://github.com/apache/flink/pull/10061#discussion_r342429481
##########
File path: flink-python/pom.xml
##########
@@ -195,6 +195,20 @@ under the License.
</dependencyManagement>
<build>
+ <resources>
+ <resource>
+ <directory>lib</directory>
+ <includes>
+ <include>*.zip</include>
Review comment:
If we include these zip files in the jar, can we remove the current python
folder in opt folder(i.e., build-target/opt/python)?
----------------------------------------------------------------
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