com.baidubce.services.bmr.model
Class RangerApplicationConfig

java.lang.Object
  extended by com.baidubce.services.bmr.model.ApplicationConfig
      extended by com.baidubce.services.bmr.model.RangerApplicationConfig

public class RangerApplicationConfig
extends ApplicationConfig

Represent a Ranger applicaton. A Ranger application can be configured with property of version.


Constructor Summary
RangerApplicationConfig()
           
 
Method Summary
 RangerApplicationConfig withVersion(String version)
          Configure the version of Ranger.
 
Methods inherited from class com.baidubce.services.bmr.model.ApplicationConfig
addProperty, getName, getProperties, getVersion, setName, setProperties, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangerApplicationConfig

public RangerApplicationConfig()
Method Detail

withVersion

public RangerApplicationConfig withVersion(String version)
Configure the version of Ranger. The reference version is as follows: image type | image version | Ranger version supported hadoop | 1.2.0 | 0.11

Parameters:
version - The version of Ranger.
Returns:
RangerApplicationConfig


Copyright © 2018. All rights reserved.