Uh oh!
There was an error while loading. Please reload this page.
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.
srinireddy2020
commented
Dec 16, 2024
@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.
Thanks for looking into this issue.
Comment addressed, please verify.
53be03d to
032b99eCompare
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.
Apache9
commented
Dec 29, 2024
We do not have this problem on master branch? |
Apache9
commented
Jan 13, 2025
Any updates here? |
srinireddy2020
commented
Jan 13, 2025
Sorry for the Late reply, This issue is exist in the master branch also. |
srinireddy2020
commented
Jan 14, 2025
Raised PR for the Master Branch. |
032b99e to
5908276Compare
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.
Apache-HBase
commented
Mar 10, 2025
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 10, 2025
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 10, 2025
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 10, 2025
🎊 +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)