Created 12-08-2020 11:24 PM
Team,
Many users are facing intermittent issues using jdbc interpreter
Issue : Unable to instantiate org.apache.hadoop.hive.q1.metadata.SessionHiveMetaStoreClient
Workaround is to restart jdbc interpreter , so as to automate this process need to add this in a shell script.
Can someone help us on this.
Thanks
ASIF.
Created 12-08-2020 11:38 PM
In my opinion,
there seems to be a problem running the interpreter due to insufficient memory.
First check if there is insufficient memory by monitoring the system.
Created 12-09-2020 12:05 AM
As per Cloudera this is an open bug in apache which is not solved in hdp 3.1.5 as well.
So as a workaround need to restart jdbc interpreter using cronjob .
Thanks
ASIF.
Created 12-11-2020 08:25 AM
Created 12-11-2020 08:27 AM
Can you please guide us with the below , as need to restart jdbc interpreter using shell script / curl command.
Thanks
ASIF.
Created 12-11-2020 08:36 AM
Please visit the following link. Good luck.
https://zeppelin.apache.org/docs/0.8.0/usage/rest_api/interpreter.html#restart-an-interpreter
Created 12-13-2020 04:32 AM
As per the link,
https://zeppelin.apache.org/docs/0.8.0/usage/rest_api/interpreter.html#restart-an-interpreter
To restart zeppelin interpreter we need to know interpreter id , which we are unable to find .
https://zeppelin.apache.org/docs/0.8.0/usage/rest_api/interpreter.html#restart-an-interpreter
Also interpreter restart can only be done with admin user, hence that also needs to be passed via script.
Thanks
ASIF.