hive 查询数据表头不显示的解决办法(已验证)


hive安装包conf/hive-site.xml  增加如下配置:

    <property>
         <name>hive.cli.print.header</name>
         <value> true </value>
         <description>Whether to print the names of the columns in query output.</description>
     </property>
     <property>
         <name>hive.cli.print.current.db</name>
         <value> true </value>
         <description>Whether to include the current database in the Hive prompt.</description>
     </property>


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM