Good afternoon @eniwoke @ , and thank you very much for your commen
Yes, I had already considered using scripts, but I was hoping to find a different solution, since the idea is to pass parameters to these Bash scripts or compiled executables. I assume that if I approach it with init_scripts, I would have to retrieve those parameters through environment variables.
I'm not sure if I can retrieve through environment variables, but Iโm not certain whether this init script runs before the environment variables have been set.
I would prefer another solution. I'm not sure if spark-submit can be used for this, because while it's possible to do a spark-submit of a compiled JAR, if it's not a JAR but another type of compiled file, I donโt know if it can be executed.
That's another point: if anyone has encountered this issue, it would be really helpful if they could share their experience. It would be greatly appreciiate.