Return-Path: X-Original-To: apmail-helix-commits-archive@minotaur.apache.org Delivered-To: apmail-helix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A574E11B9F for ; Wed, 2 Jul 2014 23:04:19 +0000 (UTC) Received: (qmail 38424 invoked by uid 500); 2 Jul 2014 23:04:19 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 38387 invoked by uid 500); 2 Jul 2014 23:04:19 -0000 Mailing-List: contact commits-help@helix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@helix.apache.org Delivered-To: mailing list commits@helix.apache.org Received: (qmail 38378 invoked by uid 99); 2 Jul 2014 23:04:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2014 23:04:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 416D9994CAB; Wed, 2 Jul 2014 23:04:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kanak@apache.org To: commits@helix.apache.org Message-Id: <98d3f50bc5c04bcfb6298a3d69f5631c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fix YARN hello world run script Date: Wed, 2 Jul 2014 23:04:19 +0000 (UTC) Repository: helix Updated Branches: refs/heads/helix-provisioning a48646647 -> d2209f726 Fix YARN hello world run script Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/d2209f72 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/d2209f72 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/d2209f72 Branch: refs/heads/helix-provisioning Commit: d2209f726b5e4dc4644b6db9926c9b114e3c3a05 Parents: a486466 Author: Kanak Biscuitwala Authored: Wed Jul 2 16:04:11 2014 -0700 Committer: Kanak Biscuitwala Committed: Wed Jul 2 16:04:11 2014 -0700 ---------------------------------------------------------------------- recipes/helloworld-provisioning-yarn/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/d2209f72/recipes/helloworld-provisioning-yarn/run.sh ---------------------------------------------------------------------- diff --git a/recipes/helloworld-provisioning-yarn/run.sh b/recipes/helloworld-provisioning-yarn/run.sh index 07448bb..ae53daf 100755 --- a/recipes/helloworld-provisioning-yarn/run.sh +++ b/recipes/helloworld-provisioning-yarn/run.sh @@ -1,6 +1,6 @@ #cd ../../ #mvn clean install -DskipTests #cd recipes/helloworld-provisioning-yarn -mvn clean package -DskipTests +#mvn clean package -DskipTests chmod +x target/helloworld-provisioning-yarn-pkg/bin/app-launcher.sh -target/helloworld-provisioning-yarn/pkg/bin/app-launcher.sh org.apache.helix.provisioning.yarn.example.HelloWordAppSpecFactory /Users/kgopalak/Documents/projects/incubator-helix/recipes/helloworld-provisioning-yarn/src/main/resources/hello_world_app_spec.yaml +target/helloworld-provisioning-yarn-pkg/bin/app-launcher.sh org.apache.helix.provisioning.yarn.example.HelloWordAppSpecFactory /Users/kgopalak/Documents/projects/incubator-helix/recipes/helloworld-provisioning-yarn/src/main/resources/hello_world_app_spec.yaml