Support Questions

Find answers, ask questions, and share your expertise

Impala through ODBC from PERL SSL Connection Error

.

HI

 

 

I need to connect Impala through ODBC from PERL.

 

 

I am getting the following error. Can you pls advice. Thanks.

it's giving error
DBI connect('DRIVER={Cloudera Impala ODBC Driver 64-bit};Host=10.92.869.876;Port=21050','',...) failed: [unixODBC][Cloudera][ThriftExtension] (5) Error occurred while contacting server: No more data to read.. This could be because you are trying to establish a non-SSL connection to a SSL-enabled server. (SQL-HY000) at /tmp/test22.pl line 12

ODBC.JPGimpalaconnection_error.JPG

2 REPLIES 2

Champion
That error typically means that it never was able to make a connection. The IP address listed in the Host field has two octets with invalid values: 10.92.869.876. The maximum for each octet is 255.

Hi

 

 

that IP Address is typo error. actually gave correct IP. Thanks .

 

 

Any other suggestions