Hive默认显示数据库和表名配置

hive-site.xml添加以下参数:

<property> 
    <name>hive.cli.print.current.db</name>
    <value>true</value>
</property>
<property> 
    <name>hive.cli.print.header</name>
    <value>true</value>
</property>
author@nohert
原文地址:https://www.cnblogs.com/gzgBlog/p/14902122.html