diff --git a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/import_orcid_no_doi/oozie_app/workflow.xml b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/import_orcid_no_doi/oozie_app/workflow.xml new file mode 100644 index 000000000..becdf0974 --- /dev/null +++ b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/import_orcid_no_doi/oozie_app/workflow.xml @@ -0,0 +1,42 @@ + + + + inputPath + /data/orcid_activities_2020/no_doi_dataset + path where retrieve the already generated action set + + + outputPath + /data/orcid_activities_2020/test_import_orcid_no_doi + path where to store the action set + + + + + ${jobTracker} + ${nameNode} + + + oozie.action.sharelib.for.spark + ${oozieActionShareLibForSpark2} + + + + + + + + Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}] + + + + + ${inputPath}/* + ${outputPath} + + + + + + + \ No newline at end of file