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 |
I want capture UnMatched records from Primary source and secondary source in JOIN stage?
What is the use of surrogate key stage?
To see hidden files in LINIX?
What is a merge?
What are stage variables and constants?
Hai..,in datastage how to explain project in interview?please explain any domain please.
Difference between data warehousing and olap?
Name the different sorting methods in datastage.
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
Notification Activity
This is UNIX question asked in DataStage Interview. Say I have n numbers of records in a text file. I want first 3 records in 1st file, last three records in 3rd file and remaining n-6 records in 2nd file. (Note: we don't know how many records are there in the File. I am getting one file on daily basis and I want three target files as asked above)
What are the components of ascential data stage?