Enabled basic authentication in ES 2.1 on YARN

Hi there,

i'm running ES 2.1 on top of YARN.
After reading https://www.elastic.co/blog/elasticsearch-yarn-and-ssl i thought its possible to enable basic authentication for the ES-cluster out of the box.
Is that really true and if so, how to enabled it ?
Because so far i found only documentation on setting user and password for an client, but not for the server !??

best
Johannes

That section refers to the client (where the user and password make sense). If you want to customize your ES installation in YARN, the easiest and simplest thing to do is to simply modify the Elasticsearch zip before deploying it into the cluster as described in the docs.

Note that YARN really is about compute - it doesn't provide (yet) provisioning (among other things needed for long running services).

1 Like