I am new to coudera. I have installed cloudera express on a Centos 7 VM, and created a cluster with 4 nodes(another 4 VMs). I ssh to the master node and run: pyspark
This works but only for one session. If I open another console and run pyspark I will get the following error:
WARN util.Utils: Service 'SparkUI' could not bind on port 4040. Attempting port 4041.
And it gets stuck there and does nothing until I close the other session running pyspark! Any idea why this is happening and how I can fix this so multiple sessions/user can run pyspark? Am I missing some configurations somewhere?
Thanks in advance for your help.