Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] How to Get Row count from Hive Table

Hi I am very new to Talend BIG Data and developing Archiving job, so i have to do reconciliation of source file records with archive tables. can any one suggest me how get the row count? 
I may not know if table is exist or not. 
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I have resolve this problem using below two modifications. 

I used tHiveInput instead tHiveRow. 
And pass "Select count(*) from"+context.TableName. 

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi umeshrakhe,

Thanks for posting that you resolved it by yourself. Could you please share your solution with us?

Best regards
Sabrina
Anonymous
Not applicable
Author

I have resolve this problem using below two modifications. 

I used tHiveInput instead tHiveRow. 
And pass "Select count(*) from"+context.TableName.