Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions issues on tachyon.worker.data.folder (/mnt/ramdisk/tachyonworker) #123

Closed
timothysc opened this issue Feb 14, 2014 · 0 comments

Comments

@timothysc
Copy link

Issues #90, and #91 were actually behavioral effects to starting daemons as different system/daemon users, and not having permissions to write to the tachyon.worker.data.folder. Presently it makes sense to have the deamons share a common group and to create subfolders with 775 permissions (vs 755), and allow adminstrators to set the group parameter.

e.g.
user:hdfs (namenode & datanode)
user:yarn (resourcemanager & nodemanager)
user:tachyon|hdfs (master & slave)

shared group would be 'hadoop' or 'hdfs'.

Presently I can verify this all works, by hand.

The issue is that the user 'yarn' fails, trying to write to: /mnt/ramdisk/tachyonworker/users

timothysc pushed a commit to timothysc/tachyon that referenced this issue Feb 17, 2014
tachyon.worker.data.folder to fix issue Alluxio#123
timothysc pushed a commit to timothysc/tachyon that referenced this issue Feb 27, 2014
…avoid Java

7 dependencies.  The permissions were not still restricted to 775.
timothysc pushed a commit to timothysc/tachyon that referenced this issue Feb 27, 2014
lunan517 added a commit to lunan517/alluxio that referenced this issue Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant