magBasePath The base path of MAG DUMP CSV Tables mdstorePath The base path of MAG DUMP CSV Tables workingPath The working path resume_from generateOAF start Node Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}] ${wf:conf('resume_from') eq 'generateTable'} yarn cluster Generate MAG Table eu.dnetlib.dhp.collection.mag.SparkCreateMagDenormalizedTable dhp-aggregation-${projectVersion}.jar --executor-memory=${sparkExecutorMemory} --executor-cores=${sparkExecutorCores} --driver-memory=${sparkDriverMemory} --conf spark.executor.memoryOverhead=2g --conf spark.sql.shuffle.partitions=3000 --conf spark.extraListeners=${spark2ExtraListeners} --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners} --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress} --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir} --magBasePath${magBasePath} --workingPath${workingPath} --masteryarn yarn cluster MAG TO OAF eu.dnetlib.dhp.collection.mag.SparkMAGtoOAF dhp-aggregation-${projectVersion}.jar --executor-memory=${sparkExecutorMemory} --executor-cores=${sparkExecutorCores} --driver-memory=${sparkDriverMemory} --conf spark.executor.memoryOverhead=2g --conf spark.sql.shuffle.partitions=3000 --conf spark.extraListeners=${spark2ExtraListeners} --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners} --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress} --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir} --mdstorePath${mdstorePath} --workingPath${workingPath} --masteryarn