Skip to content

Commit

Permalink
Docs: bump lakeFSFS version (#5163)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiad200 authored Feb 2, 2023
1 parent c907ca1 commit 25e5af7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/integrations/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ interact with your data on lakeFS.
Add the package to your `spark-submit` command:

```
--packages io.lakefs:hadoop-lakefs-assembly:0.1.10
--packages io.lakefs:hadoop-lakefs-assembly:0.1.12
```

</div>
<div markdown="2" id="install-databricks">

Add the `hadoop-lakefs-assembly` jar to your Databricks cluster. Under `compute ➡️ Libraries` Add a Maven package as follows:

Install a Maven package with the `io.lakefs:hadoop-lakefs-assembly:0.1.10` coordinates.
Install a Maven package with the `io.lakefs:hadoop-lakefs-assembly:0.1.12`
coordinates.

Once installed, it should look something like this:

Expand Down Expand Up @@ -116,7 +117,7 @@ spark-shell --conf spark.hadoop.fs.s3a.access.key='AKIAIOSFODNN7EXAMPLE' \
--conf spark.hadoop.fs.lakefs.access.key=AKIAlakefs12345EXAMPLE \
--conf spark.hadoop.fs.lakefs.secret.key=abc/lakefs/1234567bPxRfiCYEXAMPLEKEY \
--conf spark.hadoop.fs.lakefs.endpoint=https://lakefs.example.com/api/v1 \
--packages io.lakefs:hadoop-lakefs-assembly:0.1.10
--packages io.lakefs:hadoop-lakefs-assembly:0.1.12
...
```
</div>
Expand Down

0 comments on commit 25e5af7

Please sign in to comment.