Passing Sequence level resources at job level

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kiran0435
Participant
Posts: 39
Joined: Sun Sep 26, 2010 10:28 pm

Passing Sequence level resources at job level

Post by kiran0435 »

Hi,

I am using a sequence job which has one parallel job.

APT CONFIG FILE at project level is set to 2 nodes.

In sequence job, I have added APT CONFIG FILE parameter and assigned 4 node configuration file to it.

But my parallel job present in the sequence is running on 2 nodes only. I want to run the job on 4 nodes without adding apt_config_file parameter to job.

I tried using GRID option present in Job Properties and enabled sequence level resources for all jobs in sequence property, but it was not working.
Can you please help in achieving this.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Passing Sequence level resources at job level

Post by chulett »

kiran0435 wrote:I want to run the job on 4 nodes without adding apt_config_file parameter to job.
You can't unless you make your default config a four-node config... which would then affect everything. Add the parameter. It is part of a set of APT variables that (IMHO) should be in every Parallel job.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply