Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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_debutFROM z_lab_int_hive_socle.perf_met_activiteLIMIT 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 ?