Created
February 5, 2020 04:07
-
-
Save songpon/4bc4976392b7d917f1cbeb7b8b29a60b to your computer and use it in GitHub Desktop.
ubuntu 18.04 install dremio driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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