Git Product home page Git Product logo

hadoop-ubuntu's Introduction

hadoop-ubuntu

Everything to deploy a Hadoop cluster on Ubuntu.

This guide works for current Hadoop versions upto 2.7.2. Configs for future versions might differ.

Bootstrap node

Configure Hadoop

  • cd $HADOOP_HOME/etc/hadoop
  • Change core-site.xml, yarn-site.xml, hdfs-site.xml, hadoop-env.sh (see configs/)

Format HDFS (before deploying for the first time)

  • $HADOOP_PREFIX/bin/hdfs namenode -format

Start HDFS

  • $HADOOP_PREFIX/sbin/hadoop-daemon.sh start namenode (on master)
  • $HADOOP_PREFIX/sbin/hadoop-daemon.sh start datanode (on workers)

Start YARN

  • $HADOOP_PREFIX/sbin/yarn-daemon.sh start resourcemanager (on master)
  • $HADOOP_PREFIX/sbin/yarn-daemon.sh start nodemanager (on workers)

References

  1. https://hadoop.apache.org/docs/r2.7.1/hadoop-project-dist/hadoop-common/ClusterSetup.html
  2. http://www.alexjf.net/blog/distributed-systems/hadoop-yarn-installation-definitive-guide/

Troubleshooting

  1. HDFS/YARN process startup failures? Logs are your best friend! $HADOOP_HOME/logs/
  2. https://wiki.apache.org/hadoop/TroubleShooting
  3. To set up a remote cluster on a public cloud, configure ACLs to allow TCP traffic for the ports used by Hadoop. E.g. use an NSG for Azure.
  4. https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsMultihoming.html

hadoop-ubuntu's People

Contributors

anchal-agrawal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.