Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 3.29 KB

cloudera quickstart KVM libvirt virsh qemu.md

File metadata and controls

67 lines (45 loc) · 3.29 KB

2016-09-20

old notes

  • KVM is Centos 6.4 based for CDH 5.5 (create kvm with 4GB ram, x86_64, proper Centos version)

  • enable avahi to ssh in easily with ssh quickstart.local from other machines

      sudo yum -y install avahi
      perl -pi -e 's/^\[server\]/[server]\ndisallow-other-stacks=yes/' \
          /etc/avahi/avahi-daemon.conf
      service avahi-daemon start
    
  • disable eth0 in network manager (no idea what it was supposed to be, eth1 is the right one bridged on br0) and restart NetworkManager service

  • set timezone on UTC

      rm /etc/localtime && ln -s /usr/share/zoneinfo/UTC /etc/localtime
    
  • change permissions of cloudera user home dir or ssh key auth (/home/cloudera/.ssh/authorized_keys) won't work

      chmod g-r /home/cloudera