mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 15:12:33 +08:00
SQOOP-3487: Remove unintentionally added rowkeys (via PUT in ToStringPutTransformer.java) during HBase (incremental) import
(Zhou Hong via Attila Szabo)
This commit is contained in:
parent
a9f051c5af
commit
f8beae32a0
@ -201,7 +201,6 @@ private List<Mutation> mutationRecordInHBase(Map<String, Object> record,
|
|||||||
put.addColumn(colFamilyBytes, getFieldNameBytes(colName),
|
put.addColumn(colFamilyBytes, getFieldNameBytes(colName),
|
||||||
Bytes.toBytes(toHBaseString(val)));
|
Bytes.toBytes(toHBaseString(val)));
|
||||||
}
|
}
|
||||||
mutationList.add(put);
|
|
||||||
} else {
|
} else {
|
||||||
switch (nullMode) {
|
switch (nullMode) {
|
||||||
case Delete:
|
case Delete:
|
||||||
|
Loading…
Reference in New Issue
Block a user