-
Notifications
You must be signed in to change notification settings - Fork 940
[Bug] Iceberg ranger test case compatible error #7070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@bowenliang123 @pan3793 @yaooqinn please check this issue, i cannot resolve it. |
Is hive catalog OK to use for this case? |
I think it should be ok,but the derby(memory or file) will has some compatible errors. |
Let's give it a try? |
org.apache.iceberg.hive.RuntimeMetaException: Failed to connect to Hive Metastore This is the hive error |
This Derby means you try to initiate 2 db instances in the same directory, it can be fixed in many ways |
I think you are right,but i have tried many ways,always report error |
Iceberg has a pool for the Hive client, disabling it might help. |
sorry, i'm not good at derby, i cannot find the root case, there has a pr #7071 , i remove the hadoop type conf, you could see the error report |
Hi team @davidyuan1223 @yaooqinn @pan3793, I hope you're all doing well. Any updates on this issue? |
Sorry. I'm busy recently. Maybe next month try to resolve it? |
Hi @pan3793 @yaooqinn @davidyuan1223 , I observed that Iceberg-HadoopCatalog does not fully support Iceberg syntax, such as RENAME TABLE and CREATE VIEW. However, I attempted to switch to Iceberg-HiveCatalog (embedded Derby), but encountered a known issue: apache/iceberg#7847 (comment) |
Code of Conduct
Search before asking
Describe the bug
Currently iceberg ranger test use hadoop type catalog to test the permission, but the hadoop type has some compatible questions with alter table rename command and create view command
test case
Affects Version(s)
master
Kyuubi Server Log Output
Kyuubi Engine Log Output
Kyuubi Server Configurations
Kyuubi Engine Configurations
Additional context
remove the hadoop
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: