issues
search
dataflint
/
spark
Performance Observability for Apache Spark
Apache License 2.0
198
stars
21
forks
source link
Add large broadcast example
#12
Closed
DanielAronovich
closed
3 months ago
DanielAronovich
commented
4 months ago
Added a new example: LargeBroadcastExample to the spark-plugin project, showcasing a large broadcast join operation.
Introduced a new alert condition: in MemorySQLInputOutputAlerts.ts to detect and warn when a broadcast variable exceeds 1GB.