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

The comment on the change is:
fixed a documentation bug

------------------------------------------------------------------------------
   {{{
   $ ./configure --enable-gui=no --enable-readline=no 
--prefix=<unixODBC_INSTALL_DIR>
   }}}
+  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>
+  }}}
   1.#2 Compile the unixODBC API wrapper with the following:
   {{{
   $ make
-  }}}
-  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" make
   }}}
   1.#3 If you want to completely install unixODBC and all related drivers:
    a. Run the following from the unixODBC root directory:

Reply via email to