Thirumala Naidu
Answered On : Feb 6th, 2012
We can use partition by expression. In PBE component we can mention
if (field<=250) 0
else if(field>250 && field<=500) 1
else if(field>500 && field<=750) 2
else 3
Login to rate this answer.
AKG
Answered On : Feb 6th, 2012
Use "Partition by round robin" and put BLOCK SIZE as 250.
Login to rate this answer.
You can use partition by % and say 25% for each port..
are you can use partition by range and provide the range of keys for each port
Login to rate this answer.
Debasmita
Answered On : Aug 21st, 2012
Use output_index in the reformat component and make count 4 for four outputs.
Login to rate this answer.
shan
Answered On : Oct 11th, 2012
Partition by expression:next_by_sequence = 250
Login to rate this answer.