I'm having trouble executing a sqoop import from ECC data in HANA and Oracle. The issue seems to be the same for both databases. The sqoop import fails when the ERP table contains field names that include the / character. For example the MARA table has multiple field names that contain /BEV1/....
I can successfully pull the data if I include all the other columns in an explicit list, but I would prefer to run the import without --columns. Has anyone encountered a similar issue and been able to code around it?