Member since
08-10-2022
186
Posts
23
Kudos Received
9
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1855 | 03-26-2024 05:06 AM | |
| 1970 | 03-21-2024 03:01 AM | |
| 2437 | 08-08-2023 11:33 PM | |
| 2743 | 07-17-2023 10:26 PM | |
| 1430 | 07-17-2023 02:26 AM |
05-31-2024
02:17 PM
1 Kudo
@adsejnf Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
05-01-2024
05:57 AM
@MorganMcEvoy what is cluster-head.domain.com? Is this a load balancer or an individual HS2 node? Also, what's the client tool you are using? Is it possible that it is not honoring the sslTrustStore parameter? A workaround would be to import the root ca cert into the default java truststore in the client machine. ref: https://stackoverflow.com/questions/11700132/how-to-import-a-jks-certificate-in-java-trust-store
... View more
04-23-2024
09:01 AM
Hi, @gowthamsanjam cloudera provides its own JDBC driver to connect to the cloudera warehouse, instead of the custom jar you can go with the Cloudera-provided jar, which should suffice for your use case.
... View more
04-01-2024
02:36 AM
1 Kudo
@frbelotto, @ZainK Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
03-26-2024
07:00 AM
That works. Thanks!
... View more
03-21-2024
07:07 AM
okay, that sounds like a solution to me, thanks for your help :))
... View more
11-20-2023
03:13 AM
@damnworld, Have the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
10-23-2023
04:27 PM
jdbc:hive2://<host>:10000 Error: Could not open client transport with JDBC Uri: .... Invalid status 21 If i use just 'beeline' command, i am able to connect to hive. However if i use below command, i am getting exception. beeline -u jdbc:hive2://<host>:10000/default -n user -p pwd 23/10/23 23:22:31 [main]: WARN transport.TSaslTransport: Could not send failure response org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset 23/10/23 23:22:31 [main]: WARN jdbc.HiveConnection: Failed to connect to host:10000 log4j:ERROR Could not create an Appender. Reported error follows. java.lang.ClassCastException: org.apache.log4j.ConsoleAppender cannot be cast to com.cloudera.hive.jdbc42.internal.apache.log4j.Appender at com.cloudera.hive.jdbc42.internal.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:248) at com.cloudera.hive.jdbc42.internal.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:176) log4j:WARN No appenders could be found for logger (com.cloudera.hive.jdbc42.internal.apache.thrift.transport.TSaslTransport). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Unknown HS2 problem when communicating with Thrift server. Error: Could not open client transport with JDBC Uri: jdbc:hive2://host:10000/default: Invalid status 21 Also, could not send response: org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset (state=08S01,code=0)
... View more
10-23-2023
01:16 AM
Hi, Can you please share example of this API call, I want to call this API for upgrade.
... View more
10-23-2023
01:04 AM
1 Kudo
the issue is resolve by adding user into dlhue group which was also present on ldap. the group is been given previleges by sentry to access hive tables.
... View more