Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hbase ETL to Teradata issues

Hi all,

 

I've got a job i'm working on which ETL's data from HBASE --> TERADATA table and the job will load 9/12 columns but for whatever reason when going into terdata will drop off some of the integer columns and i'm confused as to why. So far i've started by removing the mapping and making it so that the job writes to a text file, i can see that the values for these columns which do not appear in teradata appearing in the text file as expected. Although for whatever reason they're not making it past the mapping into the teradata table. Oddly enough the exact same job works in a lower environment exactly as is with no changes, also to note i've had a play with some of the data types on the receiving table with no luck. 

 

Any comments/advice greatly appreciated 0683p000009MACn.png

Thanks John

Labels (4)
2 Replies
manodwhb
Champion II
Champion II

@Baller4sho ,  when you say it is working in lower environments means in the lower environments teradata tables is it loading correctly? then it may be configuration of teradata issue?

 

Anonymous
Not applicable
Author

Hi,

Thanks for the response, I actually managed to resolve this one. Despite those columns being integer in nature, I read them in as strings and updated the destination table to accept varchars.
I know the philosophy around schema's with hbase but if someone understands why it would be nice to get an explanation 0683p000009MACn.png