Latest Answer: Repository is a content which is having all metadata (information). ...
Latest Answer: Run time column propagation is used in case of partial schema usage. when we only know about the columns to be processed and we want all other columns to be propagated to target as they are, we check enable RCP option in administrator or output page columns ...
Latest Answer: TreeSet set = new TreeSet(Arrays.asList(names)); for (String name : set) System.out.println(name);this is enough for ...
Latest Answer: HiRelease the job is to release the job from any dependencies and run it.Kill the job means kill the job that's currently running or scheduled to run. ...
Latest Answer: Hashing is a technic how you store the data in dynamic files.There are few algorithams for doing this process.Read Data-statructures books for the algoritham models.Hash Files are created as dynamic files using hashing algoHTHRaghu Mule ...
What is TX and what is the use of this in DataStage ? As I know TX stand for Transformer Extender, but I don't know how it will work and where we will used ?
Where we can use these Stages Link Partetionar, Link Collector & Inter Process (OCI) Stage whether in Server Jobs or in Parallel Jobs ? And SMP is a Parallel or Server ?
Latest Answer: Its always preferable & appropriate that we must use a sort stage beore aggregate stage. Hence based on the aggregate logic we should sort the incoming data by using hash partintion on keys. Then we can use same partition on Aggregate stage.This ...
Aggregators – What does the warning “Hash table has grown to ‘xyz’ ….” mean?
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top