Layout - L1*, L1 - What is the difference
Answers were Sorted based on User's Feedback
Answer / chamanvir kaur
Lets take an example: I/P-->Reformat-->O/P
Suppose Input file has layout- L1 and reformat has L1*,
means it has layout same as upstream component(I/P file).
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / ganesh darekar
L1 means the component has its own Layout as we provide in
Layout tab URL
L1* means component has propagated from its neighbour means
upstream component or downstream component.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / suresh
L1 means the depth of parallism calculates at time.
L1* means the layout is propegated from another component(either upstream component or down stream component)
| Is This Answer Correct ? | 1 Yes | 0 No |
What does edp stand for?
how does deadlock occur?
If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.
What a local lookup is?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
What are the kinds of layouts does ab initio supports?
Why do you think data processing is important?
How to create project (public,private,common,client) what are the differences between them?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
why Skew should always be 0 ? How to use in abinitio graph?
Mention what is a partition and what are the different types of partition components in abinitio?
Explain the difference between the truncate and delete commands?