Member since
01-04-2016
409
Posts
313
Kudos Received
35
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5770 | 01-16-2018 07:00 AM | |
1933 | 09-13-2017 06:17 PM | |
3861 | 09-13-2017 05:58 AM | |
2423 | 08-28-2017 07:16 AM | |
4186 | 05-11-2017 11:30 AM |
07-29-2016
06:05 AM
if this is the answer of your question, then lets close this.
... View more
07-28-2016
01:19 PM
Yes you have to run fsk command https://community.hortonworks.com/articles/4427/fix-under-replicated-blocks-in-hdfs-manually.html
... View more
07-28-2016
09:17 AM
Is the issue resolved?
... View more
07-28-2016
09:13 AM
To configure ldap is easy. And if you agree with the solution, let's close this.
... View more
07-28-2016
07:28 AM
3 Kudos
@ed day Please check link:- https://issues.apache.org/jira/browse/AMBARI-8513 this was the bug i ambari 1.7.0. The usual work flow when ambari-server is creating the agents is as follow:
Ambari-server host provisions by ssh all ambari-agents
Every ambari-agent needs to callback to https://ambari.test.com:8440 and register itself in the server.
All agents are registered and now you can install "stuff" in them through ambari. If you configuring multinode cluster then the problem was the agents in different nodes couldn't execute the callback cause they couldn't reach ambari-server url in that port. Maybe this isssue is related to ports 8440 and 8441 in the ambari-server host. Please open this port and try once again or use ambari version 2.0.0 or later. Hope it helps!
... View more
07-27-2016
02:21 PM
2 Kudos
For user management use LDAP, so it will be easy to manage one LDAP server otherwise you have to create user on all machines. So rather than creating user on all machine use LDAP and use all machine as LDAP client.
... View more
07-27-2016
11:40 AM
3 Kudos
@Savanna Endicott I performed follwong stpes and my repo is woring fine yum install
yum-utils createrepo -y yum install yum-plugin-priorities yum repolist cd /var/www/html mkdir
-p ambari/<OS> cd
ambari/<OS> For OS 7 Wget -nv http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.2.1.0
-O /etc/yum.repos.d/ambari.repo To
sync ambari repo reposync
-r Updates-ambari-2.2.1.0 Once repo sync is
done Configure local yum file on following path /etc/yum.repos.d/ambari.repo cat
/etc/yum.repos.d/ambari.repo #VERSION_NUMBER=2.2.1.0-161 [Updates-ambari-2.2.1.0] name=ambari-2.2.1.0
- Updates baseurl=http://xxx.xxx.xxx.xxx:80122/repo/centos7/Updates-ambari-2.2.1.0 gpgcheck=0 enabled=0 In this we start the
repo on 8012 port. For this we need to do changes in httpd.conf And then restart the
service. You then try to
browse the repo with following URL http://xxx.xxx.xxx.xxx:8012/repo Run the createrepo
command to create repo . On the /var/www/html/centos7/Updates-ambari-2.2.1.0/ Finally local repo
is created for ambari server. For HDP 2.3 Wget -nv http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.4.0/hdp.repo
-O /etc/yum.repos.d/HDP.repo reposync - HDP-2.3 cat
/etc/yum.repos.d/HDP.repo #VERSION_NUMBER=2.2.1.0-161 [HDP-2.3] name=ambari-2.2.1.0
- Updates baseurl=http://xxx.xxx.xxx.xxx:8012/repo/centos7/HDP2.3/HDP-2.3.4.0 gpgcheck=0 enabled=0 Run the createrepo
command to create repo . On the /var/www/html/centos7/HDP2.3/HDP-2.3.4.0 Createrepo -v . And to see if my local repositories are there, I have used http://<; my server's FQDN :8012/repo. I use 8012 port for my repo server. For your case try to open the url on http://<; my server's FQDN >/repo
... View more
07-27-2016
09:48 AM
Please refer for kernel tunning :- https://tweaked.io/guide/kernel/ https://mapredit.blogspot.in/2014/11/hadoop-server-performance-tuning.html I think this setting's are enough.
... View more