Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2c879017
authored
Jan 12, 2020
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update flink
parent
99e97af8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
13 deletions
docker/cep/flink-pulsar/Dockerfile
docker/composers/flink-conf.yaml
docker/composers/mcx-cep.yml
docker/cep/flink-pulsar/Dockerfile
View file @
2c879017
FROM
flink:1.7
#FROM flink:1.7
FROM
flink:1.9
ADD
bcprov-jdk16-1.45.jar /opt/flink/lib/
docker/composers/flink-conf.yaml
0 → 100644
View file @
2c879017
This diff is collapsed.
Click to expand it.
docker/composers/mcx-cep.yml
View file @
2c879017
...
...
@@ -2,7 +2,7 @@ version: "2"
services
:
jobmanager
:
# image: flink:1.7
image
:
municipalitybank.com:5050/mcx/devops/flink-pulsar
image
:
municipalitybank.com:5050/mcx/devops/flink-pulsar
:1.9
expose
:
-
"
6123"
ports
:
...
...
@@ -10,12 +10,16 @@ services:
command
:
jobmanager
environment
:
-
JOB_MANAGER_RPC_ADDRESS=jobmanager
extra_hosts
:
-
"
pulsar:172.16.1.244"
# volumes:
# - "/opt/flink/conf/flink-conf.yaml:/home/amir/git/devops/docker/composers/flink-conf.yaml"
networks
:
-
backend
taskmanager
:
# image: flink:1.7
image
:
municipalitybank.com:5050/mcx/devops/flink-pulsar
image
:
municipalitybank.com:5050/mcx/devops/flink-pulsar
:1.9
expose
:
-
"
6121"
-
"
6122"
...
...
@@ -26,19 +30,23 @@ services:
-
"
jobmanager:jobmanager"
environment
:
-
JOB_MANAGER_RPC_ADDRESS=jobmanager
extra_hosts
:
-
"
pulsar:172.16.1.244"
# volumes:
# - "/opt/flink/conf/flink-conf.yaml:/home/amir/git/devops/docker/composers/flink-conf.yaml"
networks
:
-
backend
pulsar
:
image
:
apachepulsar/pulsar-standalone
ports
:
-
8080:8080
-
8082:80
-
6650:6650
volumes
:
-
"
/ext/pulsar/data:/pulsar/data"
networks
:
-
backend
#
pulsar:
# image: apachepulsar/pulsar-standalone:2.4.2
#
ports:
#
- 8080:8080
#
- 8082:80
#
- 6650:6650
# #
volumes:
# #
- "/ext/pulsar/data:/pulsar/data"
#
networks:
#
- backend
networks
:
backend
:
driver
:
bridge
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment