Member since
05-19-2016
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4391 | 06-02-2016 10:30 AM |
06-02-2016
10:30 AM
I worked with Cloudera support and they found a solution The issue This issue is caused by the HiveServer2 failing to execute a MapReduce Local Task and it does not seem bound to queries submitted through ODBC The solution In the ODBC properties I set hive.auto.convert.join to false
... View more
05-19-2016
11:02 AM
I have the Cloudera ODBC driver installed on my machine (v2.5.19.1004). I receive the following error when I execute a query that joins two tables together Error from server: error code: '0' error message: 'ExecuteStatement finished with operation state: ERROR_STATE I can query each table individually without error. It is only when I join them together do I get this error. Any thoughts on what the problem could be?
... View more