PacktPublishing / Building-Big-Data-Pipelines-with-Apache-Beam

Building Big Data Pipelines with Apache Beam, published by Packt
Apache License 2.0
83 stars 62 forks source link

Fixes Kafka install and flink install scripts and python install scripts #29

Open donhk opened 2 years ago

donhk commented 2 years ago

fixed some build issues with flink install script

donhk commented 2 years ago

after the changes the script works as expected

[donhk@workpc Building-Big-Data-Pipelines-with-Apache-Beam]$ kubectl get pods -l app=flink
NAME                                 READY   STATUS    RESTARTS       AGE
flink-jobmanager-5f7d864b54-lh6dz    1/1     Running   0              69m
flink-taskmanager-5b6d4bf4f9-bxq6x   2/2     Running   14 (28m ago)   69m
donhk commented 2 years ago

image

donhk commented 2 years ago

image

latest changes fix the remaining issues

je-ik commented 1 year ago

@donhk can you please rebase this on current main?

donhk commented 1 year ago

@je-ik just updated the branch from main