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
23 23
			<arg>-C{input,
24 24
				eu.dnetlib.iis.collapsers.schemas.DocumentTextEnvelope,
25 25
				eu/dnetlib/iis/collapsers/origins_collapser/documenttext/data/texts.json}</arg>
26
			<!-- All input and output ports have to be bound to paths in HDFS, working 
27
				directory has to be specified as well -->
28
            <arg>-SworkingDir=${workingDir}/producer/working_dir</arg>
26
			<!-- All input and output ports have to be bound to paths in HDFS -->
29 27
            <arg>-Oinput=${workingDir}/producer/input</arg>
30 28
        </java>
31 29
        <ok to="origins_collapser"/>
......
105 103
			<arg>-C{output,
106 104
				eu.dnetlib.iis.metadataextraction.schemas.DocumentText,
107 105
				eu/dnetlib/iis/collapsers/origins_collapser/documenttext/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}/origins_collapser/output</arg>
112 108
		</java>
113 109
		<ok to="end" />

Also available in: Unified diff