Repository: incubator-samza Updated Branches: refs/heads/0.7.0 0d972c755 -> 00da59fac
Revert SAMZA-299: because 0.7.0 version is still using hadoop-2.2.0 version Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/00da59fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/00da59fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/00da59fa Branch: refs/heads/0.7.0 Commit: 00da59fac97bc830c5392ba96c840cab51ba77c7 Parents: 0d972c7 Author: Yan Fang <[email protected]> Authored: Thu Jun 19 21:48:48 2014 -0700 Committer: Yan Fang <[email protected]> Committed: Thu Jun 19 21:48:48 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/00da59fa/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 924aac6..6105c81 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 application -kill $@ +exec $(dirname $0)/run-class.sh org.apache.hadoop.yarn.client.cli.ApplicationCLI -kill $@
