Hi All,

Whenever I do a Sqoop Import using the following command:

Name: test

Database configuration

Schema name: test
Table name: emp
Table SQL statement:
Table column names: name,id
Partition column name: id
Nulls in partition column: true
Boundary query:

Output configuration

Storage type:
  0 : HDFS
Choose: 0
Output format:
  0 : TEXT_FILE
  1 : SEQUENCE_FILE
Choose: 1
Output directory: /tmp/Seq1/1

Throttling resources

Extractors:
Loaders:
Job was successfully updated with status FINE

It gives me the following output file:
'Tom',1 (null)
''Blue',2 (null)
'James',3 (null)
'Tom',4 (null)
'Erik',5 (null)


I want to know that why it is appending (null) in the output sequence file.

Any help will be highly appreciated.

Thanks in advance!!

-- 
Thanks & Regards,
Shakun Grover

Reply via email to