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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Nulls in hive tables after loaded data into hdfs

Hi all,

      Am trying to get the records from mssql to hive using hdfs path (.txt file)

 

      tmssqlCDCinput ---->thdfsoutput

 

     tpostjob --->thiveconn ---> thiveload

 

by this design now am getting "nulls" in hive tables.can you please help us to resolve this issue

 

Thanks,

Sai babu

 

Labels (3)
2 Replies
manodwhb
Champion II
Champion II

@saibabu ,it could be data type issue,what are you creating in hive table and the data what you are getting into thdfsoutput.

Anonymous
Not applicable
Author

Thanks for your reply .i resolved the issue bcoz of this error " predicate 'user' identifier column". now am getting values in hive tables