Hi, I'm trying to launch a dispatcher on top of YARN by executing "yarn-session.sh" on the command line.
To access the rest endpoint outside the cluster, I need to assign a port from an allowed range. YarnEntrypointUtils, however, sets rest.port to 0 for random binding. Is there any reason on it? Best, - Dongwon