Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-332

Oozie execution order is wrongly mapped in Falcon for LAST_ONLY

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.5
    • 0.5
    • client

    Description

      Falcon process.xsd has restriction for execution order:

         
       <xs:simpleType name="execution-type">
              <xs:restriction base="xs:string">
                  <xs:enumeration value="FIFO"/>
                  <xs:enumeration value="LIFO"/>
                  <xs:enumeration value="ONLYLAST"/>
              </xs:restriction>
          </xs:simpleType>
      

      where as the actual value required is LAST_ONLY

      Otherwise oozie throws exception:

      2014-03-03 13:41:17,912  WARN CoordSubmitXCommand:542 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0012670-140302130514548-oozie-oozi-B] ACTION[-] ERROR:  
      java.lang.IllegalArgumentException: No enum const class org.apache.oozie.client.CoordinatorJob$Execution.ONLYLAST
              at java.lang.Enum.valueOf(Enum.java:196)
              at org.apache.oozie.client.CoordinatorJob$Execution.valueOf(CoordinatorJob.java:31)
              at org.apache.oozie.command.coord.CoordSubmitXCommand.resolveInitial(CoordSubmitXCommand.java:711)
              at org.apache.oozie.command.coord.CoordSubmitXCommand.basicResolveAndIncludeDS(CoordSubmitXCommand.java:557)
              at org.apache.oozie.command.coord.CoordSubmitXCommand.submit(CoordSubmitXCommand.java:225)
              at org.apache.oozie.command.SubmitTransitionXCommand.execute(SubmitTransitionXCommand.java:81)
              at org.apache.oozie.command.SubmitTransitionXCommand.execute(SubmitTransitionXCommand.java:29)
              at org.apache.oozie.command.XCommand.call(XCommand.java:277)
              at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175)
              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      

      Attachments

        1. FALCON-332.patch
          0.6 kB
          Shaik Idris Ali

        Activity

          People

            shaik.idris Shaik Idris Ali
            shaik.idris Shaik Idris Ali
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: