TOSIT-IO / tdp-collection

Ansible collection to deploy the components of TDP
Apache License 2.0
21 stars 19 forks source link

missing hive warehouse property #783

Open GuillaumeHold opened 1 year ago

GuillaumeHold commented 1 year ago

The property hive.metastore.warehouse.dir is missing in the hive-site.xml of the hive-server2 . This property can default to /user/hive/warehouse, causing permission issues.

It should be set to /warehouse/tablespace/managed/hive .

Pierrotws commented 1 year ago

We first need to confirm why this property is accessed, potentially wrong local mode in use instead of remote mode (that would explain why hiveserver2 is honoring this property)

KaidoKopli commented 11 months ago

We are happy to help confirming but we need a little bit guidance on how to do it.