Sunny-Island / Kafka2hdfs

美团大作业:用flink读取kafka写入hdfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content

A high performance flink project reads from kafka and writes to HDFS

Prerequisite

  • Java jdk11
  • Flink 1.11.2

Usage

git clone https://github.com/Sunny-Island/Kafka2hdfs.git
cd Kafka2hdfs
mvn package
./bin/flink run -m yarn-cluster -yn 1 -yjm 1024 -ytm 1024 Kafka2hdfs.jar

About

美团大作业:用flink读取kafka写入hdfs


Languages

Language:Java 100.0%