hi ray

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
fareeda_b
Participant
Posts: 48
Joined: Sat Feb 23, 2008 4:25 pm

hi ray

Post by fareeda_b »

exact difference b/w "peak stage" and "reject link"

through reject link also we can get the rejected data, so why do we go for the "peak stage"(what is the exact functionality of "peak stage").
Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

"hi ray"? :?

There's more than one person answering questions here. I know it doesn't seem like it at times, but take my word for it, there is.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

Peek stage is development/debug stage. It is mainly used for debugging and it can also be used for monitoring the progress of your application.
For more Information refer to Parallel Job Developer's Guide.
Raghavendra
Dare to dream and care to achieve ...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yah, usually helps to read the documentation.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

Peek stage is development/debug stage. It is mainly used for debugging and it can also be used for monitoring the progress of your application.
For more Information refer to Parallel Job Developer's Guide.
Raghavendra
Dare to dream and care to achieve ...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please read this topic or, at the very least, its subject line.

There is no such thing as a Peak stage.

There is, as others have noted, a Peek stage. This has the function of capturing a sample of rows, either to log entries or to a file.

A reject link is a link, so that's the main difference.

Many stage types support reject links, the exact function of the reject link is different for different stage types. For example, a reject link on a Sequential File stage with an output traps any rows read from the file that can not be parsed using the record schema associated with that stage's import operator. A reject link on a Lookup stage captures any stream input row that failed the lookup. A reject link on a Transformer stage captures any input row that caused an exception somewhere in the processing of that row. And so on.

There is no single "exact difference", in the same way that there's no exact difference between chalk and cheese.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

ray.wurlod wrote:There is no single "exact difference", in the same way that there's no exact difference between chalk and cheese.
:lol: I've had some cheeses that... well, never mind.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply