hadoop: filesystem cannot create file
issues: https://github.com/chrislusf/seaweedfs/issues/1494
This commit is contained in:
@@ -202,6 +202,8 @@ public class SeaweedFileSystemStore {
|
|||||||
.clearGroupName()
|
.clearGroupName()
|
||||||
.addAllGroupName(Arrays.asList(userGroupInformation.getGroupNames()))
|
.addAllGroupName(Arrays.asList(userGroupInformation.getGroupNames()))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
filerClient.createEntry(getParentDirectory(path), entry.build());
|
||||||
}
|
}
|
||||||
|
|
||||||
return new SeaweedOutputStream(filerGrpcClient, path, entry, writePosition, bufferSize, replication);
|
return new SeaweedOutputStream(filerGrpcClient, path, entry, writePosition, bufferSize, replication);
|
||||||
|
|||||||
Reference in New Issue
Block a user