mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue