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:
Caused by: java.sql.SQLException: Access denied for user 'APP'@'10.128.2.75' (using password: YES)
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?
then with metering deployed to the btofel namesspace with this CR: