When using `./bin/spark-submit --class my.class.name --master yarn-cluster PATH/TO/MY.jar`, varOne ui display a nullpointexception in history feature. Due to the path of eventlog file was different between yarn-cluster and yarn-client.
When using
./bin/spark-submit --class my.class.name --master yarn-cluster PATH/TO/MY.jar,varOne ui display a nullpointexception in history feature.
Due to the path of eventlog file was different between yarn-cluster and yarn-client.