You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (Jira)" <ji...@apache.org> on 2020/12/03 16:57:00 UTC

[jira] [Updated] (FLINK-20472) Change quickstarts to have a dependency on "flink-dist"

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

Stephan Ewen updated FLINK-20472:
---------------------------------
    Description: 
I suggest we change the quickstarts to have the following dependencies.
  - {{flink-dist}} (provided)
  - log4j (runtime)

That way the projects created from quickstarts have exactly the same dependencies as what the distribution provides. That solves all our mismatches between needing different dependencies for compiling/running-in-IDE and packaging for deployment.

For example, we can add the {{flink-connector-base}} and {{flink-connector-files}} back to {{flink-dist}} without having any issues with setting up dependencies in the user projects.

  was:
I suggest we change the quickstarts to have the following dependencies.
  - {{flink-dist}} (provided)
  - log4j (runtime)

That way the projects created form quickstarts have exactly the same dependencies as what the distribution provides. That solves all our mismatches between needing different dependencies for compiling/running-in-IDE and packaging for deployment.

For example, we can add the {{flink-connector-base}} and {{flink-connector-files}} back to {{flink-dist}} without having any issues with setting up dependencies in the user projects.


> Change quickstarts to have a dependency on "flink-dist"
> -------------------------------------------------------
>
>                 Key: FLINK-20472
>                 URL: https://issues.apache.org/jira/browse/FLINK-20472
>             Project: Flink
>          Issue Type: Improvement
>          Components: Quickstarts
>            Reporter: Stephan Ewen
>            Priority: Major
>
> I suggest we change the quickstarts to have the following dependencies.
>   - {{flink-dist}} (provided)
>   - log4j (runtime)
> That way the projects created from quickstarts have exactly the same dependencies as what the distribution provides. That solves all our mismatches between needing different dependencies for compiling/running-in-IDE and packaging for deployment.
> For example, we can add the {{flink-connector-base}} and {{flink-connector-files}} back to {{flink-dist}} without having any issues with setting up dependencies in the user projects.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)