Spark Thrift Server - Not Scaling Down Executors 3.4.2+

2024-09-05 Thread Jayabindu Singh
Dear Spark Users, We have run into an issue where with spark 3.3.2 using auto scaling with STS is working fine, but with 3.4.2 or 3.5.2 executors are being left behind and not scaling down. Driver makes a call to remove the executor but some (not all) executors never get removed. Has anyone else

Re: Seeking Guidance on Spark on Kubernetes Secrets Configuration

2023-09-30 Thread Jayabindu Singh
Hi Jon, Using IAM as suggested by Jorn is the best approach. We recently moved our spark workload from HDP to Spark on K8 and utilizing IAM. It will save you from secret management headaches and also allows a lot more flexibility on access control and option to allow access to multiple S3 buckets

Spark Log Shipper to Cloud Bucket

2023-04-17 Thread Jayabindu Singh
Greetings Everyone! We are in need to ship spark (driver and executor) logs (not spark event logs) from K8 to cloud bucket ADLS/S3. Using fluentbit we are able to ship the log files but only to one single path container/logs/. This will cause a huge number of files in a single folder and will cre

Spark Thrift Server - Autoscaling on K8

2023-03-08 Thread Jayabindu Singh
really appreciated. Regards Jayabindu Singh

Re: ADLS Gen2 adfs sample yaml configuration

2023-02-15 Thread Jayabindu Singh
here you go. Please update the values for your specific bucket to be used. spark-defaults.com - to make sure event logs go to ADLS spark.eventLog.enabled true spark.eventLog.dir - abfss:// containen...@storageaccount.dfs.core.windows.net/tenant/spark/eventlogs spark.h