sourcePath the source path outputPath the output path communities the communities whose products should be dumped sparkDriverMemory memory for driver process sparkExecutorMemory memory for individual executor sparkExecutorCores number of cores used by single executor oozieActionShareLibForSpark2 oozie action sharelib for spark 2.* spark2ExtraListeners com.cloudera.spark.lineage.NavigatorAppListener spark 2.* extra listeners classname spark2SqlQueryExecutionListeners com.cloudera.spark.lineage.NavigatorQueryListener spark 2.* sql query execution listeners classname spark2YarnHistoryServerAddress spark 2.* yarn history server address spark2EventLogDir spark 2.* event log dir location ${jobTracker} ${nameNode} mapreduce.job.queuename ${queueName} oozie.launcher.mapred.job.queue.name ${oozieLauncherQueueName} oozie.action.sharelib.for.spark ${oozieActionShareLibForSpark2} yarn cluster select results ids connected to communities and dump relation eu.dnetlib.dhp.oa.graph.dump.serafeim.SparkSelectResultsAndDumpRelations dump-${projectVersion}.jar --executor-memory=10G --executor-cores=3 --driver-memory=10G --conf spark.extraListeners=${spark2ExtraListeners} --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners} --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress} --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir} --conf spark.sql.warehouse.dir=${sparkSqlWarehouseDir} --conf spark.sql.shuffle.partitions=3840 --sourcePath${sourcePath} --workingPath${workingDir} --outputPath${outputPath} --communities${communities} Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]