Hi Is there a way to externalize the es.nodes property during train phase ?
I've tried with this: pio train -- ---conf es.nodes=<es.address> But apparently everything that does not start with spark prefix is ignored. I also tried this: pio train -- ---conf spark.es.nodes=<es.address> No luck either Thank you
