You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Soumitra Sulav (JIRA)" <ji...@apache.org> on 2018/10/24 11:42:00 UTC

[jira] [Created] (HDDS-729) OzoneFileSystem doesn't support modifyAclEntries

Soumitra Sulav created HDDS-729:
-----------------------------------

             Summary: OzoneFileSystem doesn't support modifyAclEntries
                 Key: HDDS-729
                 URL: https://issues.apache.org/jira/browse/HDDS-729
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: Ozone Filesystem
    Affects Versions: 0.3.0
            Reporter: Soumitra Sulav


Hive service while starting does modifyAcl operation and as the same isn't supported it fails to start.
{code:java}
hdfs dfs -setfacl -m default:user:hive:rwx /warehouse/tablespace/external/hive{code}
Exception encountered :
{code:java}
[hdfs@ctr-e138-1518143905142-541600-02-000002 ~]$ hdfs dfs -setfacl -m default:user:hive:rwx /warehouse/tablespace/external/hive
18/10/24 08:39:35 INFO conf.Configuration: Removed undeclared tags:
18/10/24 08:39:37 INFO conf.Configuration: Removed undeclared tags:
-setfacl: Fatal internal error
java.lang.UnsupportedOperationException: OzoneFileSystem doesn't support modifyAclEntries
at org.apache.hadoop.fs.FileSystem.modifyAclEntries(FileSystem.java:2926)
at org.apache.hadoop.fs.shell.AclCommands$SetfaclCommand.processPath(AclCommands.java:256)
at org.apache.hadoop.fs.shell.Command.processPathInternal(Command.java:367)
at org.apache.hadoop.fs.shell.Command.processPaths(Command.java:331)
at org.apache.hadoop.fs.shell.Command.processPathArgument(Command.java:304)
at org.apache.hadoop.fs.shell.Command.processArgument(Command.java:286)
at org.apache.hadoop.fs.shell.Command.processArguments(Command.java:270)
at org.apache.hadoop.fs.shell.FsCommand.processRawArguments(FsCommand.java:120)
at org.apache.hadoop.fs.shell.Command.run(Command.java:177)
at org.apache.hadoop.fs.FsShell.run(FsShell.java:328)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
at org.apache.hadoop.fs.FsShell.main(FsShell.java:391)
18/10/24 08:39:37 INFO conf.Configuration: Removed undeclared tags:
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org