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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to put comments in SQL in tHiveLoad?

I am trying to put regular SQL comments into my tHiveLoad component. I have tried double dash -- and /* */ , but Talend doesn't like either of them.

What is the best way to comment my SQL in tHiveLoad?

Labels (2)
1 Reply
vapukov
Master II
Master II

Hi,

where you plan to add this sql-style comment?

 

tHiveLoad it is not a sql query, it is more similar to sqoop, bcp or mysqlimport commands and all of them do not mean sql-style comments because it is not a code, it is commands.

 

if you want to have some comments in Talend Job - use Documentation tab of tHiveLoad component, there is a proper place for comments in Talend

0683p000009M1Nd.png