Member since
10-18-2016
56
Posts
3
Kudos Received
0
Solutions
09-04-2017
04:49 PM
This worked for me, thanks.
... View more
02-17-2017
04:31 PM
1 Kudo
@Baruch AMOUSSOU DJANGBAN You view them in either Ambari Server logs /var/log/ambari-server/ambari-server.logs.
... View more
02-16-2017
04:55 PM
@Baruch AMOUSSOU DJANGBAN You don't have Ambari2.4.2 version available in your Repo. First set up repo with Ambari-server2.4.2 and run yum list ambari-server again. ideally you command will show like Available Package Ambari-server2.4.2 Installed Package Ambari-server2.4.0 Once you are getting available package with 2.4.2 then try to Upgarde.
... View more
01-31-2017
09:19 AM
Hi @Baruch AMOUSSOU DJANGBAN , to avoid running out of disk space, you should use some OS tools to let them manage handling of log files, e.g. logrotate. You can configure it to run on a daily basis, compressing log files and remove old ones. But this behaviour highly depends on your requirements, e.g. how long do you want to keep the logfiles on local nodes, ... You can also check if you have DEBUG logging enabled in one of your services where you do not need it, which will increase the size of log output heavily. If you want to collect the logs from all the nodes to one central location for muuuuch easier diving into issues, you could create a data flow e.g. ingesting all the log entries into Solr HTH
... View more
01-24-2017
02:21 PM
@Baruch AMOUSSOU DJANGBAN Your Posted repo file contents are not right, Even base url is wrong. Not sure from where you have downloaded them?
The content from the "hdp.repo" should be something like following according to [1]. Please see the link [2] for the list of repos for different OS. #VERSION_NUMBER=2.5.3.0-37
[HDP-2.5.3.0]
name=HDP Version - HDP-2.5.3.0
baseurl=http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.5.3.0
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.5.3.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1
[HDP-UTILS-1.1.0.21]
name=HDP-UTILS Version - HDP-UTILS-1.1.0.21
baseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos6
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.5.3.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1 As you have mentioned that you do not have internet connectivity, hence you will need to configure Local Offline Repository as mentioned in my previous comment. Please see [3]
[1] http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.5.3.0/hdp.repo
[2] https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-installation/content/hdp_25_repositories.html
[3] https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.0.1/bk_ambari-installation/content/setting_up_a_local_repository_with_no_internet_access.html .
... View more
01-06-2017
09:54 AM
@Jay SenSharma Thanks
... View more
12-07-2016
03:26 PM
@Baruch AMOUSSOU DJANGBAN
you can do this as well.If you have installed the Cluster Shell in cluster, we can perform below simple steps to stop and start ----------------------------------- #!/bin/sh clush -g all ambari-agent restart ------------------------------------------- Refer below link for more info about open source Cluster shell: https://github.com/cea-hpc/clustershell/downloads
... View more
11-07-2016
02:26 PM
If you feel like you have everything you need, let me know by accepting the answer; else, good to wait for additional answers or follow up with additional questions.
... View more