we run a job in 4 nodes,i want to run same job on 8 nodes is
it possible?
job recompling is mandtory?why?



we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandto..

Answer / shilpasagar

To run a job on 8 node that is previously run on 4 node,
you need to change the cofiguration file.

Open the job in designer -> Go to Tools -> Configurations

Create new Confuguration file such that it contains 8 nodes
with multiple pools.

with in yout job, open the stages and click on
configuration file, which will have list of configuration
files available for the project. select the one that in
which u have included 8 nodes.

compile and run the job. Now the job will run on 8 nodes
configuration.


If u want all the jobs in the project to run on 8 nodes
config .. then update APT_CONFIG_FILE env variable with the
name that is given to 8 nodes config file.

Is This Answer Correct ?    16 Yes 1 No

Post New Answer

More Data Stage Interview Questions

i/p o/p1 o/p2 1 1 4 1 1 5 1 1 6 2 2 2 2 2 2 3 3 4 5 6 how to populates i/p rows into o/p1&o/p2 using datastage stages?and also the same scenario using sql?

8 Answers   IBM,


what is the difference between == and eq in UNIX shell scripting?

0 Answers   CTS,


Difference in the implementation of lookup and join stages,in joining two tables?

7 Answers   TCS,


What are the areas of application?

0 Answers  


i want job aborted after some records are loaded into output by using only sequential stage and dataset

1 Answers   IBM,






Why we use parameters instead of hard code in datastage.

2 Answers   IBM,


I want capture UnMatched records from Primary source and secondary source in JOIN stage?

3 Answers   TCS,


How many types of sorting methods are available in datastage?

0 Answers  


how to handle null values in sequential file?

1 Answers   HCL,


Define meta stage?

0 Answers  


i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.

4 Answers   Wipro,


What is a merge in datastage?

0 Answers  


Categories