Skip to content

Commit

Permalink
chore: improve title
Browse files Browse the repository at this point in the history
  • Loading branch information
leobiscassi committed Aug 27, 2024
1 parent 56713a2 commit cbb070f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-08-26-emr-cross-account-to-iceberg.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: EMR Cross Account Access to Iceberg Tables
title: Spark on EMR Serverless Cross-Account Access to Iceberg Tables
subtitle: Learn how to access Iceberg tables from EMR in another account
tags: [blog]
comments: false
---

A few weeks ago, I was working on a project where I had to access Iceberg tables from an EMR cluster in another account. I found it a bit tricky to set up, so I decided to write this post to help others who might be facing the same issue.
A few weeks ago, I was working on a project where I had to access Iceberg tables from a Spark job running on EMR cluster in another account. I found it a bit tricky to set up, so I decided to write this post to help others who might be facing the same issue.

If you follow the EMR documentation on how to access Iceberg tables you're going to find the following `spark-submit` parameters recommendation:

Expand Down

0 comments on commit cbb070f

Please sign in to comment.