Open dinesh19aug opened 4 years ago
Exception in thread "main" java.lang.IllegalArgumentException: Field SUPERVISOR_SLOTS_PORTS must be of type interface java.lang.Iterable. Object: – 6700 – 6701 – 6702 – 6703 actual type: class java.lang.String
Solution: supervisor.slots.ports: [6700,6701,6702,6703]
https://www.javahabit.com/2015/12/26/how-to-set-up-apache-storm-on-mac-using-brew/
I am learning about Apache Storm and the guide had long and winding instructions on how to install Apache Storm. I installed the single node using brew and it was a breeze. I did not had to spend time figuring out out if I was installing latest version. Pre-requisites: Make sure that you have ‘HomeBrew‘ installed. One reason that I prefer ‘brew’ is that I do not have to remember where things are installed and brew manages and fixes any updates that have been introduced.