configInfo: - name: image.repository text: 镜像 type: text value: "registry.cn-qingdao.aliyuncs.com/wod/hive" hrtext: HIVE配置 - name: image.tag text: 镜像版本 type: radio value: ["3.1.2"] - name: resources text: 资源限制 type: resource memory: "1024Mi" cpu: "500m" - name: service.portHTTP text: http端口 type: text value: "10001" - name: service.portUI text: UI端口 type: text value: "10002" - name: service.nodePortUI text: NodePort UI 端口 type: text value: "30004" - name: service.nodePortHTTP text: NodePort HTTP 端口 type: text value: "30005" - name: connect.hdfs.namenode text: HDFS namenode 地址 type: text value: "hadoop-hadoop-hdfs-nn:9000" hrtext: HIVE连接 - name: connect.hdfs.path text: HDFS 路径 type: text value: "/hive/warehouse" - name: connect.mysql.server text: mysql 数据库地址 type: text value: "hive-mysql-mysqlha-readonly:3306" - name: connect.mysql.username text: mysql 数据库用户 type: text value: "root" - name: connect.mysql.password text: mysql 数据库密码 type: text value: "spaceIN511" - name: connect.hbase.zookeeper text: zookeeper地址 type: text value: "myzk-zookeeper:2181"