mdstoreInputPath the path of the native MDStore mdstoreOutputPath the path of the cleaned mdstore transformationRuleTitle The transformation Rule to apply transformationPlugin The transformation Plugin dateOfTransformation The timestamp of the transformation date Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}] yarn cluster Transform MetadataStore eu.dnetlib.dhp.transformation.TransformSparkJobNode dhp-aggregations-${projectVersion}.jar --executor-memory=${sparkExecutorMemory} --executor-cores=${sparkExecutorCores} --driver-memory=${sparkDriverMemory} --conf spark.extraListeners=${spark2ExtraListeners} --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners} --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress} --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir} --mdstoreInputPath${mdstoreInputPath} --mdstoreOutputPath${mdstoreOutputPath} --dateOfTransformation${dateOfTransformation} --transformationPlugin${transformationPlugin} --transformationRuleTitle${transformationRuleTitle}