Member since
02-04-2016
132
Posts
52
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6195 | 07-25-2018 10:53 AM | |
1754 | 07-25-2018 05:15 AM | |
1815 | 10-03-2017 12:08 PM | |
3070 | 04-04-2017 05:36 AM | |
3322 | 11-29-2016 05:40 PM |
10-01-2017
02:39 PM
Hello We have a 9 DataNode CentOs 6 cluster running HDP 2.6.1 & Ambari 2.5.1 Lately we've noticed that one data node lost heartbeat in Ambari. We restarted the ambari agent on the data node but it didn't help. We restarted the entire DataNode server but no luck. We did notice that: - /usr/bin/python /usr/lib/python2.6/site-packages/ambari_agent/main.py start is always on 100% cpu (centos6), while in all other nodes it barely uses 1%. - The ambari-agent.log shows no errors besides a timeout while checking the JCE. It runs the following command: "/usr/jdk64/jdk1.8.0_77/bin/java -jar /var/lib/ambari-agent/tools/jcepolicyinfo.jar -tu" and receives a timeout. Running the command manually does return a result after 6 seconds, while in other datanodes in just 1 second. (thus the timeout which is 5 seconds). - ambari agent is 2.5.1.0-159.x86_64 same as all other DN's - java version is 1.8.0_77 same as all other DN's - NodeManager works without a problem on that data node and it runs applications fine. It's just the heartbeat/ambari-agent issue. - Name resolution & netwrok between data node & ambari is working fine. Any advice will be appreciated. Adi
... View more
Labels:
- Labels:
-
Apache Ambari
05-03-2017
08:30 AM
@Roland Simonis
Do you use LDAP for Ambari authentication ?
If so, go to /etc/ambari-server/conf edit ambari.properties
Add:
authentication.ldap.username.forceLowercase=true
Ssave
Restart Ambari
Check CapSched again.
... View more
04-04-2017
05:36 AM
Apparently it's caused due to this known bug:
https://issues.apache.org/jira/browse/AMBARI-18520 I've received a fix from HW after opening a case 🙂 Adi
... View more
01-25-2017
12:36 PM
@suresh krish Also make sure that rangerlogger user has permissions to connect from the second hive server (in the Ranger's DB... the default is mysql). The best way to do it is to try to connect to mysql on the first hive server from the second server using:
mysql -u rangerlogger -p -h <second hive server> If permissions is denied - then login to mysql using root and run the following: GRANT ALL PRIVILEGES ON *.* TO 'rangerlogger'@'<second hive server>'
IDENTIFIED BY '<PASSWORD>' WITH GRANT OPTION; FLUSH PRIVILEGES; Then check again.
... View more
01-25-2017
12:32 PM
Also, Make sure that in the Ranger's DB (the default is mysql) the user rangerlogger has permission to connect from the second Hive server.
... View more
01-24-2017
05:07 PM
In your second HS2 server go to /etc/hive/conf/conf.server , check for "localhost" properties there especially in ranger-hive-audit.xml & ranger-hive-security.xml
... View more
01-24-2017
03:28 PM
@suresh krish Please see my answer just above your comment: "Fixed the issue by setting the server name instead of localhost in Ranger settings (Ambari) (External URL, authServiceHostName etc.)"
... View more
12-15-2016
05:58 AM
Hi @Timothy Spann Thank you for replying LDAP is working - i'm able to login using my LDAP user & password and so do other users from LDAP.
Also - after the upgrade, as part of the post-upgrade i have ran the ambari ldap setup again (as required in the upgrade manual) and restarted Ambari + All of the services of the cluster + the Ambari host itself - several times.
... View more
12-14-2016
05:34 PM
2 Kudos
After upgrading to from Ambari 2.1.2.1 to Ambari 2.4.2.0 i can no longer edit Capacity Scheduler queues.
I receive: Warning! You do not have permission to edit the Capacity Scheduler configuration. Contact your Cluster administrator. However, my user is Amabri Administrator user: Even the Audit log confirms this: If i login with the default local Admin user - it works and i can change queues configuration.
The only thing that has changed is the Ambari version due to the upgrade. No changes were made to my user which is and always have been an Administrator user. Any ideas ?
... View more
Labels:
- Labels:
-
Apache Ambari
12-13-2016
04:44 PM
After running ambari-server setup --jdbc-db=mysql --jdbc-driver=/usr/share/java/mysql-connector-java.jar Everything works - restart & service check ! Thank you so much !
... View more