Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2021 05:16 AM
@Krishna Kashiv
May be ExecutorPlugin.java can help. It has all the methods you might required. Let me know if it works or not.
You need to implement this interface org.apache.spark.api.plugin.SparkPlugin
and expose it as spark.plugins = com.abc.ImplementationClass