[graph provision] start the payload construction phase from a copy of the joined entities

This commit is contained in:
Claudio Atzori 2024-05-16 11:16:48 +02:00
parent 92f018d196
commit 5a4e812dfb
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>${workingDir}/join_entities</arg>
<arg>--inputPath</arg><arg>/user/claudio.atzori/data/beta_provision/join_entities</arg>
<arg>--outputPath</arg><arg>${workingDir}/xml_json</arg>
<arg>--validateXML</arg><arg>${validateXML}</arg>
<arg>--contextApiBaseUrl</arg><arg>${contextApiBaseUrl}</arg>