当前位置:网站首页>Flink cluster configuration
Flink cluster configuration
2022-07-05 04:46:00 【Xeon_ CC】
install flink1.14.4 Version and unzip
Prepare three virtual machines :
192.168.1.244(master)
192.168.1.245
192.168.1.246
Go to configuration directory
cd /opt/flink-1.14.4/conf
Edit profile
vi flink-conf.yaml
Configuration item
If in 245 Configuration on host , change ip That's it ,246 And so on .
jobmanager.rpc.address: 192.168.1.244
jobmanager.bind-host: 0.0.0.0
taskmanager.bind-host: 0.0.0.0
taskmanager.host: 192.168.1.244
taskmanager.numberOfTaskSlots: 4
rest.address: 0.0.0.0
edit masters file
vi masters
Input content
This configuration item is in 244、245、246 All hosts are the same
192.168.1.244:8081
edit workers file
vi workers
Input content
This configuration item is in 244、245、246 The host is also the same
192.168.1.245
192.168.1.246
Configure environment variables
# Flink
export FLINK_HOME=/opt/flink-1.14.4
export PATH=$PATH:$FLINK_HOME/bin
add to hadoop Support
Into the Flink Official website
https://flink.apache.org/downloads.html#additional-components
find Additional Components
Click on Pre-bundled Hadoop 2.7.5 (asc, sha1) download jar package
Download it okay jar Package is copied to the flink Installation directory lib Under the directory .
边栏推荐
- Debug insights
- 函数(易错)
- Construction d'un Cluster redis sous Windows
- Neural network and deep learning Chapter 1: introduction reading questions
- [Business Research Report] Research Report on male consumption trends in other economic times -- with download link
- 数论函数及其求和 待更新
- CSDN body auto generate directory
- Here comes the Lantern Festival red envelope!
- Official announcement! The third cloud native programming challenge is officially launched!
- Raki's notes on reading paper: code and named entity recognition in stackoverflow
猜你喜欢

Discussion on the dimension of confrontation subspace

Key review route of probability theory and mathematical statistics examination
![[groovy] closure (closure parameter binding | curry function | rcurry function | ncurry function | code example)](/img/90/0cf08ae6fea61891e3e1fdf29d310c.jpg)
[groovy] closure (closure parameter binding | curry function | rcurry function | ncurry function | code example)

2022 thinking of Mathematical Modeling B problem of American college students / analysis of 2022 American competition B problem

Introduce Hamming distance and calculation examples

计组笔记(1)——校验码、原补码乘除计算、浮点数计算

直播预告 | 容器服务 ACK 弹性预测最佳实践

Solution of circular dependency

Is there a sudden failure on the line? How to make emergency diagnosis, troubleshooting and recovery

Invalid bound statement (not found) in idea -- problem solving
随机推荐
直播預告 | 容器服務 ACK 彈性預測最佳實踐
Function template
Basic analysis of IIC SPI protocol
[crampon game] MC tutorial - first day of survival
How should programmers learn mathematics
Neural networks and deep learning Chapter 4: feedforward neural networks reading questions
level18
[groovy] closure (closure as function parameter | code example)
[crampon programming] lintcode decoding Encyclopedia - 1100 strange printer
Pointer function (basic)
托管式服务网络:云原生时代的应用体系架构进化
Flutter tips: various fancy nesting of listview and pageview
3 minutes learn to create Google account and email detailed tutorial!
Inline built-in function
假设检验——《概率论与数理统计》第八章学习笔记
【acwing】836. Merge sets
#775 Div.1 B. Integral Array 数学
Advanced length of redis -- deletion strategy, master-slave replication, sentinel mode
[AI bulletin 20220211] the hard core up owner has built a lidar and detailed AI accelerator
QT Bluetooth: a class for searching Bluetooth devices -- qbluetooth devicediscoveryagent