How many partitions does a node can have?
Some body explain me clearly about the partitions and the nodes?
Answers were Sorted based on User's Feedback
Answer / kalyan
Node itself it working as a partition, That means you node
config file is giving the degree of parallelisum, means if
you are using 4 node config file, that job will working on
4 partitions.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / abc
It is the number of nodes in the parallel configuration
file which decides the number of partitions the data will
be split into. Each node acts on one partition.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is quality stage?
how can i abort the job if i get more than 100 errors in job log?
what is the use of surogate key in datastage
How you Remove the Dataset in Unix?
hi i am madan, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
How and where you used hash file?
How to enter a log in auditing table whenever a job get finished?
A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 million records.How to improve performance of this job.
How can we do null handling in sequential files?
In one project how many shared containers are created?
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.