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

How many types of sorting methods are available in datastage?

0 Answers  


Can you explain players in datastage?

0 Answers  


How to write a expression to display the first letter in Caps in each word using transformer stage ? Please let me know ASAP Thanks in advance...

0 Answers   Alpharithm Technologies,


Please Tell me..,I need some Complex Jobs in datastage as per in interview?how to tell and how to explain?please send as well as posiible please

1 Answers   Systime,


What is the difference b/w Hash file and Lookup Fileset stages?

1 Answers  






What are some different alternative commands associated with "dsjob"?

0 Answers  


What are transforms and what is the differenece between routines and transforms?

0 Answers  


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

1 Answers   IBM,


why do we need a datawarehouse when we have databases to store data?

1 Answers   L&T,


What is data partitioning?

0 Answers  


create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid   salary   previoussalary 10      1000     null 20      2000     1000 30      3000     2000       40      4000     3000

5 Answers   Genpact,


How do you get log info into a file?

1 Answers  


Categories