making jot to run in multiple nodes

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
bhasannew
Participant
Posts: 31
Joined: Wed Aug 06, 2008 10:54 pm

making jot to run in multiple nodes

Post by bhasannew »

Hi,

what are the points to be considered to make a job run in multiple nodes. Other than configuration file changes what are the changes to be done at stage level.
Please provide me the useful links if any.

Thanks,
Bhasan.
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Post by bkumar103 »

Hi,
You have to create the configuration file for the multiple node.
You might need to check the partitioning in your jobs to get the proper output.

Thanks,
Birendra
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

exactly. Just to run a job on multiple node you need configuration file changed to define logical nodes. However to get the correct output from that job you may need to reconsider the partitioning algorithm used for your stages. Most of the time auto partitioning gives the correct result unless you have some specific requirements.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Specifically, stages that could be affected by partitioning include the Lookup and Aggregation stages. Sometimes it's about building an efficient job and other times it's about getting the correct results. Both Parallel pdf guides discuss this and it would be well worth your time to read them.
-craig

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