Repository: incubator-samza
Updated Branches:
  refs/heads/0.7.0 432dc0abd -> 0d972c755


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/0d972c75
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/0d972c75
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/0d972c75

Branch: refs/heads/0.7.0
Commit: 0d972c755ef456ff6cceca19f54d108c8a942684
Parents: 432dc0a
Author: Zhijie Shen <[email protected]>
Authored: Thu Jun 19 21:18:44 2014 -0700
Committer: Yan Fang <[email protected]>
Committed: Thu Jun 19 21:18:44 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/0d972c75/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 $@

Reply via email to