Repository: incubator-samza Updated Branches: refs/heads/master 83c1cf439 -> c788b828c
SAMZA-299: Updated kill-yarn-job.sh to be compatable with hadoop-yarn-client-2.4.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/c788b828 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/c788b828 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/c788b828 Branch: refs/heads/master Commit: c788b828c4d19a3691a4f5016b10be37993a5476 Parents: 83c1cf4 Author: =Zhijie Shen <[email protected]> Authored: Thu Jun 19 21:24:19 2014 -0700 Committer: Yan Fang <[email protected]> Committed: Thu Jun 19 21:24:19 2014 -0700 ---------------------------------------------------------------------- samza-shell/src/main/bash/kill-yarn-job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/c788b828/samza-shell/src/main/bash/kill-yarn-job.sh ---------------------------------------------------------------------- diff --git a/samza-shell/src/main/bash/kill-yarn-job.sh b/samza-shell/src/main/bash/kill-yarn-job.sh index 6105c81..924aac6 100755 --- a/samza-shell/src/main/bash/kill-yarn-job.sh +++ b/samza-shell/src/main/bash/kill-yarn-job.sh @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # under the License. -exec $(dirname $0)/run-class.sh org.apache.hadoop.yarn.client.cli.ApplicationCLI -kill $@ +exec $(dirname $0)/run-class.sh org.apache.hadoop.yarn.client.cli.ApplicationCLI application -kill $@
