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

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

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