Skip to content

Instantly share code, notes, and snippets.

@songpon
Created February 5, 2020 04:07
Show Gist options
  • Save songpon/4bc4976392b7d917f1cbeb7b8b29a60b to your computer and use it in GitHub Desktop.
Save songpon/4bc4976392b7d917f1cbeb7b8b29a60b to your computer and use it in GitHub Desktop.
ubuntu 18.04 install dremio driver
wget https://download.dremio.com/odbc-driver/1.4.2.1003/dremio-odbc-1.4.2.1003-1.x86_64.rpm
sudo apt-get install alien unixodbc-dev -y
sudo alien dremio-odbc-1.4.2.1003-1.x86_64.rpm
sudo dpkg -i dremio-odbc_1.4.2.1003-2_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment