The communication port between Driver and Executor is random,and due to network restrictions, I want to configure a fixed port. Where can I configure it please?
I notice that spark support it by using :
spark.driver.port=10000 ;
spark.blockManager.port=20000;
spark.port.maxRetries=999
to configure the port . but I dont know how to add these in Griffin