Return-Path: X-Original-To: apmail-myriad-commits-archive@minotaur.apache.org Delivered-To: apmail-myriad-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 0375818593 for ; Fri, 25 Sep 2015 22:02:47 +0000 (UTC) Received: (qmail 83346 invoked by uid 500); 25 Sep 2015 22:02:46 -0000 Delivered-To: apmail-myriad-commits-archive@myriad.apache.org Received: (qmail 83317 invoked by uid 500); 25 Sep 2015 22:02:46 -0000 Mailing-List: contact commits-help@myriad.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@myriad.incubator.apache.org Delivered-To: mailing list commits@myriad.incubator.apache.org Received: (qmail 83304 invoked by uid 99); 25 Sep 2015 22:02:46 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 22:02:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5C7CDC3BF8 for ; Fri, 25 Sep 2015 22:02:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.802 X-Spam-Level: * X-Spam-Status: No, score=1.802 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id cfID5K9V5an2 for ; Fri, 25 Sep 2015 22:02:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id ADD7E439E2 for ; Fri, 25 Sep 2015 22:02:28 +0000 (UTC) Received: (qmail 81671 invoked by uid 99); 25 Sep 2015 22:02:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 22:02:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E55DDE0511; Fri, 25 Sep 2015 22:02:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mohit@apache.org To: commits@myriad.incubator.apache.org Date: Fri, 25 Sep 2015 22:02:46 -0000 Message-Id: <234aeb06c6d8465f934a44adaf0c7eee@git.apache.org> In-Reply-To: <2fe1ca9b45b04e28b97bd09e979fd9ff@git.apache.org> References: <2fe1ca9b45b04e28b97bd09e979fd9ff@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [20/28] incubator-myriad git commit: Updating documentation for deploying Myriad Updating documentation for deploying Myriad With the NM and Executor merge, we have two new entries in the yarn-site.xml Updating the doc for these entries. Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/5381d3f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/5381d3f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/5381d3f2 Branch: refs/heads/phase1 Commit: 5381d3f27e8dbb99e1a7677d304853a08814e596 Parents: ce1bf87 Author: Swapnil Daingade Authored: Thu Sep 3 13:57:14 2015 -0700 Committer: Swapnil Daingade Committed: Thu Sep 3 13:57:14 2015 -0700 ---------------------------------------------------------------------- docs/myriad-dev.md | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5381d3f2/docs/myriad-dev.md ---------------------------------------------------------------------- diff --git a/docs/myriad-dev.md b/docs/myriad-dev.md index 16c95e8..ee4a1af 100644 --- a/docs/myriad-dev.md +++ b/docs/myriad-dev.md @@ -124,6 +124,17 @@ export MESOS_NATIVE_JAVA_LIBRARY=/usr/local/lib/libmesos.so com.ebay.myriad.scheduler.yarn.MyriadFairScheduler One can configure other scehdulers as well from following list: com.ebay.myriad.scheduler.yarn.MyriadCapacityScheduler, com.ebay.myriad.scheduler.yarn.MyriadFifoScheduler + + A comma separated list of services where service name should only contain a-zA-Z0-9_ and can not start with numbers + yarn.nodemanager.aux-services + mapreduce_shuffle,myriad_executor + + + + yarn.nodemanager.aux-services.myriad_executor.class + com.ebay.myriad.executor.MyriadExecutorAuxService + ```