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.
Answers were Sorted based on User's Feedback
Answer / jinsan
it will fail giving error "failed to open file (with the
path to the file partition)"
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / jai
Yes the graph will run. Only the records in the partition
being deleted won't be processed.
| Is This Answer Correct ? | 3 Yes | 29 No |
how does deadlock occur?
Explain what is de-partition in abinitio?
what are the steps in actual ab initio graph processing including general,pre and post process settings?
Explain what is sort component in abinitio?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
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 features of ab initio?
How to Improve Performance of graphs in Ab initio?
How to migrate the code FROM development to QA and QA to production?
How Does MAXCORE works?
How do you improve the performance of a graph?
What do you understand by a cartesian join?