https://github.com/yuce/sample-jet-job-1
https://github.com/yuce/sample-jet-job-1
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuce/sample-jet-job-1
- Owner: yuce
- Created: 2023-04-15T00:35:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T05:33:58.000Z (almost 3 years ago)
- Last Synced: 2025-11-13T04:05:39.595Z (8 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Jet Job with Dependencies
## Build
Requirements:
1. Java 11 or better.
```
$ make
```
That will create the `./build/libs/sample-job-1-1.0-SNAPSHOT-all.jar` file.
## Submitting the Job
Using [CLC](https://github.com/hazelcast/hazelcast-commandline-client):
```
$ clc -c CONFIG_NAME job submit --name j1 ./build/libs/sample-job-1-1.0-SNAPSHOT-all.jar MY-MAP MY-SALT
```
Hashids will be creted with salt `MY-SALT` and the output is saved to map `MY-MAP`.