Project

General

Profile

« Previous | Next » 

Revision 40963

Added by Eri Katsari over 8 years ago

fixed error in json file

View differences:

modules/dnet-openaire-lodexport-wf/src/main/resources/eu/dnetlib/iis/core/javamapreduce/lodexport/oozie_app/workflow.xml
745 745
            </configuration>
746 746
        </map-reduce>
747 747

  
748
        <ok to="end"/>
748
        <ok to="finalize"/>
749 749

  
750 750
        <error to="fail"/>
751 751
    </action>
......
756 756
        <java>
757 757
            <prepare>
758 758
            </prepare>
759

  
759 760
            <configuration>
760 761
                <property>
761 762
                    <name>mapred.job.queue.name</name>
762 763
                    <value>${queueName}</value>
763 764
                </property>
764 765
            </configuration>
766

  
765 767
            <main-class>eu.dnetlib.iis.core.workflows.lodexport.Finalize</main-class>
766
            <arg>${lod_conLine}</arg>
768

  
769
          <!--  <arg>${lod_conLine}</arg>
767 770
            <arg>${lod_username"}</arg>
768 771
            <arg>${lod_password}</arg>
769 772
            <arg>${lod_minCpart}</arg>
770 773
            <arg>${lod_maxCpart}</arg>
771 774
            <arg>${lod_part}</arg>
772
            <arg>${lod_relationsGraph}</arg>
775
            <arg>${lod_relationsGraph}</arg>-->
773 776
        </java>
774 777
        <ok to="end" />
775 778

  

Also available in: Unified diff