Project

General

Profile

« Previous | Next » 

Revision 37109

Added by Marek Horst about 9 years ago

merging trunk changes with IIS-CDH-5.3.0 branch

View differences:

workflow.xml
23 23
            <arg>-C{merged_metadata,
24 24
				eu.dnetlib.iis.transformers.metadatamerger.schemas.ExtractedDocumentMetadataMergedWithOriginal,
25 25
				eu/dnetlib/iis/transformers/documentsclassification/sampledataproducer/data/merged_metadata.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>-Omerged_metadata=${workingDir}/producer/merged_metadata</arg>
30 28
        </java>
31 29
        <ok to="transformer_documentsclassification"/>
......
85 83
			<arg>-C{document_metadata,
86 84
				eu.dnetlib.iis.documentsclassification.schemas.DocumentMetadata,
87 85
				eu/dnetlib/iis/transformers/documentsclassification/sampledataproducer/data/abstract_metadata.json}</arg>
88
			<!-- All input and output ports have to be bound to paths in HDFS, working 
89
				directory has to be specified as well -->
90
			<arg>-SworkingDir=${workingDir}/consumer/working_dir</arg>
86
			<!-- All input and output ports have to be bound to paths in HDFS -->
91 87
			<arg>-Idocument_metadata=${workingDir}/transformer_documentsclassification/document_metadata</arg>
92 88
		</java>
93 89
		<ok to="end" />

Also available in: Unified diff