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.
import j
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.