StormSubmit script assumes the same OS for the server as for the client
Closed this issue · 1 comments
et1975 commented
I should be able to submit a topology from a Windows machine to a Linux-hosted storm.
Currently isMono() test results end up misleading the server about the executable path.
fwaris commented
By design the main function is not fully specified because flexibility is needed and I don't know all the possible scenarios that could be encountered.
At work I have been modifying main function as needed. The isMono() helper function is just for convenience - it can be ignored.