Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-1035

[oozie] Support all Streaming action options

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: 2.1.0
    • Fix Version/s: None
    • Component/s: con.oozie
    • Labels:
      None

      Description

          <xs:complexType name="MAP-REDUCE">
              <xs:sequence>
                  <xs:element name="job-tracker" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="name-node" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="prepare" type="workflow:PREPARE" minOccurs="0" maxOccurs="1"/>
                  <xs:choice minOccurs="0" maxOccurs="1">
                      <xs:element name="streaming" type="workflow:STREAMING" minOccurs="0" maxOccurs="1"/>
                      <xs:element name="pipes" type="workflow:PIPES" minOccurs="0" maxOccurs="1"/>
                  </xs:choice>
                  <xs:element name="job-xml" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
                  <xs:element name="configuration" type="workflow:CONFIGURATION" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="file" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
                  <xs:element name="archive" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
          </xs:complexType>
      
          <xs:complexType name="STREAMING">
              <xs:sequence>
                  <xs:element name="mapper" type="xs:string" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="reducer" type="xs:string" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="record-reader" type="xs:string" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="record-reader-mapping" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
                  <xs:element name="env" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
          </xs:complexType>
      

        Attachments

          Activity

            People

            • Assignee:
              romain Romain Rigaux
              Reporter:
              romain Romain Rigaux
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: