1. 程式人生 > >hive 日誌配置/表頭配置

hive 日誌配置/表頭配置

1.日誌配置,拷貝hive/conf下的hive-log4j2.properties.template為hive-log4j2.properties,修改日誌目錄,接下來在建立hive/logs,目錄即可

 

2.表頭配置,在hive-site,xml中增加如下屬性

1 <property>
2     <name>hive.cli.print.header</name>
3     <value>true</value>
4 </property>
5 
6 <property>
7     <name>hive.cli.print.current.db</name>
8
<value>true</value> 9 </property>

重啟hive即可