- Fix the "NoSuchFieldError", caused by library-conflicts, by introducing the "oozie.libpath" property in "workflow.xml".

- Fix the value of the "outputPath" property, in "workflow.xml".
This commit is contained in:
Lampros Smyrnaios 2024-01-18 15:46:27 +02:00
parent 23ec57c670
commit 00644ef487
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</property>
<property>
<name>outputPath</name>
<value>/home/lsmyrnaios/continuous_validation/output</value>
<value>/user/lsmyrnaios/continuous_validator/output</value>
<description>the path of the output-directory where the result-json-files will be stored</description>
</property>
<property>
@ -53,6 +53,10 @@
<value>spark2/logs</value>
<description>spark 2.* event log dir location</description>
</property>
<property>
<name>oozie.libpath</name>
<value>${nameNode}/user/oozie/share/lib</value>
</property>
</parameters>
<global>