You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/07/10 19:05:23 UTC

[40/50] [abbrv] git commit: Fix YARN hello world run script

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/master
Commit: d2209f726b5e4dc4644b6db9926c9b114e3c3a05
Parents: a486466
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Wed Jul 2 16:04:11 2014 -0700
Committer: Kanak Biscuitwala <ka...@apache.org>
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