Christian Stein
Christian Stein
I tried to follow zheguang recommendation, but as ZohebV already said it did't work out. Both succeeding map task has been executed on the same node. However the one thing...
I replaced my mapper by an updater, doing the same job. Thus my topology looks like that: Source -> Updater_1(Do calculation) -> Updater_2(Aggregate results) Now my problem remains that some...
Thank you for your response. I used your information and the testapp.sh to start the MessageServer and the Mupd8Main on another node. Unfortunately, I always get a broken pipe when...
Yes I had two servers configured. This is my localhost.cfg: `{ "mupd8" : { ``` "system_hosts" : [ "192.168.2.28", "192.168.2.32" ], "java_setting" : "-Xmx512M", "messageserver" : { "host" : "192.168.2.28",...
Thanks to you again! Finally, this example works now. Even distributed on two nodes :) I'll run some bigger examples soon. Maybe I can document them and let them flow...