exacaster / lighter

REST API for Apache Spark on K8S or YARN
MIT License
91 stars 21 forks source link

Allow to customize env on local backend #686

Closed pdambrauskas closed 1 year ago

pdambrauskas commented 1 year ago

This will allow to launch batch/session applications with custom env variables, to do that, user will have to submit:

{
  ...,
  "conf": {
    "lighter.local.env.FOO": "bar"
  }
}

682

@Minutis @jmilkiewicz