forked from D-Net/dnet-hadoop
Add separate forder for results && project actionsets
This commit is contained in:
parent
815a4ddbba
commit
614cc1089b
|
@ -556,8 +556,11 @@
|
||||||
|
|
||||||
<action name="deleteOutputPathForActionSet">
|
<action name="deleteOutputPathForActionSet">
|
||||||
<fs>
|
<fs>
|
||||||
<delete path="${actionSetOutputPath}"/>
|
<delete path="${actionSetOutputPath}/results/"/>
|
||||||
<mkdir path="${actionSetOutputPath}"/>
|
<delete path="${actionSetOutputPath}/projects/"/>
|
||||||
|
|
||||||
|
<mkdir path="${actionSetOutputPath}/results/"/>
|
||||||
|
<mkdir path="${actionSetOutputPath}/projects/"/>
|
||||||
</fs>
|
</fs>
|
||||||
<ok to="createActionSetForResults"/>
|
<ok to="createActionSetForResults"/>
|
||||||
<error to="actionset-delete-fail"/>
|
<error to="actionset-delete-fail"/>
|
||||||
|
@ -581,7 +584,7 @@
|
||||||
--conf spark.sql.warehouse.dir=${sparkSqlWarehouseDir}
|
--conf spark.sql.warehouse.dir=${sparkSqlWarehouseDir}
|
||||||
</spark-opts>
|
</spark-opts>
|
||||||
<arg>--inputPath</arg><arg>${bipScorePath}</arg>
|
<arg>--inputPath</arg><arg>${bipScorePath}</arg>
|
||||||
<arg>--outputPath</arg><arg>${actionSetOutputPath}</arg>
|
<arg>--outputPath</arg><arg>${actionSetOutputPath}/results/</arg>
|
||||||
<arg>--targetEntity</arg><arg>result</arg>
|
<arg>--targetEntity</arg><arg>result</arg>
|
||||||
</spark>
|
</spark>
|
||||||
<ok to="project-impact-indicators"/>
|
<ok to="project-impact-indicators"/>
|
||||||
|
@ -659,7 +662,7 @@
|
||||||
--conf spark.sql.warehouse.dir=${sparkSqlWarehouseDir}
|
--conf spark.sql.warehouse.dir=${sparkSqlWarehouseDir}
|
||||||
</spark-opts>
|
</spark-opts>
|
||||||
<arg>--inputPath</arg><arg>${projectImpactIndicatorsOutput}</arg>
|
<arg>--inputPath</arg><arg>${projectImpactIndicatorsOutput}</arg>
|
||||||
<arg>--outputPath</arg><arg>${actionSetOutputPath}</arg>
|
<arg>--outputPath</arg><arg>${actionSetOutputPath}/projects/</arg>
|
||||||
<arg>--targetEntity</arg><arg>project</arg>
|
<arg>--targetEntity</arg><arg>project</arg>
|
||||||
</spark>
|
</spark>
|
||||||
<ok to="end"/>
|
<ok to="end"/>
|
||||||
|
|
Loading…
Reference in New Issue