Skip to content

Commit

Permalink
Merge pull request #34 from treeverse/release/0.1.2/update-docs
Browse files Browse the repository at this point in the history
Update readme to v0.1.2
  • Loading branch information
Jonathan-Rosenberg committed Jul 10, 2023
2 parents e363df2 + ea64ec3 commit 8ddae37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use the following Maven dependency to install the lakeFS custom catalog:
<dependency>
<groupId>io.lakefs</groupId>
<artifactId>lakefs-iceberg</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
```

Expand All @@ -25,7 +25,6 @@ Here is how to configure the lakeFS custom catalog in Spark:
conf.set("spark.sql.catalog.lakefs", "org.apache.iceberg.spark.SparkCatalog");
conf.set("spark.sql.catalog.lakefs.catalog-impl", "io.lakefs.iceberg.LakeFSCatalog");
conf.set("spark.sql.catalog.lakefs.warehouse", "lakefs://example-repo");
conf.set("spark.sql.catalog.lakefs.uri", "https://example-org.us-east-1.lakefscloud.io")
```

You will also need to configure the S3A Hadoop FileSystem to interact with lakeFS:
Expand Down

0 comments on commit 8ddae37

Please sign in to comment.