i 10 jobs first two jobs are runing in 2nodes,next 2 jobs
are running in 4 nodes, next 4 jobs are running in 6 nodes
and the remaining jobs are running on 10 nodes. how to
change the node configuration?
Answers were Sorted based on User's Feedback
First create 4 Configuration files(2 Node, 4 Node 6 Node and 10 Node config files).
And add the environment variable($APT_CONFIG_FILE) to all the jobs in the job Properties.
-->For first2 jobs: Assign the 2 Node configuration file path to the $APT_CONFIG_FILE variable in Job properties.
-->For next 2 jobs: Assign the 4 Node configuration file path to the $APT_CONFIG_FILE variable in Job properties.
do this for all jobs.
Bsed on this config file setting, Jobs will pick required Config file in runtime.
| Is This Answer Correct ? | 4 Yes | 0 No |
what is the difference between datasatge and datastage TX?
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
How a source file is populated?
I have source like "abcdefghijklmnopqrs", how to change 10th character from j to z in datastage?
Difference between the Sequence and Sequencer in DS?
What is the difference between SQl Loader and OCI in datastage?
souce file having the columns like name company krish IBM pooja TCS nandini WIPRO krish IBM pooja TCS if first row will be repeat i want the result like this name company count krish IBM 1 pooja TCS 1 nandini WIPRO 1 krish IBM 2 pooja TCS 2
what is executable in DataStage?
IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
How to reverse the string using unix?
How do you import and export the datastage jobs?