Skip to content

Commit f8b1bab

Browse files
committed
Add link to release in README
1 parent 2267a18 commit f8b1bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Accordingly, there is no option for this transformer in the CLI, but may be usef
175175
JSONoid also supports distributed schema discovery via [Apache Spark](https://spark.apache.org/).
176176
There are two options for running JSONoid on Spark.
177177
The first is to the `JsonoidSpark` class as your main class when running Spark.
178+
You can either use the JAR file produced via `sbt assembly` or download from [the latest release](https://github.com/dataunitylab/jsonoid-discovery/releases/latest).
178179
In this case, you can pass a path file path as input and the schema will be written to standard output.
179180
Alternatively, you can use the `JsonoidRdd#fromString` method to convert an RDD of strings to an RDD of schemas that supports schema discovery via the `reduceSchemas` or `treeReduceSchemas `method.
180181
The result of the reduction will be a `JsonSchema` object.

0 commit comments

Comments
 (0)