类 ZeppelinApplicationConfig
- java.lang.Object
-
- com.baidubce.services.bmr.model.ApplicationConfig
-
- com.baidubce.services.bmr.model.ZeppelinApplicationConfig
-
public class ZeppelinApplicationConfig extends ApplicationConfig
-
-
构造器概要
构造器 构造器 说明 ZeppelinApplicationConfig()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ZeppelinApplicationConfigwithVersion(String version)Configure the version of zeppelin.-
从类继承的方法 com.baidubce.services.bmr.model.ApplicationConfig
addProperty, getName, getProperties, getVersion, setName, setProperties, setVersion
-
-
-
-
方法详细资料
-
withVersion
public ZeppelinApplicationConfig withVersion(String version)
Configure the version of zeppelin. The reference version is as follows:image type | image version | zeppelin version supported hadoop | 2.0.0 | 0.8.0
- 参数:
version- The version of zeppelin.- 返回:
- ZeppelinApplicationConfig
-
-