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
19 19
            <arg>eu.dnetlib.iis.core.examples.java.TextDataProducer</arg>
20 20
            <!-- All input and output ports have to be bound to paths in 
21 21
            HDFS, working directory has to be specified as well -->
22
            <arg>-SworkingDir=${workingDir}/producer/working_dir</arg>
23 22
            <arg>-Operson=${workingDir}/producer/person.csv</arg>
24 23
            <arg>-Odocument=${workingDir}/producer/doc.csv</arg>
25 24
        </java>
......
45 44
            <arg>eu.dnetlib.iis.core.examples.java.LineByLineCopier</arg>
46 45
            <!-- All input and output ports have to be bound to paths in 
47 46
            HDFS, working directory has to be specified as well -->
48
            <arg>-SworkingDir=${workingDir}/copier/working_dir</arg>
49 47
            <arg>-Iperson=${workingDir}/producer/person.csv</arg>
50 48
            <arg>-Idocument=${workingDir}/producer/doc.csv</arg>
51 49
            <arg>-Operson_copy=${workingDir}/copier/person_copy.csv</arg>

Also available in: Unified diff