Project

General

Profile

« Previous | Next » 

Revision 48805

Added by Eri Katsari almost 7 years ago

Final update- fixed distance algs, added props un wf

View differences:

workflow.xml
17 17
        </configuration>
18 18
    </global>
19 19

  
20
    <start to='linkage'/>
20
    <start to='build'/>
21 21
    <action name="preProcessing">
22 22
        <map-reduce>
23 23
            <configuration>
......
63 63

  
64 64
                    <name>mapred.input.dir.formats</name>
65 65
                    <value>
66
                        ${nameNode}${sourceInput};org.apache.hadoop.mapreduce.lib.input.TextInputFormat,${nameNode}${targetInput};org.apache.hadoop.mapreduce.lib.input.TextInputFormat
66
                        ${nameNode}${sourceInput};org.apache.hadoop.mapreduce.lib.input.TextInputFormat,${nameNode}${targetInput};eu.dnetlib.data.mapreduce.hbase.lodExport.preprocessing.XmlInputFormat
67

  
67 68
                    </value>
68 69
                </property>
69 70

  
......
255 256
                </property>
256 257

  
257 258

  
259
                <property>
260
                    <name>lod.createCompositekey</name>
261
                    <value>${lod_createCompositekey}</value>
262
                </property>
263

  
264
                <property>
265
                    <name>lod.createCompositekey</name>
266
                    <value>${lod_createCompositekey}</value>
267
                </property>
268

  
269

  
258 270
                <!-- ## Workflow node parameters -->
259 271
                <property>
260 272
                    <name>mapred.reduce.tasks</name>
......
644 656
                </property>
645 657

  
646 658

  
659
                <property>
660
                    <name>lod.distanceAlgorithm</name>
661
                    <value>${lod_distanceAlgorithm}</value>
662
                </property>
663
                <property>
664
                    <name>lod.similarityThreshold</name>
665
                    <value>${lod_similarityThreshold}</value>
666
                </property>
667

  
668

  
669

  
647 670
                <!-- ## Workflow node parameters -->
648 671
                <property>
649 672
                    <name>mapred.reduce.tasks</name>

Also available in: Unified diff