You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing a platys init --enable-services KAFKA, PRESTO -w 1.7.0
a config.yml is generated with the following values:
# Default values for the generator
# this file can be used as a template for a custom configuration
# or to know about the different variables available for the generator
platys:
platform-name: 'default'
platform-stack: 'trivadis/platys-modern-data-platform'
platform-stack-version: '1.7.0'
structure: 'flat'
# ===== Global configuation, valid for all or a group of services ========
# Timezone, use a Linux string such as Europe/Zurich or America/New_York
use_timezone: 'true'
# the name of the repository to use for private images, which are not on docker hub (currently only Oracle images)
private_docker_repository_name: 'true'
# ===== Apache Kafka ========
KAFKA_enable: true
SPARK_enable: true
# ===== Apache Hive Metastore ========
HIVE_METASTORE_enable: true
# ===== Presto ========
PRESTO_enable: true
#===== MinIO Object Storage ========
MINIO_enable: true
AWSCLI_enable: true
The value of use_timezone and private_docker_repository_name are set to true which causes the docker-compose.yml to be invalid after a platys gen.
It would be correct to use the values from the "template" config.yml.
The text was updated successfully, but these errors were encountered:
I'm doing a
platys init --enable-services KAFKA, PRESTO -w 1.7.0
a config.yml is generated with the following values:
The value of
use_timezone
andprivate_docker_repository_name
are set totrue
which causes the docker-compose.yml to be invalid after aplatys gen
.It would be correct to use the values from the "template"
config.yml
.The text was updated successfully, but these errors were encountered: