Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: CDH4.1.1, CDH4.1.2, CDH4.1.3
-
Fix Version/s: None
-
Component/s: Sqoop
-
Labels:None
Description
Using Sqoop Merge to merge two data sets of same type. Both has LongWritable as key and value as sub class of SqoopRecord (say Customer). Merge operation has generated new file whose key is Customer and value is NullWritable. Whereas I was expecting the merged file to have same key and value as that of the input files i.e LongWritable & Customer respectively.