Member since
05-13-2025
8
Posts
0
Kudos Received
0
Solutions
05-26-2025
03:13 PM
and the other question - is it allowed to download Cloudera ODBC Driver for Apache Hive from the cloudera web-site and install for commercial use?
... View more
05-26-2025
09:29 AM
Legal question about using Cloudera ODBC Driver (Connector) for Apache Hive: would it be possible to include its package into my software package (i.e. to bundle them) and install them altogether?
... View more
Labels:
- Labels:
-
Apache Hive
05-16-2025
08:17 AM
like i said in the beginning - this one doesn't work: "-- Request ID: 4b9a2e0a-e250-45b7-b9cc-0915f20f848f SELECT * FROM (-- Request ID: 4b9a2e0a-e250-45b7-b9cc-0915f20f848f select version()) AS Subquery__9 LIMIT 1" however, this one works fine: "SELECT * FROM (-- Request ID: 4b9a2e0a-e250-45b7-b9cc-0915f20f848f select version()) AS Subquery__9 LIMIT 1 -- Request ID: 4b9a2e0a-e250-45b7-b9cc-0915f20f848f" Though our team found a workaround, but I'm afraid this thread can't set this as resolved as the original issue still exists, i.e. any valid multi-line query starting with a comment line - returns empty response. And like i also said - this is not the case when the query is sent through JDBC.
... View more
05-15-2025
03:26 PM
when a comment line is in a middle of the query or at the end - it works fine. the only issue is when the commend is in the first line.
... View more
05-15-2025
03:20 PM
here's what i can see in the driver log: 01:09:15.229 INFO 1431732928 Simba::DSI::SharedSingletonManager::LogVersionsAndLocation: SDK Version: 10.02.03.1020 01:09:15.229 INFO 1431732928 Simba::DSI::SharedSingletonManager::LogVersionsAndLocation: DSII Version: 2.7.0.1002 01:09:15.229 INFO 1431732928 Simba::DSI::SharedSingletonManager::LogVersionsAndLocation: Executing binary located at /opt/cloudera/hiveodbc/lib/64/libclouderahiveodbc64.so 01:09:15.229 INFO 1431732928 Simba::ODBC::Driver::Initialize: Default Database CHAR Encoding: UTF-8 01:09:15.229 INFO 1431732928 Simba::ODBC::Driver::Initialize: Default Database WCHAR Encoding: UTF-8 01:09:15.229 INFO 1431732928 Simba::ODBC::Driver::Initialize: Driver ANSI CHAR Encoding: UTF-8 01:09:15.229 INFO 1431732928 Simba::ODBC::Driver::Initialize: Driver Manager WCHAR Encoding: UTF-16LE 01:09:15.229 INFO 1431732928 Simba::ODBC::Driver::Initialize: Detected Driver Manager: unixODBC, 2.2.14 or 2.3.x branch 01:09:15.229 INFO 1431732928 Simba::ODBC::Driver::Initialize: Locale name: en_US 01:09:15.229 INFO 1431732928 Simba::ODBC::Driver::Initialize: Bitness: 64-bit 01:09:15.229 INFO 1431732928 ::CInterface::SQLAllocHandle: Allocating environment handle. 01:09:15.230 INFO 1431732928 Simba::ODBC::Environment::SQLSetEnvAttr: Attribute: SQL_ATTR_ODBC_VERSION (200) 01:09:15.230 INFO 1431732928 Simba::ODBC::EnvironmentAttributes::SetAttribute: Setting ODBC version to: 3 01:09:15.230 INFO 1431732928 Simba::ODBC::Environment::SQLGetEnvAttr: Attribute: SQL_ATTR_ODBC_VERSION (200) 01:09:15.230 INFO 1431732928 ::CInterface::SQLAllocHandle: Allocating connection handle. 01:09:15.439 INFO 1431732928 ::CInterface::SQLAllocHandle: Allocating statement handle. 01:09:15.787 INFO 1431732928 ::CInterface::SQLFreeHandle: Freeing statement handle. 01:09:15.801 INFO 1431732928 ::CInterface::SQLFreeHandle: Freeing connection handle. 01:09:15.801 INFO 1431732928 ::CInterface::SQLFreeHandle: Freeing environment handle. Does it explain anything? PS: later on i'll try to get to the hive server logs.
... View more
05-14-2025
01:55 PM
unfortunately UseNativeQuery=1 hasn't helped. the issue is still reproducible.
... View more
05-13-2025
11:45 AM
Dear Community, I've faced with an issue when i try to send the following query to Apache Hive using ODBC driver: "-- Request ID: 4b9a2e0a-e250-45b7-b9cc-0915f20f848f SELECT * FROM (-- Request ID: 4b9a2e0a-e250-45b7-b9cc-0915f20f848f select version()) AS Subquery__9 LIMIT 1" then i get an empty response. However, if i remove the commented out fragments with Request Id and its uuid then it starts working as expected by returning the version. What am i missing here or is it an ODBC driver bug? PS: it's not reproducible when i do the same using JDBC.
... View more
Labels:
- Labels:
-
Apache Hive