Skip to content

Instantly share code, notes, and snippets.

@rammanokar
Last active October 9, 2020 11:17
Show Gist options
  • Select an option

  • Save rammanokar/0fefee506ecd3598feda3b4d2a25af1f to your computer and use it in GitHub Desktop.

Select an option

Save rammanokar/0fefee506ecd3598feda3b4d2a25af1f to your computer and use it in GitHub Desktop.
Expert Hadoop Administration.md

Expert Hadoop Administration

Checklist

  1. Increasing the File Limits
/etc/security/limits.conf
* - nofile 32768
* - nproc 65536
  1. Testing Disk I/O Speed
#should be greater than 70MB/Sec
hdparm –t /dev/sda1 
  1. Enable NTP/Chronyd
  2. Check DNS
  3. Disable Swap
  4. Disable SELinux
  5. Disable IPv6
  6. Disable IP Tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment