This is an old revision of the document!


# Generate root key
ssh-keygen -t rsa
 
#copy key
ssh-copy-id root@bi
 
# should be installed
yum -y install expect mksh.x86_64 libaio compat-libstdc++-33 pam.i686 ksh rpm-build ntp
 
# should be password less 
   chkconfig iptables off
   service iptables stop
   chkconfig ip6tables off
   service ip6tables stop
   iptables -F

Issues:

  • The host should not be localhost 127.0.0.1
  • The host should be written in /etc/hosts

Hadoop

learn/bigdata/ibm_biginsights.1436785101.txt.gz · Last modified: 2022/01/03 16:03 (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0