whats relation between configuration file and datasets?
Answers were Sorted based on User's Feedback
Datasets- Preserves the Partitions. i.e, Data in the
datasets store on diff nodes which specified in the Config
File.
Resource Disk path in the Config File specifies in which
locations the data(Dataset's data) store.
Dataset contains: Data File and Schema file
Schema file(contains header and address of data file)stores
in dataset path(which we mention in the job)
Data File store in the Resource Disk Path, which specified
in the config file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sriharsha vemuri
Datastage jobs determine which node to run the process on,
where to store the temporary data, where to store the
DATASET data, based on the entries provide in the
configuration file
Based on the entries provide in the configuration file the
decision for storing the Dataset date happens.
| Is This Answer Correct ? | 0 Yes | 2 No |
If you want to use a same piece of code in different jobs, how will you achieve this?
What are the functionalities of link collector?
What are the important features of datastage?
Define data aggregation?
What is the version control how can i apply this in DataStage can any one tell me the anser
What is the process of killing a job in datastage?
Main Function of the Staging area in DWH ?
Give example for FACTLESS FACT TABLE in real-time scenario.
Hi Every one, I have a scenario plz suggest me 1)On daily we r getting some huge files data so all files metadata is same we have to load in to target table how we can load? 2) One column having 10 records at run time we have to send 5th and 6th record to target at run time how we can send? Hi plz help me for above scenarios and If any one is having JobSequence kindly send me one example and the scenario to my mail ID(nrvdwh@gmail.com)
how can we do null handling in sequential files
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
How to remove duplicates in transformer stage? in parallel mode