Member since
12-14-2016
58
Posts
1
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1369 | 04-19-2017 05:49 PM | |
1183 | 04-19-2017 11:43 AM | |
1791 | 04-19-2017 09:07 AM | |
2885 | 03-26-2017 04:20 PM | |
4551 | 02-03-2017 04:44 AM |
05-08-2018
09:23 AM
Can you explain in detail as how you solved, facing similar issue now. Thanks in advance.
... View more
07-24-2017
08:06 AM
All, I have set up PAM authentication and successfully authenticated with Linux users but I see this error in hiveserver2.log, can someone help with this error. 2017-07-24 03:55:46,111 ERROR [HiveServer2-Handler-Pool: Thread-5643]: transport.TSaslTransport (TSaslTransport.java:open(315)) - SASL negotiation failure
javax.security.sasl.SaslException: Error validating the login [Caused by javax.security.sasl.AuthenticationException: Error authenticating with the PAM service: sshd]
at org.apache.hive.service.auth.PlainSaslServer.evaluateResponse(PlainSaslServer.java:109)
at org.apache.thrift.transport.TSaslTransport$SaslParticipant.evaluateChallengeOrResponse(TSaslTransport.java:539)
at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:283)
at org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:268)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.security.sasl.AuthenticationException: Error authenticating with the PAM service: sshd
at org.apache.hive.service.auth.PamAuthenticationProviderImpl.Authenticate(PamAuthenticationProviderImpl.java:46)
at org.apache.hive.service.auth.PlainSaslHelper$PlainServerCallbackHandler.handle(PlainSaslHelper.java:106)
at org.apache.hive.service.auth.PlainSaslServer.evaluateResponse(PlainSaslServer.java:102)
... 8 more
2017-07-24 03:55:46,112 ERROR [HiveServer2-Handler-Pool: Thread-5643]: server.TThreadPoolServer (TThreadPoolServer.java:run(296)) - Error occurred during proces
sing of message.
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Error validating the login
at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)
at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:268)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.thrift.transport.TTransportException: Error validating the login
at org.apache.thrift.transport.TSaslTransport.sendAndThrowMessage(TSaslTransport.java:232)
at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:316)
at org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
... 4 more
Though there are no issues with Hive authentication but why I'm getting these errors?
... View more
Labels:
- Labels:
-
Apache Hive
07-21-2017
01:55 PM
Will you be able to post more information and logs that are available?
... View more
05-04-2017
09:50 AM
Hi, How do we connect to Hive using presto://? can you please help me out in changing the DB from SQLite to Hive/MySql? Thanks, Ram
... View more
05-04-2017
07:41 AM
Thanks Rajesh for the reply, this is on AWS EC2 instance installed with HDP 2.5.3 ! Let me know if you know any workaround for the same ! Cheers, Ram
... View more
04-27-2017
11:43 AM
References worked for me by replacing /dev/random to /dev/../dev/urandom in java.security file !
... View more
04-27-2017
11:24 AM
Hello @Sami Ahmad, You will not have access to internet but will have access to docs.hortonworks.com ! Cheers, Ram
... View more
04-27-2017
11:12 AM
Thanks Sanjeev,
we have Symlinked hdp/ under usr directory to /opt/usr/hdp earlier successfully !! We are going good now ! Cheers, Ram
... View more
04-24-2017
01:21 PM
Hi @Varun R From the above logs, I can see you are running the query from Ambari Views? If that is correct then you have to tweak the below changes : Services > HDFS > Configs > Advanced core-site hadoop.proxyuser.ambari.groups=*
hadoop.proxyuser.ambari.hosts=* Since you're using admin user, apply the below settings: su - hdfs
hadoop fs -mkdir /user/admin
hadoop fs -chown admin:hadoop /user/admin Cheers, Ram
... View more
04-19-2017
05:49 PM
it's not not Hartonworks, its Hortonworks ! Please find the below screenshot !
... View more