Member since
01-01-2020
2
Posts
0
Kudos Received
0
Solutions
01-02-2020
05:52 AM
@sow Actually i guess that you have to map the blob datatype to binary instead of a string. Try the below command hope it works: sqoop import --connect 'jdbc:oracle:thin:@serveri_ip:port/database' --username <> -password <> --query "SELECT * FROM table_name WHERE \$CONDITIONS" --map-column-java CMID=Integer,DATAPROP=binary --as-parquetfile --delete-target-dir --target-dir /user/test/ --m 1
... View more
01-01-2020
10:39 AM
Hey sparamas, How did you over come the below error and successfully executed the ksetup commands: Failed to create Kerberos key: 5 (0x5) Failed to open Kerberos Key: 0x5 Failed /AddKdc : 0xc0000001 Thanks
... View more