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
ca0c47f8
authored
May 05, 2020
by
amira
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update commands
parent
836e0ee9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
common/docs/knowledgeBase/submit-flink-job.txt
products/MCX/External/Pulsar-Admin.txt
common/docs/knowledgeBase/submit-flink-job.txt
View file @
ca0c47f8
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
3 copy the job jar to flink jobmanager instance and start it:
3 copy the job jar to flink jobmanager instance and start it:
$ JOBMANAGER_CONTAINER=$(docker ps --filter name=jobmanager --format={{.ID}})
$ JOBMANAGER_CONTAINER=$(docker ps --filter name=jobmanager --format={{.ID}})
$ docker cp path/to/jar "$JOBMANAGER_CONTAINER":/job.jar
$ docker cp path/to/jar "$JOBMANAGER_CONTAINER":/job.jar
$ docker exec -
t -i "$JOBMANAGER_CONTAINER" flink run /job.jar
$ docker exec -
it "$JOBMANAGER_CONTAINER" flink run /job.jar &
4 prey (;-)
4 prey (;-)
products/MCX/External/Pulsar-Admin.txt
View file @
ca0c47f8
...
@@ -25,3 +25,19 @@ curl -s http://localhost:8080/admin/v2/namespaces/mcx/publish
...
@@ -25,3 +25,19 @@ curl -s http://localhost:8080/admin/v2/namespaces/mcx/publish
https://pulsar.apache.org/docs/latest/admin-api/overview/
https://pulsar.apache.org/docs/latest/admin-api/overview/
[performance test]
open 3 shells in the pulsar container:
- client shell:
./pulsar-perf simulation-controller --cluster local_pulsar --client-port 5000 --clients localhost
- controller shell:
./pulsar-perf simulation-client --port 5000 --service-url http://localhost:8080
// send commands:
- 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