Hive Query Editor not working

queries in Hive Query Editor not working since yesterday…
It says:

Could not connect to cxln2.c.thelab-240901.internal:10000 (code THRIFTTRANSPORT): TTransportException(‘Could not connect to cxln2.c.thelab-240901.internal:10000’,)

Hi, Raju.
This seems to be the connection error. I understand that you are trying to connect the Mysql as “cxln2.c.thelab-240901.internal:10000” this is he host for MySQL.
Can you please check the right path and IP address -

  1. Mysql path --> /data/jars/mysql-connector-java-5.1.36-bin.jar
  2. or import --connect cxln2.c.thelab-240901.internal or import --connect jdbc:mysql:ip-172-31-13-154:3306 this is the host where MySQL is running.

You can try the Hive terminal for your Hive queries.
All the best.