cerndb / SparkPlugins

Code and examples of how to write and deploy Apache Spark Plugins. Spark plugins allow runnig custom code on the executors as they are initialized. This also allows extending the Spark metrics systems with user-provided monitoring probes.
Apache License 2.0
82 stars 14 forks source link

Order of execution #1

Closed krishdey closed 1 year ago

krishdey commented 4 years ago

This runs before or after copying of the files mentioned with —files in spark submit ? That is not very clear. Guess the order of execution should be mentioned in the doc.