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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

create a table with hive from Talend

Hi,
I use Talend for the following process .

My input file is a logapache file and i want to know how i can create a table with HIVE.
Please see the screenshot.
Labels (2)
3 Replies
Anonymous
Not applicable
Author

i added the screenshot
Anonymous
Not applicable
Author

screenshot added
Anonymous
Not applicable
Author

Hi,
In this version of Talend, you have to write the CREATE statement by hand in a tHiveRow. If you are using HortonWorks 1.0, you are able to use HCatalog and the component tHCatalogOperation in order to create the table without writing any line of HQL.
HTH,
Rémy.