Re: hive running udf in metastore can't load configuration with xinclude

2023-10-05 Thread Okumin
Hi Wojtek, I've not checked but I think your hive-site.xml has ``. Does it still happen if you put all parameters directly in hive-site.xml? If that resolves the issue, do you have a reason to use `include`? https://github.com/apache/hadoop/blob/57100bba1bfd6963294181a2521396dc30c295f7/hadoop-comm

hive running udf in metastore can't load configuration with xinclude

2023-09-21 Thread Wojtek Meler
I've noticed strange behaviour of hive. When you run query against partitioned table like this: select * from mytable  where log_date = date_add('2023-09-10',1) limit 3  (mytable is partitioned by log_date string column) hive is trying to evaluate date_add inside metastore and throws except