[graph provision] fixed path pointing to an intermediate data store in the working directory

This commit is contained in:
Claudio Atzori 2024-05-15 15:39:18 +02:00
parent 0611c81a2f
commit 92f018d196
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@
--conf spark.sql.shuffle.partitions=3840
--conf spark.network.timeout=${sparkNetworkTimeout}
</spark-opts>
<arg>--inputPath</arg><arg>/user/claudio.atzori/data/beta_provision/join_entities</arg>
<arg>--inputPath</arg><arg>${workingDir}/join_entities</arg>
<arg>--outputPath</arg><arg>${workingDir}/xml_json</arg>
<arg>--validateXML</arg><arg>${validateXML}</arg>
<arg>--contextApiBaseUrl</arg><arg>${contextApiBaseUrl}</arg>