where the namespace I will run metering in is btofel
:
oc new-app -n btofel -e MYSQL_USER=mysql -e MYSQL_PASSWORD=password -e MYSQL_DATABASE=hive_metastore -e MYSQL_ROOT_PASSWORD=password mysql:5.7
where the namespace I will run metering in is btofel
:
oc new-app -n btofel -e MYSQL_USER=mysql -e MYSQL_PASSWORD=password -e MYSQL_DATABASE=hive_metastore -e MYSQL_ROOT_PASSWORD=password mysql:5.7
Above config then throws metastore container log errors of:
Which is a mysql access config error (and who know what someone has set for this access configs). Also, there is an idea that maybe there is an SSL error, but not sure what in the config is requiring SSL for the JDBC connection?