hiveql - HIVE: no column names in output -


this how typical looks

i use putty running hive queries. query results have no column names.

setting doesn't have obvious check-box "add column names", not me anyways...

can please?

thanks

more details: issue description

execute command once in hive session:

set hive.cli.print.header=true; 

alternatively add command in .hiverc file in home directory. see reference: https://cwiki.apache.org/confluence/display/hive/languagemanual+cli#languagemanualcli-thehivercfile


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -