I am trying to open spark using command
$ spark-shell
but getting warning. How to fix it.
Warning:
WARN util.Utils: Service 'SparkUI' could not bind on port 4040. Attempting port 4041.
Spark port you can change anytime when running in the command prompt
[hadoop@localhost ~]$ spark-shell --conf spark.ui.port=4041
by default, spark run into the 4040
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With