[jira] [Created] (HIVE-26799) Make authorizations on custom UDFs involved in tables/view configurable.

2022-11-30 Thread Sai Hemanth Gantasala (Jira)
Sai Hemanth Gantasala created HIVE-26799: Summary: Make authorizations on custom UDFs involved in tables/view configurable. Key: HIVE-26799 URL: https://issues.apache.org/jira/browse/HIVE-26799

[jira] [Created] (HIVE-26798) Revert HIVE-26763

2022-11-30 Thread Zsolt Miskolczi (Jira)
Zsolt Miskolczi created HIVE-26798: -- Summary: Revert HIVE-26763 Key: HIVE-26798 URL: https://issues.apache.org/jira/browse/HIVE-26798 Project: Hive Issue Type: Bug Components: Test

[jira] [Created] (HIVE-26797) Tests are excluded after Zookeeper and curator upgrade

2022-11-30 Thread Zsolt Miskolczi (Jira)
Zsolt Miskolczi created HIVE-26797: -- Summary: Tests are excluded after Zookeeper and curator upgrade Key: HIVE-26797 URL: https://issues.apache.org/jira/browse/HIVE-26797 Project: Hive Issue

[jira] [Created] (HIVE-26796) All tests in hive-unit module are skipped silently

2022-11-30 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created HIVE-26796: -- Summary: All tests in hive-unit module are skipped silently Key: HIVE-26796 URL: https://issues.apache.org/jira/browse/HIVE-26796 Project: Hive I

[jira] [Created] (HIVE-26795) Iceberg integration: clean up temporary files in case of statement cancel

2022-11-30 Thread Krisztian Kasa (Jira)
Krisztian Kasa created HIVE-26795: - Summary: Iceberg integration: clean up temporary files in case of statement cancel Key: HIVE-26795 URL: https://issues.apache.org/jira/browse/HIVE-26795 Project: Hi

[jira] [Created] (HIVE-26794) Explore changing TxnHandler#connPoolMutex to NoPoolConnectionPool

2022-11-30 Thread Zhihua Deng (Jira)
Zhihua Deng created HIVE-26794: -- Summary: Explore changing TxnHandler#connPoolMutex to NoPoolConnectionPool Key: HIVE-26794 URL: https://issues.apache.org/jira/browse/HIVE-26794 Project: Hive I

Re: [Help] How to create a new table when automatically generating schema?

2022-11-30 Thread Jiajun Xie
Hi, Alessandro Thanks for your response. I have implemented my feature by manually creating a schema. But I can't run the schematool because I want to use the new schema in the unit test that belongs to another project. In the unit test, I use hadoop-mini-clusters-hivemetastore to initialize my

Re: [Help] How to create a new table when automatically generating schema?

2022-11-30 Thread Alessandro Solimando
Hi Jiajun, how are you running the schematool? "schematool -verbose -dbType derby -initSchema" <-- are you maybe missing the "-initSchema" bit? Can you provide the exact list of commands you are using? I am not very familiar with Hive 1.x, but maybe we can get it working. Best regards, Alessand

[jira] [Created] (HIVE-26793) Create a new configuration to override "no compaction" for tables

2022-11-30 Thread Kokila N (Jira)
Kokila N created HIVE-26793: --- Summary: Create a new configuration to override "no compaction" for tables Key: HIVE-26793 URL: https://issues.apache.org/jira/browse/HIVE-26793 Project: Hive Issue T

[Help] How to create a new table when automatically generating schema?

2022-11-30 Thread Jiajun Xie
Hello~ I need to create a new table in the metastore. I tried to update `metastore/src/model/package.jdo` and `metastore/scripts/upgrade/derby/hive-schema-1.2.0.derby.sql`. (My feature is based on branch-1.2) Then I set `datanucleus.schema.autoCreateTables`, `datanucleus.schema.generateDatab