1 Star 0 Fork 0

Soilor/docker-hive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_config.yaml 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthew Neal 提交于 2020-10-16 16:35 . Update base image
schemaVersion: "2.0.0"
commandTests:
- name: jre
command: java
args: ["-version"]
expectedError:
- "1.8.0_265"
- name: wget
command: apt
args: ["list", "wget"]
expectedOutput:
- "1.20.1-1.1"
fileExistenceTests:
- name: hive-home
path: /opt/apache-hive-2.3.7-bin
shouldExist: true
uid: 1000
gid: 1000
- name: hive-site.xml
path: /opt/apache-hive-2.3.7-bin/conf/hive-site.xml
shouldExist: true
- name: log4j2.properties
path: /opt/apache-hive-2.3.7-bin/conf/hive-log4j2.properties
shouldExist: true
metadataTest:
env:
- key: JAVA_HOME
value: /usr/local/openjdk-8
- key: HADOOP_HOME
value: /opt/hadoop-2.9.2
- key: HIVE_HOME
value: /opt/apache-hive-2.3.7-bin
- key: HADOOP_CLASSPATH
value: "/opt/hadoop-2.9.2/share/hadoop/tools/lib/aws-java-sdk-bundle-1.11.199.jar:/opt/hadoop-2.9.2/share/hadoop/tools/lib/hadoop-aws-2.9.2.jar"
exposedPorts: ["9083"]
workdir: "/opt/apache-hive-2.3.7-bin"
entrypoint: ["bin/hive"]
cmd: ["--service", "metastore"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soilor/docker-hive.git
git@gitee.com:soilor/docker-hive.git
soilor
docker-hive
docker-hive
hadoop2.9.2-hive2.3.7

搜索帮助

0d507c66 1850385 C8b1a773 1850385