Skip to content

Commit

Permalink
fix a broken link in the 'Using lakeFS with EMR' docs (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
talSofer authored Mar 25, 2021
1 parent 673c443 commit f579e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using/emr.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lakeFS secret key: ```*.fs.s3a.secret.key```
EMR will encourage users to use s3:// with Spark as it will use EMR's proprietary driver. Users need to use s3a:// for this guide to work.
{: .note}

The Spark job reads and writes will be directed to the lakeFS instance, using the [s3 gateway](../architecture.md#S3 Gateway).
The Spark job reads and writes will be directed to the lakeFS instance, using the [s3 gateway](../architecture/overview.md#s3-gateway).

There are 2 options for configuring an EMR cluster to work with lakeFS:
1. When you create a cluster - All steps will use the cluster configuration.
Expand Down

0 comments on commit f579e79

Please sign in to comment.