Joiner is not finding match when hash partition is given

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
mary
Participant
Posts: 23
Joined: Fri Jun 02, 2006 1:28 am
Location: Bng

Joiner is not finding match when hash partition is given

Post by mary »

Using a joiner to match incoming and already exists in database based on one key column. But when we give partion as hash with key column as partition key.For some records it is not finding a match.If I remove partition it is working.. or if I give sequential in advanced joiner properties it is giving record is matched =true

Any clue?
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

Does the meta data for the key column match on both links to the join stage?
Note:- AFAIK there is nothing like a "joiner" in DataStage.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Your question itself has the answer.

Partitioning affects the flow of records.

Think about it.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Assuming that you are using a Join stage, have you sorted the inputs correctly?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply