[ 
https://issues.apache.org/jira/browse/FLINK-8444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Flink Jira Bot updated FLINK-8444:
----------------------------------
      Labels: auto-deprioritized-major auto-deprioritized-minor  (was: 
auto-deprioritized-major stale-minor)
    Priority: Not a Priority  (was: Minor)

This issue was labeled "stale-minor" 7 days ago and has not received any 
updates so it is being deprioritized. If this ticket is actually Minor, please 
raise the priority and ask a committer to assign you the issue or revive the 
public discussion.


> Rework dependency setup docs
> ----------------------------
>
>                 Key: FLINK-8444
>                 URL: https://issues.apache.org/jira/browse/FLINK-8444
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Chesnay Schepler
>            Priority: Not a Priority
>              Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> Taken from https://github.com/apache/flink/pull/5303:
> {quote}
> I would suggest to start thinking about the dependencies the following way:
>     There are pure user-code projects where the Flink runtime is "provided" 
> and they are started using an existing Flink setup (bin/flink run or REST 
> entry point). This is the Framework Style.
>     In the future, we will have "Flink as a Library" deployments, where users 
> add something like flink-dist as a library to their program and then simply 
> dockerize that Java application.
>     Code can be run in the IDE or other similar style embedded forms. This is 
> in some sense also a "Flink as a Library" deployment, but with selective 
> (fewer) dependencies. The RocksDB issue applies only to this scenario here.
> To make this simpler for the users, it would be great to have not N different 
> models that we talk about, but ideally only two: Framework Style and Library 
> Style. We could for example start to advocate and document that users should 
> always use flink-dist as their standard dependency - "provided" in the 
> framework style deployment, "compile" in the library style deployment. That 
> might be a really easy way to work with that. The only problem for the time 
> being is that flink-dist is quite big and contains for example also optional 
> dependencies like flink-table, which makes it more heavyweight for 
> quickstarts. Maybe we can accept that as a trade-off for dependency 
> simplicity.
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to