我想运行一些被杀死或完成的应用程序(不运行应用程序)。
我运行这样的应用程序:
$ yarn jar /usr/local/hadoop/share/hadoop/yarn/hadoop-yarn-applications-distributedshell-2.7.2.jar -jar /usr/local/hadoop/share/hadoop/yarn/hadoop-yarn-applications-distributedshell-2.7.2.jar -queue queueTEST01 -shell_command "vmstat 60" -container_memory 2048
并确定它在hdfs中保存了两个文件。
***
[root@em-name01 logs]# hadoop fs -ls
-rw-r--r-- 3 hadoop supergroup 45579 2016-11-02 11:03 /user/hadoop/DistributedShell/application_1478051489888_0004/AppMaster.jar
-rwx--x--- 3 hadoop supergroup 79 2016-11-02 11:03 /user/hadoop/DistributedShell/application_1478051489888_0004/shellCommands
如果应用程序被杀或完成,我该如何再次运行AppMaster.jar ???
或者还有其他方式吗?