Data Types | Hive | HDFS | Comments |
---|---|---|---|
Bigint | Yes | Yes | |
Binary | Yes | No | |
Boolean | Yes | Yes | If the source contains True or False values, TDM populates the target with values 1 or 0. |
Decimal | Yes | Yes | |
Double | Yes | Yes | |
Float | Yes | Yes | There is a data mismatch if the source contains the value 3.3 and the target contains the value 3.299999952316280. |
Int | Yes | Yes | |
Smallint | Yes | Yes | |
String | Yes | Yes | |
Tinyint | Yes | Yes |