Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.5 KB

File metadata and controls

20 lines (15 loc) · 1.5 KB

JindoRuntimeSpec

Properties

Name Type Description Notes
fuse JindoFuseSpec Desired state for Jindo Fuse [optional]
hadoopConfig String Name of the configMap used to support HDFS configurations when using HDFS as Jindo's UFS. The configMap must be in the same namespace with the JindoRuntime. The configMap should contain user-specific HDFS conf files in it. For now, only "hdfs-site.xml" and "core-site.xml" are supported. It must take the filename of the conf file as the key and content of the file as the value. [optional]
jindoVersion VersionSpec The version information that instructs fluid to orchestrate a particular version of Jindo. [optional]
master JindoCompTemplateSpec Desired state for Jindo master [optional]
properties Map<String, String> Configurable properties for Jindo system. <br> [optional]
replicas Integer The replicas of the worker, need to be specified [optional]
runAs User Manage the user to run Jindo Runtime [optional]
secret String [optional]
tieredstore Tieredstore Tiered storage used by Jindo [optional]
user String [optional]
worker JindoCompTemplateSpec Desired state for Jindo worker [optional]