This is the Warning im getting in console, Im confused with this warning:
Loading class `com.mysql.jdbc.Driver\'. This is deprecated. The new driver class is
If seeing this message in Hive with new MySQL connector 8.x (MySQL metastore)
8.x
open hive-site.xml and change:
hive-site.xml
javax.jdo.option.ConnectionDriverName com.mysql.jdbc.Driver MySQL JDBC driver class
to
javax.jdo.option.ConnectionDriverName com.mysql.cj.jdbc.Driver MySQL JDBC driver class