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
3e1494d8
authored
May 18, 2020
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add ons
parent
713d9dfb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
common/docs/knowledgeBase/submit-flink-job.txt
products/MCX/External/Pulsar-Admin.txt
common/docs/knowledgeBase/submit-flink-job.txt
View file @
3e1494d8
...
...
@@ -5,7 +5,7 @@
3 copy the job jar to flink jobmanager instance and start it:
$ JOBMANAGER_CONTAINER=$(docker ps --filter name=jobmanager --format={{.ID}})
$ docker cp path/to/jar "$JOBMANAGER_CONTAINER":/job.jar
$ docker exec -
it
"$JOBMANAGER_CONTAINER" flink run /job.jar &
$ docker exec -
d
"$JOBMANAGER_CONTAINER" flink run /job.jar &
4 prey (;-)
products/MCX/External/Pulsar-Admin.txt
View file @
3e1494d8
...
...
@@ -33,10 +33,11 @@ open 3 shells in the pulsar container:
- controller shell:
./pulsar-perf simulation-controller --cluster local_pulsar --client-port 5000 --clients localhost
* pay attention to the cluster name
// ./pulsar-perf simulation-controller --cluster pulsar-cluster-1 --client-port 5000 --clients localhost
// send commands:
trade mcx
activities
activity --rate 1000 --size 1000
stop mcx
activities
activity
trade mcx
public
activity --rate 1000 --size 1000
stop mcx
public
activity
- monitor shell:
./pulsar-perf monitor-brokers --connect-string zookeeper:2181
...
...
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