[jira] [Created] (YARN-8745) Misplaced the TestRMWebServicesFairScheduler.java file.

2018-09-05 Thread Y. SREENIVASULU REDDY (JIRA)
Y. SREENIVASULU REDDY created YARN-8745:
---

 Summary: Misplaced the TestRMWebServicesFairScheduler.java file.
 Key: YARN-8745
 URL: https://issues.apache.org/jira/browse/YARN-8745
 Project: Hadoop YARN
  Issue Type: Bug
  Components: fairscheduler, test
Reporter: Y. SREENIVASULU REDDY
Assignee: Y. SREENIVASULU REDDY


TestRMWebServicesFairScheduler.java file exist in
{noformat}
hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesFairScheduler.java
{noformat}
But the package structure is 
{noformat}
package org.apache.hadoop.yarn.server.resourcemanager.webapp.fairscheduler;
{noformat}

so moving the file to proper package.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Created] (YARN-8727) NPE in RouterRMAdminService while stopping service.

2018-08-28 Thread Y. SREENIVASULU REDDY (JIRA)
Y. SREENIVASULU REDDY created YARN-8727:
---

 Summary: NPE in RouterRMAdminService while stopping service.
 Key: YARN-8727
 URL: https://issues.apache.org/jira/browse/YARN-8727
 Project: Hadoop YARN
  Issue Type: Bug
  Components: federation, router
Affects Versions: 3.1.1
Reporter: Y. SREENIVASULU REDDY
Assignee: Y. SREENIVASULU REDDY


while stopping the service router throw NPE
{noformat}
2018-08-23 22:52:00,596 INFO org.apache.hadoop.service.AbstractService: Service 
org.apache.hadoop.yarn.server.router.rmadmin.RouterRMAdminService failed in 
state STOPPED
java.lang.NullPointerException
at 
org.apache.hadoop.yarn.server.router.rmadmin.RouterRMAdminService.serviceStop(RouterRMAdminService.java:143)
at 
org.apache.hadoop.service.AbstractService.stop(AbstractService.java:220)
at 
org.apache.hadoop.service.ServiceOperations.stop(ServiceOperations.java:54)
at 
org.apache.hadoop.service.ServiceOperations.stopQuietly(ServiceOperations.java:102)
at 
org.apache.hadoop.service.CompositeService.stop(CompositeService.java:158)
at 
org.apache.hadoop.service.CompositeService.serviceStop(CompositeService.java:132)
at 
org.apache.hadoop.yarn.server.router.Router.serviceStop(Router.java:128)
at 
org.apache.hadoop.service.AbstractService.stop(AbstractService.java:220)
at 
org.apache.hadoop.service.ServiceOperations.stop(ServiceOperations.java:54)
at 
org.apache.hadoop.service.ServiceOperations.stopQuietly(ServiceOperations.java:102)
at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:202)
at org.apache.hadoop.yarn.server.router.Router.main(Router.java:182)
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Created] (YARN-8719) Typo correction for yarn configuration in OpportunisticContainers(federation) docs

2018-08-27 Thread Y. SREENIVASULU REDDY (JIRA)
Y. SREENIVASULU REDDY created YARN-8719:
---

 Summary: Typo correction for yarn configuration in 
OpportunisticContainers(federation) docs
 Key: YARN-8719
 URL: https://issues.apache.org/jira/browse/YARN-8719
 Project: Hadoop YARN
  Issue Type: Bug
  Components: documentation, federation
Affects Versions: 3.1.1, 3.2.0
Reporter: Y. SREENIVASULU REDDY


"yarn.resourcemanger.scheduler.address"  This configuration have typo mistake.

https://hadoop.apache.org/docs/r3.1.0/hadoop-yarn/hadoop-yarn-site/OpportunisticContainers.html#Quick_Guide



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org