Hi there,
my name is Lydia and i am writing a program for my course „Parallel Programming 
and Distributed Computing“.

for example if i have a spout like this: 
builder.setSpout("word-reader",new ApiStreamingSpout(),2);

Within the spout: Is there a way to address each worker separately? 
Like to tell one to read in all files that are even numbered and the other one 
to take the odd numbered…?
Thanks in advance!

Best regards,
Lydia



Reply via email to