Replies: 1 comment 1 reply
-
This is what our user/accounts setup looks like in our current Ansible-based deploy: Unix accounts: Zeppelin: Yarn/Spark//Zeppelin Interaction: As Zeppelin & Spark are ran as the fedora user, this means that the process is owned by fedora. So when Zeppelin tries to write to local disk for example, this is done using the fedora acount, which means that the folder needs to be setup for read/write access to fedora. |
Beta Was this translation helpful? Give feedback.
-
We have a variety of different user accounts and groups, which we will probably need to bring together to make the consistent.
This thread is to discuss how many accounts we need and how to manage them.
There are different ways to manage the accounts:
nch
account set up for Nigel.LDAP
database to manage all the different user accounts and group memberships.zeppelin
account and aspark
account, which are members of the same Unix group.Beta Was this translation helpful? Give feedback.
All reactions