how to avoid warning in datastage director when repartition

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
changming
Participant
Posts: 68
Joined: Wed Oct 13, 2004 3:35 am

how to avoid warning in datastage director when repartition

Post by changming »

I have some job, when the repartition has to happen, such as join key changed between one join stage to another join stage, it will give warning. Can anyone give me some guide how to avoid these warning message? (do not handle massage in director).
many thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Perhaps you could state what the message is? Normally, when you explicitly repartition you will not get any message at all.
changming
Participant
Posts: 68
Joined: Wed Oct 13, 2004 3:35 am

how explicitly

Post by changming »

the message is
"JN_Debt_Follow_Up.LN_join_DataSet_Sort: When checking operator: Operator of type "APT_TSortOperator": will partition despite the
preserve-partitioning flag on the data set on input port 0."

what is explicitly repartition? how to explicitly repartition?
Sorry, my question may be too basic.
changming
Participant
Posts: 68
Joined: Wed Oct 13, 2004 3:35 am

how explicitly

Post by changming »

the message is
"JN_Debt_Follow_Up.LN_join_DataSet_Sort: When checking operator: Operator of type "APT_TSortOperator": will partition despite the
preserve-partitioning flag on the data set on input port 0."

what is explicitly repartition? how to explicitly repartition?
Sorry, my question may be too basic.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

As I suspected. The Search button above is your friend.

Look at this thread for an answer and explanation. If that is not enough, try doing a search for "will partition despite" to find even more threads and responses.
Post Reply