Created 12-13-2018 04:59 AM
command to find on which machine the spark master is running
Created 12-13-2018 08:41 AM
@Sagar Nyamagouda
The below command should do it
$ jps -lm | grep -i spark
HTH