yes, it's UR and the PIO 0.11

Right now it's int engine.json, but I am trying to externalize them so I
have the same build in different environments.
I don't want to modify and rebuild the template only because the ES host
changed.

Is there another way except hardcoding it into the engine.json ?

On Wed, Jun 7, 2017 at 11:46 AM, Pat Ferrel <[email protected]> wrote:

> PIO version and template?
>
> For the UR, put them in the “sparkConf” section of engine.json named
>
>     “es.nodes”: “list,of,hosts"
>
> comma delimited with no spaces.
>
> If not the UR, you may not need this param since the ES master distributes
> queries in the cluster.
>
>
> On Jun 7, 2017, at 8:42 AM, Dan Guja <[email protected]> wrote:
>
> 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
>
>
>

Reply via email to