Skip to main content Skip to complementary content

Labelling the subjobs

Optionally, you can give a title to each of the subjobs that compose your Job to better identify their roles.

Procedure

  1. Enable the title display for the first subjob and give it a title Data processing.
    // label subjobs
    addSubjob {
    	NAME: "tFileInputDelimited_1"
    	SHOW_SUBJOB_TITLE : "true",
    	SUBJOB_TITLE : "Data processing"
    }
  2. Enable the title display for the second subjob and give it a title Summary.
    addSubjob {
    	NAME: "tJava_1"
    	SHOW_SUBJOB_TITLE : "true",
    	SUBJOB_TITLE : "Summary"
    }

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!