Member since
11-19-2016
19
Posts
0
Kudos Received
0
Solutions
11-21-2016
06:21 AM
Hi Quereshi, My /etc/host file is like this: 192.168.49.121 HDPMaster.example.com HDPMaster where are ambari retrieves as hdpmaster.example.com.Is this is some thing obstructing to go further. sridhar
... View more
11-21-2016
05:36 AM
drwx------ root root ? .
dr-xr-x---. root root system_u:object_r:admin_home_t:s0 ..
-rw------- root root ? authorized_keys
-rw------- root root ? id_rsa
-rw-r--r-- root root ? id_rsa.pub
-rw-r--r-- root root ? known_hosts
... View more
11-21-2016
05:25 AM
root 30660 2914 0 13:25 pts/1 00:00:00 grep --color=auto ambari-server
root 56948 1 1 11:18 pts/0 00:01:36 /usr/java/default/bin/java -server -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -XX:CMSInitiatingOccupancyFraction=60 -XX:+CMSClassUnloadingEnabled -Dsun.zip.disableMemoryMapping=true -Xms512m -Xmx2048m -XX:MaxPermSize=128m -Djava.security.auth.login.config=/etc/ambari-server/conf/krb5JAASLogin.conf -Djava.security.krb5.conf=/etc/krb5.conf -Djavax.security.auth.useSubjectCredsOnly=false -cp /etc/ambari-server/conf:/usr/lib/ambari-server/*:/usr/share/java/postgresql-jdbc.jar org.apache.ambari.server.controller.AmbariServer
... View more
11-21-2016
05:15 AM
I provided /root/.ssh/id_rsa and got same error now : RROR: Bootstrap of host hdpmaster02.supermoon.com fails because previous action finished with non-zero exit code (255)
ERROR MESSAGE: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
STDOUT:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
... View more
11-21-2016
05:10 AM
1)I am able to login without password from ambari server node. 2)I am using /root/.ssh/id_rs.pub
... View more
11-21-2016
04:47 AM
Hi Team, I am installing 15node cluster with HDP 2.4 and unable to proceed with below error: ==========================
Creating target directory...
========================== Command start time 2016-11-21 12:12:42 Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
SSH command execution finished
host=xxx, exitcode=255
Command end time 2016-11-21 12:12:42 ERROR: Bootstrap of host hdpmaster01.supermoon.com fails because previous action finished with non-zero exit code (255)
ERROR MESSAGE: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). I followed below steps:
Generate public and private SSH keys on the Ambari Server host. ssh-keygen Copy the SSH Public Key (id_rsa.pub) to the root account on your target hosts. .ssh/id_rsa .ssh/id_rsa.pub Add the SSH Public Key to the authorized_keys file on your target hosts. cat id_rsa.pub >> authorized_keys Depending on your version of SSH, you may need to set permissions on the .ssh directory (to 700) and the authorized_keys file in that directory (to 600) on the target hosts. chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys copy authorizedkeys files to all hosts ssh is working without password. selinux is disabled and firewall is off on all nodes and my /etc/hosts file first two lines shows: 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 Please help me in resolving issue. Sridhar
... View more
Labels:
- Labels:
-
Apache Ambari
11-21-2016
01:45 AM
Thanks for clarifying on HDP & HDP
... View more
11-20-2016
03:08 AM
I am using HDP cluster 2.5 and want to add NIFE service (on other node).But i am not able to see add service wizard. Please help me how to add NIFE on other newly created node.My master node repo info: [root@master yum.repos.d]# cat HDP.repo
[HDP-2.5]
name=HDP-2.5
baseurl=http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.5.0.0/
path=/
enabled=1 ===
gpgcheck=0[root@master yum.repos.d]# cat ambari.repo
#VERSION_NUMBER=2.4.1.0-22
[Updates-ambari-2.4.1.0]
name=ambari-2.4.1.0 - Updates
baseurl=http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.1.0
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos7/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1 ==============
[root@master yum.repos.d]# cat HDP-UTILS.repo
[HDP-UTILS-1.1.0.21]
name=HDP-UTILS-1.1.0.21
baseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos7
path=/
enabled=1
gpgcheck=0 How do i configure HDF on another node with NIFE only and add a service to existing HDP cluster? What is the use HDF management pack? Sridhar
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
11-20-2016
02:29 AM
resolved my issue by removing snappy as suggested by JSS
... View more
11-19-2016
02:59 PM
why installation engine is checking el6 rpm rather than el7 rpm?
... View more