XiaoZ
XiaoZ
@mchades Done.
> @xiaozcy can you please leave a message here, so I can assign the issue to you. Sure.
> Can you describe in detail the relationship between assignments and capability? In `TableNormalizeDispatcher`, we use `applyCapabilities(partitions, capability)` to wrap partition info passed by request. If we don't assign partitions...
Sure, I'll fix it later.
@jerryshao, sorry for the late reply, I have already upgraded the version of hadoop and done some abstraction of the IT, and I'm still working on managing some S3-related configurations...
To make fileset works on s3, we may have to add configurations like `fs.s3a.access.key` and `fs.s3a.secret.key` to hadoop conf. I'm not sure whether we should add an another authentication type,...
@yuqi1129, could you help review this again?
https://github.com/apache/gravitino/blob/13f3b3f3118e2a7f8b63aa324e11c688159f4633/catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/SecureHadoopCatalogOperations.java#L92-L94 I wonder why the passed value to hadoop conf is `null` in places like this. In this way, we can not pass some configurations in schema/fileset level. Should we...
> > https://github.com/apache/gravitino/blob/13f3b3f3118e2a7f8b63aa324e11c688159f4633/catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/SecureHadoopCatalogOperations.java#L92-L94 > > > > I wonder why the passed value to hadoop conf is `null` in places like this. In this way, we can not pass some...
> > Hi @xiaozcy thanks a lot for your work. I think most of us are debating on how to make a meaningful property. Well, this indeed is a problem...