https://nightlies.apache.org/flink/flink-docs-master/docs/concepts/flink-architecture/ Flink Architecture Flink Architecture # Flink is a distributed system and requires effective allocation and management of compute resources in order to execute streaming applications. It integrates with all common cluster resource managers such as Hadoop YARN and Kubernetes, nightlies.apache.org https://nightl..
version: "3.9" services: zookeeper: platform: linux/x86_64 image: wurstmeister/zookeeper container_name: seunggabi-zookeeper restart: always ports: - 2181:2181 networks: seunggabi-net: ipv4_address: 172.16.240.17 kafka: platform: linux/x86_64 image: confluentinc/cp-kafka container_name: seunggabi-kafka restart: always depends_on: - zookeeper ports: - 9092:9092 environment: KAFKA_ZOOKEEPER_CONNEC..
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -o ./jq chmod a+x ./jq ./jq -V export USER=seunggabi export BITBUCKET_TOKEN=### brew install jq mkdir -p ~/workspace cd ~/workspace curl -v --cookie "cloud.session.token=$BITBUCKET_TOKEN" https://bitbucket.org/\!api/internal/workspaces/asdf/projects/ASDF/repositories\?page\=1\&pagelen\=100\&sort\=name | jq -r ".values[].n..