- Impala ODBC Driver from here
- Make sure unixODBC is installed (
odbcinst -j
) - Extract the driver to
/opt/cloudera/impalaodbc/
- Add
/opt/cloudera/impalaodbc/Setup/odbc.ini
toUSER DATA SOUCE
(In my case/home/edward/.odbc.ini
) - Add
/opt/cloudera/impalaodbc/Setup/odbcinst.ini
toDRIVERS
(In my case/etc/odbcinst.ini
) - Fill in template values in
src/DatabaseTest.hs
stack build
stack run