Member since
10-18-2018
4
Posts
0
Kudos Received
0
Solutions
10-19-2018
06:37 AM
Enabled the debug logs and found that at below point, timeout is happening.. KrbKdcReq send: kdc=xxx.xx.com UDP:88, timeout=30000, number of retries =3, #bytes=144
>>> KDCCommunication: kdc=xxx.xx.com UDP:88, timeout=30000,Attempt =1, #bytes=144
... View more
10-18-2018
04:49 AM
kdc server port is 88 which is opened. i will add debug logs as you suggested.
... View more
10-18-2018
04:47 AM
Hi Jay Kumar, It is taking 90 seconds to timeout. kinit is successfull. port 80 is not opened. please let me know what else i need to check. thanks
... View more
10-18-2018
02:43 AM
Hi, I am trying to connect to kerberized HIVE from JAVA application which is running in docker container. I am able to execute kinit command successfully. 88 port is properly opened to KDC server. while making hive connection, it is failing at step "UserGroupInformation.loginUserFromKeytab("xxxxx@xxxxx.COM", "/config/xxxx.keytab");" with below error "Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.io.IOException: Login failure for xxxxx@xxxxx.COM from keytab /config/xxxx.keytab: javax.security.auth.login.LoginException: Receive timed out" please help to analyze this issue. Thanks, Surendra
... View more
Labels:
- Labels:
-
Apache Hive