Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When I created the file using the following API, I found that the user setting did not take effect.
// FileSystem fs = FileSystem.get(URI.create("o3fs://bucket.hadoop/test1.log"), conf,"zmc"); FSDataOutputStream fsOut = fs.create(new Path(dst), true); fsOut.writeBytes("hello word!");
I also find out who the current system user is and who the owner of the file is:
Is this a bug?