Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2341 | 06-30-2017 05:30 PM | |
3068 | 06-30-2017 02:57 PM | |
2509 | 05-30-2017 07:00 AM | |
2966 | 01-20-2017 10:18 AM | |
5850 | 01-11-2017 02:11 PM |
01-30-2017
03:04 PM
1 Kudo
SYMPTOM: HDP upgrade failed on "Finalize". Tried setting the version manually using below command which was failing - ambari-server set-current --cluster-name=<ClusterName> --version-display-name=HDP-2.5.3.0
ERROR: Please find error screenshot below -
ROOT CAUSE: There was issue with the last "request_id" which was run by Express upgrade process. you can check the last request_id from ambari DB from table name "host_role_command"
RESOLUTION: 1. Backup the ambari DB 2. Find the last "request_id" from table "host_role_command" and check the status of the request_id. 3. In my case the status was "Failed" 4. Modifying the status of the request_id from "FAILED" to "COMPLETED" and restart ambari server. 5. Try running the command again ambari-server set-current --cluster-name=<ClusterName> --version-display-name=HDP-2.5.3.0
... View more
01-20-2017
01:47 PM
Please check link for more details -http://apprize.info/security/hadoop/7.html
... View more
01-20-2017
01:46 PM
@Rahul Buragohain It should be RFAAUDIT instead of DRFAAUDIT. Please check screenshot below -
... View more
01-20-2017
10:18 AM
1 Kudo
@Dinesh Das
Check this - https://github.com/abajwa-hw/security-workshops/blob/master/Setup-ranger-22.md#setup-hdfs-repo-in-ranger http://hortonworks.com/blog/best-practices-in-hdfs-authorization-with-apache-ranger/
... View more
01-19-2017
02:45 PM
@Rahul Buragohain Please check - https://community.hortonworks.com/articles/8882/how-to-control-size-of-log-files-for-various-hdp-c.html It should be set to "RollingFileAppender" to get this working. Here is good example - http://apprize.info/security/hadoop/7.html
... View more
01-19-2017
08:43 AM
@Juan Manuel Nieto Can you modify below property to root user in - "/etc/ambari-server/conf/ambari.properties" ambari-server.user=root Restart ambari server and check if that works fine?
... View more
01-17-2017
05:46 PM
01-17-2017
12:33 PM
@Sedat Kestepe What is the java version you installed?
... View more
01-17-2017
09:02 AM
@Sedat Kestepe There is nothing to with local repository at this screen. Local repository is not the issue it seems here. Can you let me know Ambari version you are using. Did you tried with other browser? Please restart ambari server once and try installing HDP from other browser. Check if there is any error in /var/log/ambari-server/ambari-server.log
... View more