Member since
02-22-2018
9
Posts
0
Kudos Received
0
Solutions
01-17-2020
01:34 AM
ldap config had missing OU info , ldap auth works fine now.
... View more
01-17-2020
01:32 AM
Thanks for your response , the ldap config had missing info on OU. ldap auth. works fine now.
... View more
01-08-2020
05:41 AM
Hiveserver2 logs: 2020-01-08 19:08:10,448 ERROR [HiveServer2-Handler-Pool: Thread-60]: server.TThreadPoolServer (TThreadPoolServer.java:run(297)) - Error occurred during processing 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:269) 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 Note: ldapsearch results shows up just fine.
... View more
01-08-2020
05:36 AM
[hdfs@xyz ~]$ beeline
Beeline version 1.2.1000.2.6.3.0-235 by Apache Hive
beeline> !connect jdbc:hive2://xyz:10000/default;
Connecting to jdbc:hive2://xyz:10000/default;
Enter username for jdbc:hive2://xyz:10000/default;: *************
Enter password for jdbc:hive2://xyz:10000/default;: *************
20/01/08 19:08:10 [main]: WARN jdbc.HiveConnection: Failed to connect to xyz:10000
Error: Could not open client transport with JDBC Uri: jdbc:hive2://xyz:10000/default;: Peer indicated failure: Error validating the login (state=08S01,code=0)
0: jdbc:hive2://xyz:10000/default (closed)>
... View more
Labels:
- Labels:
-
Apache Hive
02-22-2018
02:52 PM
@Kuldeep Kulkarni I have explicitly set [MYSQL_SERVER] & "validate_topology": "false" under cluster_config.json yet hitting the below listed error. Any advise ? [root@pratik-1 multinode]# vi cluster_config.json
[root@pratik-1 multinode]# curl -H "X-Requested-By: ambari" -X POST -u admin:admin http://pratik-1.novalocal:8080/api/v1/clusters/multinode-hdp -d @hostmappings.json
{
"status" : 400,
"message" : "Topology validation failed: org.apache.ambari.server.topology.InvalidTopologyException: Component [MYSQL_SERVER] must explicitly be set in the blueprint when hive database is configured with the current settings. HIVE service validation failed."
} Thanks,Pratik , @Kuldeep Kulkarni: I am hitting similar error. [root@pratik-1 multinode]# curl -H "X-Requested-By: ambari" -X POST -u admin:admin http://pratik-1.novalocal:8080/api/v1/clusters/multinode-hdp -d @hostmappings.json
{
"status" : 400,
"message" : "Topology validation failed: org.apache.ambari.server.topology.InvalidTopologyException: Component [MYSQL_SERVER] must explicitly be set in the blueprint when hive database is configured with the current settings. HIVE service validation failed."
}[root@pratik-1 multinode]# Can you advise ? [root@pratik-1 multinode]# cat cluster_config.json
{
"configurations": [],
"host_groups": [{
"name": "host1",
"components": [{
"name": "PIG"
}, {
"name": "METRICS_COLLECTOR"
}, {
"name": "KAFKA_BROKER"
}, {
"name": "MYSQL_SERVER"
}, { I have explicitly mentioned "MYSQL_SERVER" & Tried "validate_topology": "false" Yet no luck. Thanks, Pratik
... View more