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/master
Commit: 5381d3f27e8dbb99e1a7677d304853a08814e596
Parents: ce1bf87
Author: Swapnil Daingade <sdaing...@maprtech.com>
Authored: Thu Sep 3 13:57:14 2015 -0700
Committer: Swapnil Daingade <sdaing...@maprtech.com>
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
     <value>com.ebay.myriad.scheduler.yarn.MyriadFairScheduler</value>
     <description>One can configure other scehdulers as well from following 
list: com.ebay.myriad.scheduler.yarn.MyriadCapacityScheduler, 
com.ebay.myriad.scheduler.yarn.MyriadFifoScheduler</description>
 </property>
+<property>
+    <description>A comma separated list of services where service name should 
only contain a-zA-Z0-9_ and can not start with numbers</description>
+    <name>yarn.nodemanager.aux-services</name>
+    <value>mapreduce_shuffle,myriad_executor</value>
+    <!-- If using MapR distribution
+    <value>mapreduce_shuffle,mapr_direct_shuffle,myriad_executor</value> -->
+</property>
+<property>
+    <name>yarn.nodemanager.aux-services.myriad_executor.class</name>
+    <value>com.ebay.myriad.executor.MyriadExecutorAuxService</value>
+</property>
 
 ```
 

Reply via email to