We are using apache Sqoop to offload data from Teradata system to Hive tables in Hortonworks platform using Hortonworks Connector for Teradata.
We are trying to create Hive table in Teradata from Sqoop using the Sqoop command "create-hive-table". The process is working fine if there are no Interval/Period data type in Teradata but failing(Error: unsupported data type) if the table contains a interval/period data type. I have also tried to use the "hive-import" option but it is not working if the table is not created before. Did anybody face this issue while using the Hortonworks Connector For Teradata. Please note I am facing such problem only when there is a interval/period type present in table..