# flink-shaded-hadoop **Repository Path**: neolc/flink-shaded-hadoop ## Basic Information - **Project Name**: flink-shaded-hadoop - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-08 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shaded Hadoop Dependencies for Flink
This repository contains a number of shaded Hadoop dependencies for the [Apache Flink](https://flink.apache.org/) project, based on release-10.0 branch of [apache/flink-shaded](https://github.com/apache/flink-shaded/tree/release-10.0) project. The project supports `Hadoop-2` and `Hadoop-3` , including the following shaded subprojects: * `flink-shaded-hadoop`: Contains the main shaded Hadoop dependenices used by Flink . * `flink-shaded-hadoop-uber`: Uber-shaded project of `flink-shaded-hadoop`. * `flink-shaded-hadoop-hive`: Contains the main shaded Hadoop and. Hive dependenices used by Flink .
## Build Shaded Hadoop JAR ```bash git clone https://github.com/Al-assad/flink-shaded-hadoop.git cd ./flink-shaded-hadoop mvn clean install ``` Default Version: * Hadoop-3.1.1 * Hive-3.1.1
## Custom Hadoop/Hive Version ```bash # use hadoop-3.1.0 and hive-3.1.0 mvn clean install -Dhadoop.version=3.1.0 -Dhive.version=3.1.0 ```
## About Apache Flink is an open source project of [The Apache Software Foundation](https://apache.org/) (ASF).