Description
The current Hive implementation ignores a database name at JDBC URL,
though we can set it by executing "use <DBNAME>" statement.
I think it is better to also specify a database name at JDBC URL or database properties.
Therefore, I'll attach the patch.