Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If you're doing a multi node install, also copy the packages to the other nodes:
# ssh root@node2 mkdir /localrepo
# scp /localrepo/* <replace_with_node_ip>\.rpm root@node2:/localrepo/.
# ssh root@node2 yum install createrepo -y
# ssh root@node2 createrepo /localrepo

Make sure to run `createrepo /localrepo` on every node!do the above on each node.

  • Fetch & create logrotate script for Hadoop Services:

...