From cbb070fe22513ac04a2d010dc5ad6f8646e6665b Mon Sep 17 00:00:00 2001 From: leobiscassi Date: Mon, 26 Aug 2024 22:12:06 -0300 Subject: [PATCH] chore: improve title --- _posts/2024-08-26-emr-cross-account-to-iceberg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-08-26-emr-cross-account-to-iceberg.md b/_posts/2024-08-26-emr-cross-account-to-iceberg.md index 8abbf36901bc..980ed2a93390 100644 --- a/_posts/2024-08-26-emr-cross-account-to-iceberg.md +++ b/_posts/2024-08-26-emr-cross-account-to-iceberg.md @@ -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: