Greetings!
We have updated the code for Hive thrift server, please download it, and then execute it, it should create the table in the database upon execution.
*Please change the filename to HiveJdbcClient.java
Also use the below command to execute the code which we have shared with you, just make sure that you are using the name HiveJdbcClient.java
Command -
javac -cp .:/opt/cloudera/parcels/CDH/lib/hive/lib/*:/opt/cloudera/parcels/CDH/lib/hadoop/lib/* HiveJdbcClient.java
java -cp .:/opt/cloudera/parcels/CDH/lib/hive/lib/*:/opt/cloudera/parcels/CDH/lib/hadoop/lib/* HiveJdbcClient
Please let us know if this helps.
We are eagerly waiting for your response.