Created on 10-25-2016 08:28 AM - edited 09-16-2022 03:45 AM
We have a user who is running impala-shell from the edge node of our hadoop cluster. The user is running a query sucessfully and having the output of the query going to a csv. When the user looks at the csv with vim or vi they have two two blank lines before the data from the query shows up. Has anybody else had this problem? The user is able to remove the two blank lines, but is annoyed by this process because it interrupts his workflow.
Anybody else have this problem?
Impala-shell command
impala-shell --ssl -V -i hare1.putnaminv.com:21000 -u cmorris -B -o test.csv --print_header --output_delimiter='|' -f user.sql
Example of test.csv
----------------------------------------------------
head header head
data
data
data
Created 11-03-2016 10:06 AM
Created 10-25-2016 09:07 AM
What version of Impala?
Does this happen with -q "show databases" instead of -f user.sql?
Created 11-02-2016 06:05 AM
Created 11-02-2016 06:11 AM
Created 11-02-2016 08:53 AM
Created 11-03-2016 10:06 AM