Error while executing program with Hive JDBC

前端 未结 2 894
悲哀的现实
悲哀的现实 2021-01-20 22:40

I have written this small program for Hive JDBC. Initially it is executing fine but when I tried to run now suddenly I got error.

Program:

import j         


        
2条回答
  •  滥情空心
    2021-01-20 22:58

    By any chance do you have more than different versions of thrift and libthrift hanging around? It sounds like the classes are being generated with one version of thrift, but trying to use a different version of libthrift at runtime.

提交回复
热议问题