You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
Hi,
I have developed a plugin that allows deploying applications to Apache Spark clusters via the Spark REST API. This plugin keeps track of previous submissions and enables users to automatically undeploy (kill) previous submissions before deploying new versions, which typically requires manual effort (ex. using spark-submit tool). We are using this plugin internally to do continuous delivery in our Spark clusters via Jenkins.