i would like to launch the pyspark with following command?
pyspark --master yarn
–conf spark.ui.port=xxxxx
–num-executors 2
–executor-memory 512M \
please let me know whatz the port number i could use in spark.ui.port=?
Let me know how to find them?