Coder Social home page Coder Social logo

hadoop-kickstart's Introduction

hadoop-kickstart

Optimised kernel and network settings configuration script for Hadoop installed on RHEL/Centos.

General purpose script for Linux hosts that sets the optimal kernel settings for a Hadoop node maintained to the current Hadoop release. Can be used as part of a kickstart build. Non-destructive and can be safely run multiple times against the same host without fear of misconfiguration.

This is a collaboratively developed script that do the above based upon the current (as of August 2016) Hadoop norms. It is optimised for 10Gbe networking but should still function fine for 1Gbe.

(from http://www.dereksdata.com/single-post/2016/08/18/Safe-Hadoop-Kernel-Configuration-Script)

hadoop-kickstart's People

Contributors

dereksdata avatar

Stargazers

Yongsul Kim avatar  avatar Sylwester Lachiewicz avatar Ruslan Dautkhanov avatar

Watchers

Joe Bajin avatar James Cloos avatar Ruslan Dautkhanov avatar  avatar

hadoop-kickstart's Issues

Verify Tagar's Spark optimisations

to address Spark netty spike in network activity :

net.ipv4.ip_local_port_range = 2000 65535
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_max_syn_backlog = 4096
net.core.somaxconn = 2048
net.ipv4.tcp_synack_retries = 3
net.ipv4.tcp_fin_timeout = 20
net.ipv4.tcp_max_syn_backlog = 8096
net.core.netdev_max_backlog = 16000
net.core.rmem_max = 134217728
net.core.wmem_max = 134217728
net.ipv4.tcp_rmem = 4096 87380 134217728
net.ipv4.tcp_wmem = 4096 65536 134217728
net.core.rmem_default = 262144
net.core.wmem_default = 262144

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.