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
And when i try to load data I have this error message :
Do you have an idea to solve this issue ?