Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-729

OzoneFileSystem doesn't support modifyAclEntries

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.3.0
    • None
    • Ozone Filesystem

    Description

      Hive service while starting does modifyAcl operation and as the same isn't supported it fails to start.

      hdfs dfs -setfacl -m default:user:hive:rwx /warehouse/tablespace/external/hive

      Exception encountered :

      [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:
      

      Attachments

        Activity

          People

            pifta István Fajth
            ssulav Soumitra Sulav
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: