You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Ethan Rose (Jira)" <ji...@apache.org> on 2021/10/20 20:34:11 UTC

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

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

Ethan Rose updated HDDS-729:
----------------------------
    Target Version/s: 1.3.0  (was: 1.2.0)

I am managing the 1.2.0 release and we currently have more than 600 issues targeted for 1.2.0. I am moving the target field to 1.3.0.

If you are actively working on this jira and believe this should be targeted for the 1.2.0 release, Please reach out to me via Apache email or Slack.

> OzoneFileSystem doesn't support modifyAclEntries
> ------------------------------------------------
>
>                 Key: HDDS-729
>                 URL: https://issues.apache.org/jira/browse/HDDS-729
>             Project: Apache Ozone
>          Issue Type: Bug
>          Components: Ozone Filesystem
>    Affects Versions: 0.3.0
>            Reporter: Soumitra Sulav
>            Assignee: István 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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org