[enrichment] passing the community API base URL

This commit is contained in:
Claudio Atzori 2023-12-07 14:07:11 +01:00
parent 336fb31d87
commit c381bacee0
1 changed files with 5 additions and 2 deletions

View File

@ -4,11 +4,14 @@
<name>sourcePath</name>
<description>the source path</description>
</property>
<property>
<name>outputPath</name>
<description>the output path</description>
</property>
<property>
<name>baseURL</name>
<description>the community API base URL</description>
</property>
</parameters>
<global>
@ -104,7 +107,7 @@
</spark-opts>
<arg>--sourcePath</arg><arg>${sourcePath}/relation</arg>
<arg>--outputPath</arg><arg>${workingDir}/preparedInfo/resultCommunityList</arg>
<arg>--production</arg><arg>${production}</arg>
<arg>--baseURL</arg><arg>${baseURL}</arg>
</spark>
<ok to="exec-propagation"/>
<error to="Kill"/>