Member since
07-18-2024
2
Posts
0
Kudos Received
0
Solutions
04-03-2025
01:55 AM
@JoseManuel Thank you for the suggestion. I have added the Hive on Tez roles to all NODEMANAGER nodes, but unfortunately, the issue persists. The Spark3 action is still failing.
... View more
04-02-2025
01:57 AM
I have a similar issue, but specifically with Spark 3 jobs launched via Oozie. In my case, the Spark 3 job is unable to find the hive-site.xml file, whereas I don’t encounter this problem when running queries via Hive on Tez or directly using spark3-shell. The only way I’ve found to resolve this is by explicitly adding the following configuration in the Oozie workflow: --files /etc/hive/conf/hive-site.xml
... View more