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 ABA1E10918 for ; Wed, 19 Feb 2014 02:48:12 +0000 (UTC) Received: (qmail 46189 invoked by uid 500); 19 Feb 2014 02:48:12 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 46154 invoked by uid 500); 19 Feb 2014 02:48:11 -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 46147 invoked by uid 99); 19 Feb 2014 02:48:11 -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, 19 Feb 2014 02:48:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 56CAF8C26D9; Wed, 19 Feb 2014 02:48:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kishoreg@apache.org To: commits@helix.apache.org Message-Id: <1f44bb6dca1e405cabb74757f868bd96@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Adding simple steps to start HelloWorld example Date: Wed, 19 Feb 2014 02:48:11 +0000 (UTC) Repository: helix Updated Branches: refs/heads/helix-provisioning 48031f367 -> 5a1391ea1 Adding simple steps to start HelloWorld example Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/5a1391ea Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/5a1391ea Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/5a1391ea Branch: refs/heads/helix-provisioning Commit: 5a1391ea134200255e148b3e2828ce9be9ea0144 Parents: 48031f3 Author: Kishore Gopalakrishna Authored: Tue Feb 18 18:47:58 2014 -0800 Committer: Kishore Gopalakrishna Committed: Tue Feb 18 18:47:58 2014 -0800 ---------------------------------------------------------------------- helix-provisioning/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/5a1391ea/helix-provisioning/README.md ---------------------------------------------------------------------- diff --git a/helix-provisioning/README.md b/helix-provisioning/README.md new file mode 100644 index 0000000..77a4e81 --- /dev/null +++ b/helix-provisioning/README.md @@ -0,0 +1,16 @@ +Checkout helix provisioning branch +cd helix +mvn clean package -DskipTests +cd helix-provisioning + + +yyDownload and install YARN start all services (datanode, resourcemanage, nodemanager, jobHistoryServer(optional)) + +Will post the instructions to get a local YARN cluster. + +target/helix-provisioning-pkg/bin/app-launcher.sh org.apache.helix.provisioning.yarn.example.HelloWordAppSpecFactory /Users/kgopalak/Documents/projects/incubator-helix/helix-provisioning/src/main/resources/hello_world_app_spec.yaml + + + + +