I am trying to SQOOP from SAP HANA database, My purpose is to do a direct hive import, I used the command as required (which works for most of the tables) but in some cases the import doesn't work as there are special characters in the SAP table name for e.g table name is "/BIC/AS100/" Due to the "/" in the table name.
I am unable to do a direct hive import. Is there any way I can import the table and create a new hive table with a proper name.
hdfsandcreate external tableinhivepointing to thehdfslocation. - Sathiyan S