Member since
03-21-2017
12
Posts
0
Kudos Received
0
Solutions
04-01-2017
03:06 PM
How can I see the error details and server log?
... View more
04-01-2017
02:02 PM
I installed HDP2.5 on CentOS 6.5 without local repository. But, some components are not working likes below pictures. How can I solve it? PS. I need Hive, Mahout, sqoop. are Ambari Metrics and SmartSense necessary? If not, I will remove them. Thanks for reading. And if you help me, I appreciate you.
... View more
Labels:
- Labels:
-
Apache Ambari
03-31-2017
09:08 AM
Thank you for giving the video link . It was very helpful.
... View more
03-23-2017
01:20 AM
umm... For 3 nodes Do I need 4 computers? 1com: localhost 2com: master 3com: slave1 4com: slave2
... View more
03-22-2017
11:14 PM
I revised ect/hosts in to below 127.0.0.1 master.hadoop.com master 127.0.0.1 slave1.hadoop.com slave1 127.0.0.1 slave2.hadoop.com slave2 --------------------------------------------------- [root@localhost ~]# hostname localhost.localdomain [root@localhost ~]# hostname -f localhost Afert reboot CentOS7, hostname is changed. Do I change hostname every reboot? using this command "# hostname master.hadoop.com" ------------------------------------------------------------------------------ I generated SSH only in master node. because I have only 1 computer. If I want to use multi node, do I use multi computer? If it is, single node is OK. because purpose is to study --------------------------------------------------------------------------- [root@localhost ~]# ssh master The authenticity of host 'master (127.0.0.1)' can't be established. ECDSA key fingerprint is b8:c1:a1:6e:d6:85:12:aa:cc:96:1f:34:9c:61:90:9a. Are you sure you want to continue connecting (yes/no)? # yes Warning: Permanently added 'master' (ECDSA) to the list of known hosts. Last login: Wed Mar 22 15:59:27 2017 [root@localhost ~]# ssh slave1 The authenticity of host 'slave1 (127.0.0.1)' can't be established. ECDSA key fingerprint is b8:c1:a1:6e:d6:85:12:aa:cc:96:1f:34:9c:61:90:9a. Are you sure you want to continue connecting (yes/no)? # yes Warning: Permanently added 'slave1' (ECDSA) to the list of known hosts. Last login: Wed Mar 22 16:12:14 2017 from localhost [root@localhost ~]# ssh slave2 The authenticity of host 'slave2 (127.0.0.1)' can't be established. ECDSA key fingerprint is b8:c1:a1:6e:d6:85:12:aa:cc:96:1f:34:9c:61:90:9a. Are you sure you want to continue connecting (yes/no)? # yes Warning: Permanently added 'slave2' (ECDSA) to the list of known hosts. Last login: Wed Mar 22 16:12:27 2017 from localhost
... View more
03-22-2017
10:28 PM
I`m progressing installation along the instruction, and now I`m progressing step 3.5(install options) https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-installation/content/install_options.html For this step, i added below 3 lines in ect/hosts. 127.0.0.1 master master.hadoop.com 127.0.0.1 slave1 slave1.hadoop.com 127.0.0.1 slave2 slave2.hadoop.com then in terminal, # hostname master.hadoop.com I tired for generating ssh along below instruction. https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-installation/content/set_up_password-less_ssh.html # ssh-keygen # .ssh/id_rsa.pub # cat id_rsa.pub >> authorized_keys # chmod 700 ~/.ssh # chmod 600 ~/.ssh/authorized_keys then # vi .ssh/id_rsa I copy&past strings into web In the next step(confirm hosts), all hosts are failed. master, installing > fail others, promptly fail I don`t know WHY?????????????????????/// please help me thanks for reading. and if someone give me solutions, I would be very highly so ultra glad.
... View more
Labels:
- Labels:
-
Apache Ambari
03-21-2017
09:13 PM
OH. IT WORK. IT WORK THANK YOU Sooooooooooooooooooooooo much I LOVE YOU Sooooooooooooooooooooooo much in your last comment, is there UI that can see all status(firewall, iptables, etc.)? without terminal. today is my first time to use linux. so everything is not familiar with me.
... View more
03-21-2017
08:30 PM
I did below commands [root@localhost ~]# systemctl stop firewalld [root@localhost ~]# systemctl mask firewalld [root@localhost ~]# yum install iptables-services [root@localhost ~]# systemctl enable iptables [root@localhost ~]# systemctl restart iptables [root@localhost ~]# service iptables save Is it right?
... View more
03-21-2017
08:08 PM
this command([root@localhost ~]# service iptables stop) seems not working on CentOS 7
... View more
03-21-2017
07:28 PM
Thank you for reading. Is this status right? or are there any problems?
... View more