Skip to content

Commit 9ade92c

Browse files
committed
version bump to 0.4.2
1 parent d16b76d commit 9ade92c

File tree

5 files changed

+27023
-8
lines changed

5 files changed

+27023
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See [Our Features](https://dataflint.gitbook.io/dataflint-for-spark/overview/our
5858

5959
Install DataFlint via sbt:
6060
```sbt
61-
libraryDependencies += "io.dataflint" %% "spark" % "0.4.1"
61+
libraryDependencies += "io.dataflint" %% "spark" % "0.4.2"
6262
```
6363

6464
Then instruct spark to load the DataFlint plugin:
@@ -76,7 +76,7 @@ Add these 2 configs to your pyspark session builder:
7676
```python
7777
builder = pyspark.sql.SparkSession.builder
7878
...
79-
.config("spark.jars.packages", "io.dataflint:spark_2.12:0.4.1") \
79+
.config("spark.jars.packages", "io.dataflint:spark_2.12:0.4.2") \
8080
.config("spark.plugins", "io.dataflint.spark.SparkDataflintPlugin") \
8181
...
8282
```
@@ -87,14 +87,14 @@ Alternatively, install DataFlint with **no code change** as a spark ivy package
8787

8888
```bash
8989
spark-submit
90-
--packages io.dataflint:spark_2.12:0.4.1 \
90+
--packages io.dataflint:spark_2.12:0.4.2 \
9191
--conf spark.plugins=io.dataflint.spark.SparkDataflintPlugin \
9292
...
9393
```
9494

9595
### Additional installation options
9696

97-
* There is also support for scala 2.13, if your spark cluster is using scala 2.13 change package name to io.dataflint:spark_**2.13**:0.4.1
97+
* There is also support for scala 2.13, if your spark cluster is using scala 2.13 change package name to io.dataflint:spark_**2.13**:0.4.2
9898
* For more installation options, including for **python** and **k8s spark-operator**, see [Install on Spark docs](https://dataflint.gitbook.io/dataflint-for-spark/getting-started/install-on-spark)
9999
* For installing DataFlint in **spark history server** for observability on completed runs see [install on spark history server docs](https://dataflint.gitbook.io/dataflint-for-spark/getting-started/install-on-spark-history-server)
100100
* For installing DataFlint on **DataBricks** see [install on databricks docs](https://dataflint.gitbook.io/dataflint-for-spark/getting-started/install-on-databricks)

0 commit comments

Comments
 (0)