You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@sqoop.apache.org by Jarek Jarcec Cecho <ja...@apache.org> on 2013/06/02 00:34:14 UTC

Re: SQOOP adding header row in import

Hi Asnish,
Sqoop will not add a header with column names to the imported files.

Sqoop is also not expecting to find such line in the input files during export, so you will need to remove such line using different means (mapreduce, pig, hive).

Jarcec

On Thu, May 30, 2013 at 03:27:33PM -0700, Ashish Gupta wrote:
> Does SQOOP add header row with column names in the import from RDBMS (SQL
> Server)?
> 
> We are seeing a header row in the imported file. How to suppress it?