Regarding hive.server2.async.exec.threads config default value

2025-06-18 Thread Dayakar Morem
Hi All, Currently we have *100* as the default value for hive.server2.async.exec.threads and hive.server2.async.exec.wait.queue.size

Re: missing Tez jars?

2025-06-18 Thread Denys Kuzmenko
Hi Vlad, Yes, you should. Please check the https://github.com/apache/hive/blob/b3038e7649c3b1e3727126621e0155e07929c81d/packaging/src/docker/Dockerfile#L29 Regards, Denys

Re: Hive view security

2025-06-18 Thread Shohei Okumiya
Hi, DISCLAIMER: Ryu is a colleague of mine. We recently discovered that many RDBMSs support two security modes, DEFINER and INVOKER, when creating a view. We suppose it is pretty helpful for our customers. - https://www.postgresql.org/docs/current/sql-createview.html - https://dev.mysql.com/doc/