Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
Spark History server values update to create a default SA with default name
  • Loading branch information
vara-bonthu committed Aug 11, 2023
1 parent b8ab040 commit 4741ccd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions stable/spark-history-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ nameOverride: ""
fullnameOverride: ""

serviceAccount:
create: false
annotations:
# IRSA role attached to service account
eks.amazonaws.com/role-arn: "<ENTER_IAM_ROLE_ARN>"
name: "<ENTER_SERVICE_ACCOUNT_NAME>"
create: true
name: spark-history-server-sa
# annotations:
# # IRSA role attached to service account
# eks.amazonaws.com/role-arn: <IRSA ROLE ARN>


# Enter S3 bucket with Spark Event logs location.
# Ensure IRSA roles has permissions to read the files for the given S3 bucket
sparkHistoryOpts: "-Dspark.history.fs.logDirectory=s3a://<ENTER_S3_BUCKET_NAME>/<PREFIX_FOR_SPARK_EVENT_LOGS>/"

# sparkHistoryOpts: "-Dspark.history.fs.logDirectory=s3a://<ENTER_S3_BUCKET_NAME>/<PREFIX_FOR_SPARK_EVENT_LOGS>/"
sparkHistoryOpts: ""
sparkConf: |-
spark.hadoop.fs.s3a.aws.credentials.provider=com.amazonaws.auth.WebIdentityTokenCredentialsProvider
spark.history.fs.eventLog.rolling.maxFilesToRetain=5
Expand Down

0 comments on commit 4741ccd

Please sign in to comment.