- software requirements
- yum, rpm, scp, curl, unzip, tar, wget, OpenSSL v1.01, build 16 or later), python v2.6
- option
- chmod 755 /usr/bin/yum /bin/rpm /usr/bin/scp /usr/bin/curl /usr/bin/unzip /bin/tar /usr/bin/wget /usr/bin/ssh /usr/bin/python
- check java version
- Oracle JDK 1.8 64-bit (minimum JDK 1.8_40) (default)
- Oracle JDK 1.7 64-bit (minimum JDK 1.7_67)
- OpenJDK 8 64-bit
- OpenJDK 7 64-bit
- ulimit -Sn / ulimit -Hn
- 65535
- configure FQDN at /etc/hosts, /etc/sysconfig/networks and using hostname command
- set up password-less SSH
- ssh-keygen
- Copy the SSH Public Key (id_rsa.pub) to the root account on your target hosts
- option
- vim /etc/ssh/sshd_config
- PermitRootLogin yes
- service sshd restart
- vim /etc/ssh/sshd_config
- option
- all hosts
- cat id_rsa.pub >> ~/.ssh/authorized_keys
- option
- chmod 700 ~/.ssh
- chmod 600 ~/.ssh/authorized_keys
- NTP yum -y install sudo (option)
- yum -y install ntp
- chkconfig ntpd on
- service ntpd start
- SELinux
- vim /etc/selinux/config
- if it is abled
- set SELINUX=disabled
- command: setenforce 0
- if PackageKit is installed
- vim /etc/yum/pluginconf.d/refresh-packagekit.conf
- enabled=0
- umask
- umask
- 0022
- if it is not 0022
- vim /etc/profile
- umask 022
- umask
- THP
- check
- cat /sys/kernel/mm/redhat_transparent_hugepage/defrag
- cat /sys/kernel/mm/redhat_transparent_hugepage/enabled
- command and /etc/rc.local
- echo never > /sys/kernel/mm/redhat_transparent_hugepage/enabled
- echo never > /sys/kernel/mm/redhat_transparent_hugepage/defrag
- check
- permission (option)
- ambari
- /bin/hostname
- /usr/bin/sudo
- namenode
- /usr/bin/which
- /bin/ps
- /bin/df
- ambari metrics
- /usr/bin/gcc
- /usr/bin/ld
- /etc/centos-release
- yarn, MR2
- /tmp (check)
- /etc/fstab (default)
- /proc/mounts (current)
- mount -o remount,exec /tmp
- /usr/bin/curl
- /tmp (check)
- knox
- /bin/netstat
- all
- chmod 755 /bin/hostname /usr/bin/sudo /usr/bin/which /bin/ps /bin/df /usr/bin/gcc /usr/bin/ld /etc/centos-release /usr/bin/curl /bin/netstat
- ambari
- Install ambari 2.1.0 using non-default databases (HDP)
- http://mungeol-heo.blogspot.kr/2015/11/install-mariadb-httpmungeol-heo.html
- http://<your.ambari.server>:8080 -> admin / admin -> launch install wiizard -> cluster name -> HDP 2.3 -> install options -> confirm hosts -> choose servicesl -> assgin masters -> assign slaves and clients -> customize services -> review -> install, start and test -> summary
Monday, November 30, 2015
HDP 2.3 installation
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.