[ https://issues.apache.org/jira/browse/FLINK-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944835#comment-15944835 ]
ASF GitHub Bot commented on FLINK-6201: --------------------------------------- Github user zentol commented on the issue: https://github.com/apache/flink/pull/3628 -1. This moves the Flink's entire python library into the examples folder, breaking basically everything. You will have to move the configured directory to /resources and exclude the example directory, and move that one specifically to /examples. I would also suggest to run an example at least once to make sure you don't break anything. > move python example files from resources to the examples > -------------------------------------------------------- > > Key: FLINK-6201 > URL: https://issues.apache.org/jira/browse/FLINK-6201 > Project: Flink > Issue Type: Sub-task > Components: Examples > Reporter: shijinkui > Assignee: shijinkui > Priority: Trivial > > Python example in the resource dir is not suitable. Move them to the > examples/python dir. > ``` > <fileSet> > > <directory>../flink-libraries/flink-python/src/main/python/org/apache/flink/python/api</directory> > <outputDirectory>resources/python</outputDirectory> > <fileMode>0755</fileMode> > </fileSet> > ``` -- This message was sent by Atlassian JIRA (v6.3.15#6346)