cloudera-labs / cloudera.cluster

An Ansible collection for lifecycle and management of Cloudera CDP Private Cloud resources on bare metal, IaaS, and PaaS.
Apache License 2.0
32 stars 46 forks source link

Unable to define a configuration with double curly brackets #233

Open hadoopch opened 1 month ago

hadoopch commented 1 month ago

Hi all,

some configuration values in CDP required curly brackets, e.g.

curly_brackets

i tried to define this in the definition.yml by using

hiveserver2_java_opts: "{{ '{{' }}JAVA_GC_ARGS{{ '}}' }} -Djavax.security.auth.useSubjectCredsOnly=true"`

But this is not working

I still got an error that

JAVA_GC_ARGS' is undefined.

Who can support ?

Regards

Uli