Skip to content

Commit

Permalink
Minor update to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed Aug 29, 2022
1 parent 6595a49 commit 6e67239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ It is implemented using Grafana, InfluxDB, and the [Spark metrics system](https:


* Spark 2.4 and 2.3 with Scala 2.11:
- Scala: `bin/spark-shell --packages ch.cern.sparkmeasure:spark-measure_2.113:0.19`
- Scala: `bin/spark-shell --packages ch.cern.sparkmeasure:spark-measure_2.11:0.19`
- Python: `bin/pyspark --packages ch.cern.sparkmeasure:spark-measure_2.11:0.19`
- note: `pip install sparkmeasure` to get the Python wrapper API

Expand All @@ -51,7 +51,7 @@ It is implemented using Grafana, InfluxDB, and the [Spark metrics system](https:
* See the list of sparkMeasure versions available on [Maven Central](https://mvnrepository.com/artifact/ch.cern.sparkmeasure/spark-measure)
* You can find the latest jars built as artifacts in [GitHub actions](https://github.com/LucaCanali/sparkMeasure/actions)
* Bleeding edge: build sparkMeasure jar from master using sbt: `sbt +package` and use `--jars`
with the jar just built instead of using `--packages`.
with the jar just built.

---
### Examples of interactive use of sparkMeasure, using notebooks and CLI
Expand Down

0 comments on commit 6e67239

Please # to comment.