Member since
03-23-2021
5
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
31874 | 03-31-2021 02:37 AM |
03-31-2021
02:37 AM
1 Kudo
Ok, we found the very stupid issue. This specific job running as standalone was passing the "hive-site.xml" as file to the spark-submit, whereas all other jobs run under Oozie and make use of a generic spark-submit that doesnt pass the "hive-site.xml" file. This file specifies /tmp/hive as default directory to dump temporary resources and it came out that our user still has issues with that folder, issues that are being investigated. The workaround so far is to not pass the hive-site.xml file, so the default directory is instead /tmp, where we can happily live without issues. All in all, it was a stupid "mistake" that let us know about other issues with out current system. Cheers and thanks to all for the support!
... View more