Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

impala kudu jdbc connection does not work?

avatar
Explorer

Hello, 

I install impala/kudu on HDP 2.6.2.2: 

impalad version 2.7.0-cdh5-IMPALA_KUDU-cdh5 RELEASE (build 48f1ad385382cd90dbaed53b174965251d91d088) 

With impala-shell i created database "imp_kudu" with single table "test_table"

When I try to open JDBC connection for "ImpalaJDBC4.jar" driver using url:

jdbc:impala://myserver.com:21050/imp_kudu;AuthMech=0

I have the following error

Cloudera][ImpalaJDBCDriver](500164) Error initialized or created transport for authentication: Operation timed out (Connection timed out).

What kind of problem does this indicate and how can I resolve it?

1 ACCEPTED SOLUTION

avatar
Explorer

resolved: port 21050 was blocked by vpn. after creating ssh tunnel connection worked

View solution in original post

1 REPLY 1

avatar
Explorer

resolved: port 21050 was blocked by vpn. after creating ssh tunnel connection worked