targetPath the path to store the original ORCID dump apiURL The figshare API URL to retrieve the list file to download Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}] oozie.launcher.mapreduce.user.classpath.first true eu.dnetlib.dhp.collection.orcid.DownloadORCIDDumpApplication --namenode${nameNode} --targetPath${targetPath} --apiURL${apiURL} oozie.launcher.mapreduce.user.classpath.first true eu.dnetlib.dhp.collection.orcid.ExtractORCIDDump -Xmx6g --namenode${nameNode} --sourcePath${targetPath} --targetPath${targetPath}/extracted yarn cluster Generate ORCID Tables eu.dnetlib.dhp.collection.orcid.SparkGenerateORCIDTable 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} --sourcePath${targetPath}/extracted --targetPath${targetPath}/tables --masteryarn