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

what is the difference between datasatge and datastage TX?

6 Answers  


What is the difference between odbc and drs stage?

0 Answers  


what is the custome stage in datastage? how can we impliment that one? plz tell me

0 Answers   Accenture,


on how many columns we can perform aggregation in the Aggregator stage?

3 Answers   Reliance,


I am running a job with 1000 records.. If the job gots aborted after loading 400 records into target... In this case i want to load the records in the target with 401 record... How will we do it??? This scenario is not for sequence job it's only in the job Ex: Seq file--> Trans--> Dataset..

9 Answers   Cognizant, IBM, TCS, Virtusa,






What is the precedence of stage variables,derivations, and constraints?

0 Answers  


Hi, Please tell me how to solve this scenario in datastage ? Here we have 3 columns in a table TEST CODE,ENTRY DATE and BATCH The table looks like CODE ENTRYDATE BATCH 100 100716 1 100 100716 1 100 100716 1 200 122517 2 200 122517 2 302 555555 8 302 555555 8 302 555555 8 We need to create a seqno on grouping these 3 columns. The result should be like this. CODE ENTRYDATE BATCH SEQNO 100 100716 1 1 100 100716 1 2 100 100716 1 3 200 122517 2 1 200 122517 2 2 302 555555 8 1 302 555555 8 2 302 555555 8 3

1 Answers   Alpharithm Technologies,


country, state 2 tables r there. in table 1 have cid,cname table2 have sid,sname,cid. i want based on cid which country's having more than 25 states i want to display?

3 Answers   Wipro,


which is more expensive hash or modulus partitioning? when do you use modulus partitioning?

2 Answers   TIAA CREF,


What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?

0 Answers  


how to load meta data

2 Answers   IBM,


Hi guys, Design job sequence, we have 3 sources, in that 1st source in abort then only run the remaining sources.. How please design the job. Thanks.

2 Answers   IBM,


Categories