Skip to content

Commit

Permalink
Clarify that images are hosted on ghcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed May 28, 2024
1 parent a5e1736 commit c3f021d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ and stores them for later presentation in the UI. Note that it is needed for the
This job parses all traces on a given day, based on UTC. By default, it processes the current day,
but other days can be explicitly specified.

This repository is based on [zipkin-dependencies](https://github.com/openzipkin/zipkin-dependencies).

## Quick-start
Spark job can be run as docker container and also as java executable:

Docker:
```bash
$ docker run --env STORAGE=cassandra --env CASSANDRA_CONTACT_POINTS=host1,host2 jaegertracing/spark-dependencies
$ docker run \
--env STORAGE=cassandra \
--env CASSANDRA_CONTACT_POINTS=host1,host2 \
ghcr.io/jaegertracing/spark-dependencies/spark-dependencies
```

Use `--env JAVA_OPTS=-Djavax.net.ssl.` to set trust store and other Java properties.

Note: the latest vesions are hosted on `ghcr.io`, not on Docker Hub.

As jar file:
```bash
STORAGE=cassandra java -jar jaeger-spark-dependencies.jar
Expand Down

0 comments on commit c3f021d

Please sign in to comment.