Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/flink-shaded
Apache Flink shaded artifacts repository
https://github.com/apache/flink-shaded
big-data flink java scala
Last synced: 30 days ago
JSON representation
Apache Flink shaded artifacts repository
- Host: GitHub
- URL: https://github.com/apache/flink-shaded
- Owner: apache
- License: apache-2.0
- Created: 2017-06-22T07:00:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T08:25:12.000Z (4 months ago)
- Last Synced: 2024-09-30T01:21:18.372Z (about 1 month ago)
- Topics: big-data, flink, java, scala
- Language: Shell
- Homepage:
- Size: 287 KB
- Stars: 137
- Watchers: 38
- Forks: 125
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Flink Shaded Dependencies
This repository contains a number of shaded dependencies for the [Apache Flink](https://flink.apache.org/) project.
The purpose of these dependencies is to provide a single instance of a shaded dependency in the Flink distribution, instead of each individual module shading the dependency.
Shaded dependencies contained here do not expose any transitive dependencies. They may or may not be self-contained.
When using these dependencies it is recommended to work directly against the shaded namespaces.
## Sources
We currently do not release jars containing the shaded sources due to the unanswered legal questions raised [here](https://github.com/apache/flink-shaded/issues/25).
However, it is possible to build these jars locally by cloning the repository and calling `mvn clean package -Dshade-sources`.
## About
Apache Flink is an open source project of [The Apache Software Foundation](https://apache.org/) (ASF).