Hi Vaibhav,
> i cannot find libodbchive.so in /usr/local/lib . So i defined odbc hive > driver as libodbc.so . Is that the problem? > > libodbc.so is the ODBC DriverManager library provided by unixODBC. You should not rename or symlink this file. I think your problem is that you forgot to patch the unixODBC library before building it. The patch attached to HIVE-1101 must be applied to the unixODBC-2.2.14 source tree before you build it. This patch contains the code and Makefile changes that cause unixODBC to build libhiveodbc.so Thanks. Carl