You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Istvan Fajth (Jira)" <ji...@apache.org> on 2020/06/02 08:38:00 UTC

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

     [ https://issues.apache.org/jira/browse/HDDS-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Fajth reassigned HDDS-729:
---------------------------------

    Assignee: Istvan Fajth

> 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
>            Assignee: Istvan Fajth
>            Priority: Major
>              Labels: TriagePending
>
> 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
(v8.3.4#803005)

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