Skip to content

Commit

Permalink
[release-prepare] - Prepare next release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idirze committed Dec 11, 2024
1 parent 59130f2 commit 5ca9294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Please, check the [latest release note](https://github.com/OKDP/okdp-spark-auth-
1. Using Docker

```shell
ADD https://repo1.maven.org/maven2/io/okdp/okdp-spark-auth-filter/1.2.2/okdp-spark-auth-filter-1.2.2.jar ${SPARK_HOME}/jars
ADD https://repo1.maven.org/maven2/io/okdp/okdp-spark-auth-filter/1.3.0/okdp-spark-auth-filter-1.3.0.jar ${SPARK_HOME}/jars
```

2. Using Maven
Expand All @@ -47,13 +47,13 @@ ADD https://repo1.maven.org/maven2/io/okdp/okdp-spark-auth-filter/1.2.2/okdp-spa
<dependency>
<groupId>io.okdp</groupId>
<artifactId>okdp-spark-auth-filter</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
</dependency>
```

3. Spark on Yarn/Standalone mode

Copy the jar https://repo1.maven.org/maven2/io/okdp/okdp-spark-auth-filter/1.2.2/okdp-spark-auth-filter-1.2.2.jar into `${SPARK_HOME}/jars/` in the different spark nodes
Copy the jar https://repo1.maven.org/maven2/io/okdp/okdp-spark-auth-filter/1.3.0/okdp-spark-auth-filter-1.3.0.jar into `${SPARK_HOME}/jars/` in the different spark nodes

# Configuration

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.okdp</groupId>
<artifactId>okdp-spark-auth-filter</artifactId>
<version>1.2.2</version>
<version>1.3.0-SNAPSHOT</version>

<name>OIDC authentication filter for Apache spark</name>
<description>OIDC authentication filter for Apache spark web UIs (Spark app and History Web UIs)
Expand Down

0 comments on commit 5ca9294

Please sign in to comment.