[ 
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 stale-minor  (was: 
auto-deprioritized-major)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is 
still Minor, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> 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: Minor
>              Labels: auto-deprioritized-major, stale-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