Re: Passing "conf" arguments using a portable runner in Java (spark job runner)

2023-07-20 Thread Moritz Mack
Hi Jon, sorry for the late replay. A while ago I was struggling with as well. Unfortunately, there’s no direct way to do this per pipeline. However, you can set default arguments by passing them to the job service container using the environment variable _JAVA_OPTIONS. I hope this still helps!

Passing "conf" arguments using a portable runner in Java (spark job runner)

2023-06-30 Thread Jon Molle via user
Hi, I'm having trouble trying to figure out where to pass "conf" spark-submit arguments to a spark job service. I don't particularly care at this point whether the job service uses the same set of args for all jobs passed to the service, I'm just having trouble finding where I can send these args