Uploaded image for project: 'Kite SDK (READ-ONLY)'
  1. Kite SDK (READ-ONLY)
  2. KITE-295

Default generated workflow to use the same namenode and job tracker as Oozie

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 0.10.1
    • Fix Version/s: 0.11.0
    • Component/s: Maven Module
    • Labels:
      None

      Description

      Currently when generating the workflow xml through the Maven plugin it explicitly calls out a separate NN and JT for actually executing the action separate from Oozie. Unless it is a best practice or common pattern it might be easier to simplify the default config to just use the same NN/JT as Oozie and remove the extra args.

            <job-tracker>${jobTracker}</job-tracker>
            <name-node>${nameNode}</name-node>
            <main-class&gt;org.example.ToolImplementation</main-class&gt;
            <arg>-D</arg>
            <arg>fs.default.name=hdfs://localhost</arg>
            <arg>-D</arg>
            <arg>mapred.job.tracker=localhost:8021</arg>
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              mkwhitacre Micah Whitacre
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: