mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 06:30:07 +08:00
hadoop: filesystem cannot create file
issues: https://github.com/chrislusf/seaweedfs/issues/1494
This commit is contained in:
parent
402aef8f30
commit
95bfec4931
@ -202,6 +202,8 @@ public class SeaweedFileSystemStore {
|
||||
.clearGroupName()
|
||||
.addAllGroupName(Arrays.asList(userGroupInformation.getGroupNames()))
|
||||
);
|
||||
|
||||
filerClient.createEntry(getParentDirectory(path), entry.build());
|
||||
}
|
||||
|
||||
return new SeaweedOutputStream(filerGrpcClient, path, entry, writePosition, bufferSize, replication);
|
||||
|
Loading…
Reference in New Issue
Block a user