19. Managing Cluster Resources : How VectorH Interacts with YARN : Configure YARN Integration
 
Share this page                  
Configure YARN Integration
By default, integration with Apache Hadoop YARN is disabled. During installation, you are asked if you want to enable it.
You can configure integration with YARN by using the iisetres command to change the following parameters in config.dat:
ii.hostname.x100.yarn.enable
Enables or disables YARN integration.
Valid values: true and false
Default: false
ii.hostname.x100.yarn.amqueue
Specifies the YARN queue for VectorH. The DbAgent (API through with VectorH interacts with YARN) uses this setting to acquire cluster resources from a specific queue, which must be already set up.
Valid values: the name of a YARN queue
Default: default (the default YARN queue)
ii.hostname.x100.yarn.ampriority
Specifies the DbAgent's priority for getting the VectorH required resources from YARN.
Valid values: 0 (low priority) – 10 (high priority)
Default: 10
ii.hostname.x100.yarn.update_slaves
Specifies whether YARN should update the slaves file on X100 server startup. Set this parameter to "false" when running VectorH on a subset of nodes in a Hadoop cluster when YARN is enabled. Valid values: true and false.
Default: false