dinesh19aug / javahabit-comments

0 stars 0 forks source link

How to set up Apache Storm on mac using brew #6

Open dinesh19aug opened 4 years ago

dinesh19aug commented 4 years ago

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.

vjpaleo commented 3 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]