Apache Flink-Configuration dependencies, connectors, libraries

Source: Internet
Author: User
Tags apache flink
  • Each Flink program relies on a set of Flink libraries.
  • The Flink itself consists of a set of classes and dependencies that are required to run. The combination of all classes and dependencies forms the core of the Flink runtime and must exist when a Flink program runs.
  • These core classes and dependencies are packaged into flink-dist. jars.
  • In order to avoid excessive dependencies and classes in Classpath by default, the Flink core dependency does not contain any connectors or libraries (CEP, SQL, ML, etc.). We should try to keep the core dependent on "slim" to keep the default classpath smaller and avoid relying on conflicts.
  • User application dependencies are a library of connectors, formats, or needs for a specific user application.
  • A user application is typically packaged into a jar package that contains the application code and the required connector and library dependencies.
  • User application dependencies explicitly do not include Flinkdataset/datastream APIs and runtime dependencies, as these are already part of the Flink core dependency.

Apache Flink-Configuration dependencies, connectors, libraries

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.