If the import table is with special character in field name and unsupported data type, what can I do with `sqoop --map-column-java` ?
Such as Oracle Table @MABCNO GRAPHIC(12) VECTOR$ RAW I try following command but fail. Is there any suggestions ? sqoop import --connect "jdbc:db2://X.X.X.X:50000/DBSRC" --username jazz -P --map-column-java _MABCNO=STRING - Jazz
