Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Ed
Contributor III
Contributor III

Parse Exception line 1/7 cannot recongnize input near '[' id_activite']' in select clause

Hello everyone,

I am trying to connect qlik server to my Hadoop database with a hive connetion.

LIB CONNECT TO 'Apache_Hive_Connection';
LOAD id_activite,
    date_debut;

perf_met_activite:
SELECT id_activite,
    date_debut
FROM z_lab_int_hive_socle.perf_met_activite
LIMIT 100;

Before importing the script I have this error message

Error9.1.PNG

And when i try to load data I have this error message :

erreurconnexionperf_met_activite.PNG

Do you have an idea to solve this issue ?

0 Replies