Member since
11-15-2018
117
Posts
0
Kudos Received
0
Solutions
09-22-2021
11:05 PM
Hello, Below exception is due to the Front_Service_Threads exhaustion. It will authenticate the user but does not start the session because there's no availability for another threads. [Cloudera][ThriftExtension] (3) Error occurred while contacting server: ETIMEDOUT. The connection has been configured to use a SASL mechanism for authentication. This error might be due to the server is not using SASL for authentication. I recommend to increase "--fe_service_threads" by default, it is set to 64. Cloudera Manager > Impala > Configuration > search "Impala Command Line Argument Advanced Configuration Snippet (Safety Valve)" > --fe_service_threads=256 > Save and Restart Impala. Thanks, Pradheep
... View more
09-20-2020
12:27 PM
Hello there, I am Pradheep, it seems currently you are experiencing two problems. 1. From AWS Linux host, you are unable to connect Impala daemon and getting SSL related error. 2. In Impala-Shell, also you are unable to connect. For Impala-shell, instead of "impala-shell -i my_host_url:21050" command, I recommend you to check with CM > Impala > Connection String example command and share the result here. Based on the output, we will check for SSL issue with ODBC driver.
... View more