When I submit a job using flink version 1.10.1 , it is not upadating the
jobs that are running and completed successfully in the Web UI of YARN
resource manager . But When I use flink version 1.9.3 it is working fine
and I am able to see the jobs that are running and completed in
YARN resource manager Web UI . And to find why this is happening I just
tried with replacing the application folders and in lib folder when I use
the flink_dist jar of version 1.9.3 in place of flink_dist of version
1.10.1 it is running fine and I am able to see the jobs running and
completed. Is it the right way , if not will I face any compatible issues
in future with this change of flink_dist jar in lib folder.