We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With persistent mode and umask 0022,
2014-04-28 13:05:40,634 WARN org.apache.hadoop.hdfs.server.datanode.DataNode: Invalid directory in dfs.data.dir: Incorrect permission for /tmp/hdfs_data, expected: rwxr-xr-x, while actual: rwxrwxr-x
This may not be unique to persistent mode, but this is how it manifests on a system that makes a new group for every user.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With persistent mode and umask 0022,
2014-04-28 13:05:40,634 WARN org.apache.hadoop.hdfs.server.datanode.DataNode: Invalid directory in dfs.data.dir: Incorrect permission for /tmp/hdfs_data, expected: rwxr-xr-x, while actual: rwxrwxr-x
This may not be unique to persistent mode, but this is how it manifests on a system that makes a new group for every user.
The text was updated successfully, but these errors were encountered: