I have a 32-bit HortonWorks Hadoop/Hive database that I'm able to query within 32-bit R using RODBC
.
When trying to connect to the database in 64-bit R I receive this error:
[RODBC] ERROR: state IM014, code 0, message [Microsoft][ODBC Driver Manager]
The specified DSN contains an architecture mismatch between the Driver and Application
However, the large size of the data requires me to use 64-bit R due to the memory limitations in Windows' 32-bit R.
Is there a work around?