Typo fix s/scehdulers/schedulers/

Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/e37f32c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/e37f32c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/e37f32c2

Branch: refs/heads/master
Commit: e37f32c2df69141ad3ccf2d25df14738ede27ba0
Parents: fb8bf1d
Author: klucar <klu...@gmail.com>
Authored: Thu Oct 15 08:28:28 2015 -0400
Committer: klucar <klu...@gmail.com>
Committed: Thu Oct 15 08:28:28 2015 -0400

----------------------------------------------------------------------
 docs/myriad-dev.md                                        | 2 +-
 docs/vagrant.md                                           | 4 ++--
 myriad-scheduler/src/main/resources/yarn-site-default.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/e37f32c2/docs/myriad-dev.md
----------------------------------------------------------------------
diff --git a/docs/myriad-dev.md b/docs/myriad-dev.md
index ee4a1af..29c3071 100644
--- a/docs/myriad-dev.md
+++ b/docs/myriad-dev.md
@@ -122,7 +122,7 @@ export MESOS_NATIVE_JAVA_LIBRARY=/usr/local/lib/libmesos.so
 <property>
     <name>yarn.resourcemanager.scheduler.class</name>
     <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>
+    <description>One can configure other schedulers 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>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/e37f32c2/docs/vagrant.md
----------------------------------------------------------------------
diff --git a/docs/vagrant.md b/docs/vagrant.md
index db8df3a..50a96b3 100644
--- a/docs/vagrant.md
+++ b/docs/vagrant.md
@@ -88,7 +88,7 @@ To configure YARN to use Myriad, please update 
```$YARN_HOME/etc/hadoop/yarn-sit
 <property>
     <name>yarn.resourcemanager.scheduler.class</name>
     <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>
+    <description>One can configure other schedulers as well from following 
list: com.ebay.myriad.scheduler.yarn.MyriadCapacityScheduler, 
com.ebay.myriad.scheduler.yarn.MyriadFifoScheduler</description>
 </property>
 ```
 
@@ -147,4 +147,4 @@ exit
 exit
 
 vagrant halt
-```
\ No newline at end of file
+```

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/e37f32c2/myriad-scheduler/src/main/resources/yarn-site-default.xml
----------------------------------------------------------------------
diff --git a/myriad-scheduler/src/main/resources/yarn-site-default.xml 
b/myriad-scheduler/src/main/resources/yarn-site-default.xml
index 90e3745..311723e 100644
--- a/myriad-scheduler/src/main/resources/yarn-site-default.xml
+++ b/myriad-scheduler/src/main/resources/yarn-site-default.xml
@@ -28,6 +28,6 @@
 <property>
     <name>yarn.resourcemanager.scheduler.class</name>
     <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>
+    <description>One can configure other schedulers as well from following 
list: com.ebay.myriad.scheduler.yarn.MyriadCapacityScheduler, 
com.ebay.myriad.scheduler.yarn.MyriadFifoScheduler</description>
 </property>
 </configuration>

Reply via email to