diff --git a/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/job.properties b/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/job.properties
index 8dd0689a3..114181944 100644
--- a/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/job.properties
+++ b/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/job.properties
@@ -1,8 +1,6 @@
# hive
hiveDbName=openaire_prod_20230914
-sparkSqlWarehouseDir=/user/hive/warehouse
-
# input/output files
softwareCodeRepositoryURLs=${workingDir}/1_code_repo_urls.csv
lastVisitsPath=${workingDir}/2_last_visits.seq
diff --git a/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/config-default.xml b/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/config-default.xml
index 7873d595e..3e45a53fa 100644
--- a/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/config-default.xml
+++ b/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/config-default.xml
@@ -47,4 +47,8 @@
oozie.launcher.mapreduce.user.classpath.first
true
+
+ sparkSqlWarehouseDir
+ /user/hive/warehouse
+
\ No newline at end of file
diff --git a/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/workflow.xml b/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/workflow.xml
index e0763414f..e29e5b43d 100644
--- a/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/workflow.xml
@@ -18,6 +18,14 @@
archiveRequestsPath
The path in the HDFS to save the responses of the archive requests
+
+ actionsetsPath
+ The path in the HDFS to save the action sets
+
+
+ graphPath
+ The path in the HDFS to the base folder of the graph
+
maxNumberOfRetry
Max number of retries for failed API calls
@@ -30,6 +38,10 @@
requestDelay
Delay between API requests (in ms)
+
+ softwareLimit
+ Limit on the number of repo URLs to use (Optional); for debug purposes
+
resume
Variable that indicates the step to start from