HBASE-25839 Bulk Import fails with java.io.IOException: Type mismatch in value from map#6547
Conversation
srinireddy2020
commented
Dec 16, 2024
- CellSortImporter emits values wrapped inside MapReduceExtendedCell
- Converted KV to CellUtil.
|
@anoopsjohn Please review the changes. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| Cell ret = convertKv(kv, cfRenameMap); | ||
| context.write(new CellWritableComparable(ret), ret); | ||
| context.write(new CellWritableComparable(ret), new MapReduceExtendedCell(ret)); | ||
| } |
There was a problem hiding this comment.
Can you please add UT?
There was a problem hiding this comment.
Thanks for looking into this issue.
Comment addressed, please verify.
53be03d to
032b99e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
We do not have this problem on master branch? |
|
Any updates here? |
Sorry for the Late reply, This issue is exist in the master branch also. |
Raised PR for the Master Branch. |
… in value from map
032b99e to
5908276
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
… in value from map (apache#6547) Signed-off-by: Pankaj Kumar<pankajkumar@apache.org>
… in value from map (apache#6547) Signed-off-by: Pankaj Kumar<pankajkumar@apache.org> (cherry picked from commit 3573930)