Which version of Hadoop, and are you using RawLocalFileSystem or LocalFileSystem. I see a reference to HADOOP-11347 resolving this issue in RawLocalFileSystem.
> On 03/02/2022 11:44 AM Bulldog20630405 <bulldog20630...@gmail.com> wrote: > > > we are using accumulo 1.10.x > we are using a local file system... > but we also set it in hdfs-site.xml (just in case accumulo picks it up) > and we have our umask set as 0027 in our bashrc and in our default > supervisord conf (we use supervisord to manage our services)... > note: spark respect our umask setting so they are working; just not for > accumulo > > thanx for your info; that helps us try to track down a solution > > > > > On Mon, Feb 28, 2022 at 4:56 PM Christopher <ctubb...@apache.org > mailto:ctubb...@apache.org > wrote: > > > > I don't think we're doing anything specific to set the > permissions, so > > they should respect your environment setup. Which version of > > Accumulo > > are you using? And, are you referring to permissions in HDFS, a > > local > > filesystem implementation of DFS, or something else? > > > > If you're referring to files created on HDFS, are you following the > > instructions on > > > > https://hadoop.apache.org/docs/r3.1.1/hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html > > to configure HDFS? > > > > On Mon, Feb 28, 2022 at 10:12 AM Bulldog20630405 > > <bulldog20630...@gmail.com mailto:bulldog20630...@gmail.com > wrote: > > > > > > > > > we have set our user umask to 0027; however, the "accumulo data" > > table directories get written as 755 and rfiles as 644 > > > > > > how to you configure acucmulo so it will create data and write > > rfiles with a specific permissions? > > > we want our accumulo to write as 750/640 > > > > > > > > > > >