We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In such case key-value pairs in 'environment' sections are omitted.
For example
services: namenode: image: bde2020/hadoop-namenode:2.0.0-hadoop2.7.4-java8 volumes: - namenode:/hadoop/dfs/name environment: - CLUSTER_NAME=test env_file: - ./hadoop-hive-namenode.env ports: - "50070:50070" - "8020:8020"
CLUSTER_NAME won't be set
CLUSTER_NAME
The text was updated successfully, but these errors were encountered:
This seems like a bug, I will trying to fix it ASAP.
Sorry, something went wrong.
hangyan
No branches or pull requests
In such case key-value pairs in 'environment' sections are omitted.
For example
CLUSTER_NAME
won't be setThe text was updated successfully, but these errors were encountered: