shijinkui created FLINK-6193:
--------------------------------
Summary: Flink dist directory normalize
Key: FLINK-6193
URL: https://issues.apache.org/jira/browse/FLINK-6193
Project: Flink
Issue Type: Improvement
Components: Examples
Reporter: shijinkui
The Flink distribution's directory have no very clear responsibility about what
type of files should be in which directory. For example, "opt" directories are
mixed with library jars and example jars.
This mail here:
http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Flink-dist-directory-management-td16784.html
After discuss, we determine for the distribution directory style below:
- "examples" directory only contain example jars
- "opt" directory only contain optional library jars in runtime
- "lib" directory only contain library jar that must be loaded at runtime
- "resources" directory only contain resource file used at runtime, such as web
file
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)