What is APT_DUMP_SCORE?
Answers were Sorted based on User's Feedback
Answer / dnm12345
APT_DUMP_SCORE is an reporting environment variable , used to show how the data is processing and processes are combining
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / mamatha
APT_DUMP_SCORE provide details in the log output on how the framework partition the datasets, and the processes/partitioning that the operator are taking up.
This information is useful when you wish to observe the partitioning process of your job, and identifying potential bottlenecks on your job flow (especially tasks that are inserted by default by the framework).
| Is This Answer Correct ? | 6 Yes | 0 No |
if a column contains data like abc,aaa,xyz,pwe,xok,abc,xyz,abc,pwe,abc,pwe,xok,xyz,xxx,abc, roy,pwe,aaa,xxx,xyz,roy,xok.... how to send the unique data to one source and remaining data to another source????
What is the difference between informatica and datastage?
what is A Datastage?
in aggregator , how can i get the sum in readable format
Can you filter data in hashed file?
Difference in the implementation of lookup and join stages,in joining two tables?
Define data aggregation?
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?
i want job aborted after some records are loaded into output by using only sequential stage and dataset
when u face critical situation in ur project, how to solve them?
Define repository tables in datastage?
I have source file which contains duplicate data,my requirement is unique data should pass to one file and duplicate data should pass another file how?