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{document,
27 27
                eu.dnetlib.iis.core.examples.schemas.documentandauthor.Document,
28 28
                eu/dnetlib/iis/core/examples/data/document.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>-Operson=${workingDir}/producer/person</arg>
33 31
            <arg>-Odocument=${workingDir}/producer/document</arg>
34 32
        </java>
......
99 97
            <arg>-C{person_with_documents,
100 98
				eu.dnetlib.iis.core.examples.schemas.documentandauthor.personwithdocuments.PersonWithDocuments,
101 99
				eu/dnetlib/iis/core/examples/data/person_with_documents.json}</arg>
102
			<!-- All input and output ports have to be bound to paths in HDFS, working 
103
				directory has to be specified as well -->
104
			<arg>-SworkingDir=${workingDir}/consumer/working_dir</arg>
100
			<!-- All input and output ports have to be bound to paths in HDFS -->
105 101
			<arg>-Iperson_age=${workingDir}/joiner/person_age</arg>
106 102
            <arg>-Idocument_with_authors=${workingDir}/joiner/document_with_authors</arg>
107 103
            <arg>-Iperson_with_documents=${workingDir}/joiner/person_with_documents</arg>

Also available in: Unified diff