[dumpSubset] added the correct path to the context relations

This commit is contained in:
Miriam Baglioni 2022-12-22 13:48:15 +01:00
parent db36a9be2e
commit 4bedecaa60
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@
--conf spark.sql.warehouse.dir=${sparkSqlWarehouseDir}
</spark-opts>
<arg>--sourcePath</arg><arg>${outputPath}/dump</arg>
<arg>--contextRelationPath</arg><arg>${workingDir}/relation</arg> <!-- new relations from context -->
<arg>--contextRelationPath</arg><arg>${workingDir}/dump/relation</arg> <!-- new relations from context -->
</spark>
<ok to="dump_relation"/>