Member since
10-25-2014
108
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4888 | 11-14-2014 06:24 PM |
10-03-2024
11:52 AM
Hello- First of all, make sure you are using the latest Impala JDBC connector. If you do - then try to add 'UseNativeQuery=1' to the JDBC connection string and re-test.
... View more
10-03-2024
11:33 AM
Hello- Make sure first of all you are using the latest Cloudera JDBC.
... View more
10-03-2024
11:04 AM
Hello- Seems like a file is missing: the code is trying to open a file, but it is not there: return Popen(*popenargs, **kwargs).wait() Also the following seems relevant to how make Python more explicit: https://stackoverflow.com/questions/8978057/raising-builtin-exception-with-default-message-in-python
... View more
05-26-2016
10:55 AM
1 Kudo
Hi, Probably, you need to try the same operation from beeline. If that works then ODBC needs tuning. If not -- then your query needs tuning.
... View more