Member since
09-10-2021
3
Posts
0
Kudos Received
0
Solutions
04-18-2022
10:11 AM
@GangWar What exactly are the steps for opening a support case with Cloudera? We know the manual for installing the driver and we followed all its steps. Still, no success. Thanks for all your help.
... View more
03-31-2022
06:50 AM
Hi @GangWar ! We didn't follow any specific documents. Is there any? We do have three other developers that succeeded setting up the environment but this was 8 months ago and we were some how unable to replicate what we did. Step 1 python install (python 3.9.10) Setp 2 unixodbc install: Unix odbc was installed using brew and we set the following flags: $ export LDFLAGS="-L/opt/homebrew/Cellar/unixodbc/2.3.9_1/lib" $ export CPPFLAGS="-I/opt/homebrew/Cellar/unixodbc/2.3.9_1/include" Step 3: pip install pyodbc (4.0.32) Step 4: pip install psycopg2-binary (2.9.1) Step 5: install cloudera impala driver 2.6.8 using the dmg file. Try to connect to cloudera from the python flask app and we get the file not found error above, although the file exists in the expected location.
... View more
03-29-2022
05:15 AM
Developer in my team are running into a problem setting up their development environment with M1 mac computers. We use the impala driver to access CDP. After installing all dependencies they are getting this error:
'message': 'Error in database connection', 'error': '(\'01000\', "[01000] [unixODBC][Driver Manager]Can\'t open lib \'/opt/cloudera/impalaodbc/lib/universal/libclouderaimpalaodbc.dylib\' : file not found (0) (SQLDriverConnect)") - Driver=/opt/cloudera/impalaodbc/lib/universal/libclouderaimpalaodbc.dylib;
Still, the file existis in the expected location, which means that the message is misleading. Any ideas what we could do? Anyone having the same problem?
... View more
Labels: