Project

General

Profile

« Previous | Next » 

Revision 35701

Added by Mateusz Kobos about 9 years ago

Removing usage of working_dir from Java workflow node.

View differences:

workflow.xml
26 26
            <arg>-C{id_mapping,
27 27
				eu.dnetlib.iis.common.schemas.IdentifierMapping,
28 28
				eu/dnetlib/iis/transformers/idreplacer/replacer_2_fields/data/id_mapping.json}</arg>
29
			<!-- All input and output ports have to be bound to paths in HDFS, working 
30
				directory has to be specified as well -->
31
            <arg>-SworkingDir=${workingDir}/producer/working_dir</arg>
29
			<!-- All input and output ports have to be bound to paths in HDFS -->
32 30
            <arg>-Omain=${workingDir}/producer/main</arg>
33 31
            <arg>-Oid_mapping=${workingDir}/producer/id_mapping</arg>
34 32
        </java>
......
105 103
			<arg>-C{output,
106 104
                eu.dnetlib.iis.citationmatching.schemas.Citation,
107 105
				eu/dnetlib/iis/transformers/idreplacer/replacer_2_fields/data/output.json}</arg>
108
    		<!-- All input and output ports have to be bound to paths in HDFS, working 
109
				directory has to be specified as well -->
110
			<arg>-SworkingDir=${workingDir}/consumer/working_dir</arg>
106
    		<!-- All input and output ports have to be bound to paths in HDFS -->
111 107
			<arg>-Ioutput=${workingDir}/collapser_idreplacer/output</arg>
112 108
		</java>
113 109
		<ok to="end" />

Also available in: Unified diff