5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 06:09:47 +08:00

SQOOP-3487-Add PUT repeatedly when importing to HBase

This commit is contained in:
waooo 2021-03-15 15:08:46 +08:00
parent a9f051c5af
commit 5ef39e7d03

View File

@ -201,7 +201,6 @@ private List<Mutation> mutationRecordInHBase(Map<String, Object> record,
put.addColumn(colFamilyBytes, getFieldNameBytes(colName),
Bytes.toBytes(toHBaseString(val)));
}
mutationList.add(put);
} else {
switch (nullMode) {
case Delete: