reuseContent false should import content from the aggregator or reuse a previous version workingPath the working dir base path targetXMLPath the graph Raw base path targetEntityPath the graph Raw base path format the postgres URL to access to the database layout the user postgres interpretation the password postgres dbhost mongoDB url, example: mongodb://[username:password@]host[:port] dbName mongo database entity the entity type ${wf:conf('reuseContent') eq false} ${wf:conf('reuseContent') eq true} Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}] ${jobTracker} ${nameNode} eu.dnetlib.dhp.sx.graph.ImportDataFromMongo -t${targetXMLPath} -n${nameNode} -h${dbhost} -p27017 -dn${dbName} -f${format} -l${layout} -i${interpretation} ${jobTracker} ${nameNode} yarn-cluster cluster Import ${entity} and related entities eu.dnetlib.dhp.sx.graph.SparkScholexplorerGraphImporter dhp-graph-mapper-${projectVersion}.jar --executor-memory ${sparkExecutorMemory} --driver-memory=${sparkDriverMemory} ${sparkExtraOPT} -mt yarn-cluster --sourcePath${targetXMLPath} --targetPath${targetEntityPath} --entity${entity}