https://fonts.google.com/?selection.family=Open+Sans
cd /usr/share/fonts
sudo mkdir googlefonts
cd googlefonts
sudo unzip -d . ~/Downloads/Open_Sans.zip
| import pyodbc | |
| import re | |
| # make sure the Drill ODBC driver is installed | |
| # this is for Mac | |
| MY_DSN = """ | |
| Driver = /opt/mapr/drillodbc/lib/universal/libmaprdrillodbc.dylib | |
| ConnectionType = Zookeeper | |
| ZKQuorum = node10:5181,node11:5181,node12:5181 | |
| ZKClusterID = se1-drillbits |