Created 12-15-2016 08:20 PM
Example oracle RAW datatype value “175D78D86FAFE6D19C631AF3BFC246EB” and the sqoop converts that data into string. The data has spaces when I check the hdfs file using "hive –orcdump –d <hdfsfile>”. The RAW dataype is expressed in hexadecimal on oracle side and sqoop adds space to the hdfs file like “17 5D 78 D8 6F AF E6 D1 9C 63 1A F3 BF C2 46 EB”. Has anyone faced this ?
RAW datatype is supported by sqoop in the documentation - https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html
I see BFILE and LONG RAW datatypes are not supported in sqoop documentation. Do we have a workaround for this ?
Created 12-15-2016 08:53 PM
Have you looked into Type Mapping to override the data types?
https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_controlling_type_mapping
Created 12-15-2016 08:53 PM
Have you looked into Type Mapping to override the data types?
https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_controlling_type_mapping
Created 12-16-2016 04:04 PM
Ya I tried it and that doesn't help.
Created 01-03-2017 06:39 PM
This has been accepted as a bug by the support team and tracked in the internal JIRA.
Created 10-31-2017 04:38 PM
Hi balaji what is the status of this Jira. did you have any referance to that jira I can refer it ?