I am running a spark streaming job, as part of it I am creating multiple broadcast variables.
So, I have two questions about it. 1. Is there any function which can give a list of all the broadcasted variables like spark.getPersistentRDDs which lists all the persisted RDD. 2. If we do not destroy the Spark broadcast variables, would they be delete by Spark after they have not been used for a certain period of time.