baseInputPath the path of the BASE dump baseDataPath the path where to store BASE records baseReportsPath path where to store the reports baseReimportFlag flag to re-import the records from dump Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}] yarn cluster AnalyzeBaseRecords eu.dnetlib.dhp.collection.plugin.base.BaseAnalyzerJob dhp-aggregation-${projectVersion}.jar --executor-cores=${sparkExecutorCores} --executor-memory=${sparkExecutorMemory} --driver-memory=${sparkDriverMemory} --conf spark.extraListeners=${spark2ExtraListeners} --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners} --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress} --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir} --conf spark.sql.shuffle.partitions=3840 --inputPath${baseInputPath} --dataPath${baseDataPath} --outputPath${baseReportsPath} --reimport${baseReimportFlag}