-
### What would you like to be improved?
After enabling authorization, the error message on the front end is not clear, the real message is
```text
Failed to operate catalog(s) [test] operation [CR…
-
### Version
0.6.0
### Describe what's wrong
1. failed to execute: hadoop fs -rm gvfs://fileset/catalog/schema/hdfs_fileset_1/jstack-21727
2. The Hadoop rm command is translated into a mv …
-
### Describe the feature
I can understand why gravitino store metalake and catalogs,but i cant understand why gravitino store schema and table propertites。because I don‘t find any place useing it ou…
-
### Version
main branch
### Describe what's wrong
I want to use federation query using hive metastore stored in 2 hadoop clusters.
So we added two hive catalogues to metalake.
There is a diff…
-
### What would you like to be improved?
Have a command to display audit information for Metalakes.
### How should we improve?
This can be done by:
- Adding a new CLI command to display audit…
-
### Version
main branch
### Describe what's wrong
I can alter doris table property by SQL
```
mysql> ALTER TABLE test_aggregate SET ("in_memory" = "true");
Query OK, 0 rows affected (0.02 sec)
…
-
### What would you like to be improved?
Now that audit info is displayed on metalakes, display audit info for other entities.
### How should we improve?
See above.
-
### Describe the subtask
```
"code": 1002,
"type": "RuntimeException",
"message": "Failed to operate object [role1] operation [CREATE] under [metalake_demo], reason [Ranger API org.a…
jerqi updated
3 weeks ago
-
### Describe the subtask
Since we add disable/enable metalake/catalog API in server, we should also add the button to Web UI
### Parent issue
#5031
-
### Version
main branch
### Describe what's wrong
we can modify the `testDropCatalog()` in `CatalogIT` class to describe the problem:
```java
@Test
public void testDropCatalog() {
String …