slfan1989 commented on code in PR #4341:
URL: https://github.com/apache/hadoop/pull/4341#discussion_r883141883


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/resources/capacity-scheduler.xml:
##########
@@ -97,6 +97,15 @@
     </description>
   </property>
 
+  <property>
+    <name>yarn.scheduler.capacity.root.decided.reservable</name>

Review Comment:
   ListReservations Methods requires the queue to open the Reservation System, 
so during the junit test, i need to add configuration information.
   
   If the queue does not add this configuration, the following information will 
be prompted.
   ```
   Caused by: org.apache.hadoop.yarn.exceptions.YarnException: 
   The specified queue: root.decided is not managed by reservation system. 
   Please try again with a valid reservable queue.
   ```
   
   for configuration information, please refer to the following page
   
[Configuring_ReservationSystem](https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html#Configuring_ReservationSystem_with_CapacityScheduler)
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to