From 0e1a1f9ff09ff8c694876f6482fbadc10b2f82a9 Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Wed, 28 Feb 2024 16:00:37 -0500 Subject: [PATCH] Add link to release in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97f42cf2..e57ff197 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Accordingly, there is no option for this transformer in the CLI, but may be usef JSONoid also supports distributed schema discovery via [Apache Spark](https://spark.apache.org/). There are two options for running JSONoid on Spark. The first is to the `JsonoidSpark` class as your main class when running Spark. +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). In this case, you can pass a path file path as input and the schema will be written to standard output. 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. The result of the reduction will be a `JsonSchema` object.