Runs the processes inside the container as hadoop user.
My selfish reasons is to have this work seamlessly with EMR, however it appears to be good practice to run the container process as non-root user when possible. In this case it's possible so double bonus.
I definitely remember a case with accumulo: it wasn't possible to start process not under the root user, probably that could be performed as an image ARG?
Runs the processes inside the container as hadoop user.
My selfish reasons is to have this work seamlessly with EMR, however it appears to be good practice to run the container process as non-root user when possible. In this case it's possible so double bonus.