Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by EricHwang: http://wiki.apache.org/hadoop/Hive/HiveODBC ------------------------------------------------------------------------------ }}} To force the compilation of the unixODBC API wrapper into a non-native bit architecture, modify the CC and CXX environment variables to include the appropriate flags. For example: {{{ - $ CC="gcc -m32" CXX="g++ -m32" --enable-gui=no --enable-readline=no --prefix=<unixODBC_INSTALL_DIR> + $ CC="gcc -m32" CXX="g++ -m32" ./configure --enable-gui=no --enable-readline=no --prefix=<unixODBC_INSTALL_DIR> }}} 1.#2 Compile the unixODBC API wrapper with the following: {{{