hazelcast / hazelcast/hz-docs

Docs: Feedback for Get Started with Stream Processing (Client/Server)

Open
#696 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
11
Forks
112
Avg merge
20h 29m
Merged PRs (30d)
19

Description

Hi, I have some feedback about [this page](https://github.com/hazelcast/hz-docs/edit/main/docs/modules/pipelines/pages/stream-processing-client.adoc)

the follow step is either unclear or wrong:
docker run -it --network hazelcast-network -v $PATH_TO_TARGET:/jars --rm hazelcast/hazelcast:5.2.3 hz-cli -t $MEMBER_IP submit -c org.example.EvenNumberStream /jars/hz-example-0.1.0.jar

what is /jars since it's not explained nor does it work in my environment:
twal7ers@HZLCST-MBP-106 jet-play % docker run -it --network hazelcast-network -v /Users/twal7ers/Documents/projects/git/jet-play/target/jet-play-1.0-SNAPSHOT.jar:/jars --rm hazelcast/hazelcast:5.2.3 hz-cli -t 192.168.50.164 submit -c demo.hazelcast.App /jars/jet-play-1.0-SNAPSHOT.jar
ERROR: File /jars/jet-play-1.0-SNAPSHOT.jar could not be found.

To see the full stack trace, re-run with the -v/--verbosity option
twal7ers@HZLCST-MBP-106 jet-play % ls -l /Users/twal7ers/Documents/projects/git/jet-play/target/jet-play-1.0-SNAPSHOT.jar
-rw-r--r-- 1 twal7ers staff 3882 Mar 28 11:16 /Users/twal7ers/Documents/projects/git/jet-play/target/jet-play-1.0-SNAPSHOT.jar

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.